pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/46507: [Update]math/py-gmpy:update to 1.15



>Number:         46507
>Category:       pkg
>Synopsis:       [Update]math/py-gmpy:update to 1.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 31 08:20:00 +0000 2012
>Originator:     wen
>Release:        NetBSD-5.1.2
>Organization:
NetBSD
>Environment:
>Description:
1 Update to 1.15
ChangeLog: 

GMPY 1.15 is a bug fix release. The following bugs were fixed:

Reference counting leak in divmod(x,0).
Fatal crash in remove(x,1).
Discontinue use of custom memory allocator. (Fixes compatibility with Sage.)
Allow up to base-62 integer conversion.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/py-gmpy/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    3 Dec 2011 00:02:15 -0000       1.3
+++ Makefile    31 May 2012 08:14:51 -0000
@@ -1,12 +1,11 @@
 # $NetBSD: Makefile,v 1.3 2011/12/03 00:02:15 joerg Exp $
 #
 
-DISTNAME=      gmpy-1.12
+DISTNAME=      gmpy-1.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math
 MASTER_SITES=  http://gmpy.googlecode.com/files/
 EXTRACT_SUFX=  .zip
-EXTRACT_SUFX=  .zip
 # XXX: all text file are DOS style.
 # XXX: if future version install binary file,
 # XXX: please consider to use another method.
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/math/py-gmpy/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    10 Aug 2010 17:59:00 -0000      1.1.1.1
+++ distinfo    31 May 2012 08:14:51 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2010/08/10 17:59:00 drochner Exp $
 
-SHA1 (gmpy-1.12.zip) = 6ee071d7407f30f6ff8de962d3631470ff748d61
-RMD160 (gmpy-1.12.zip) = 52e6a1ebd2cabe398a760f6355a043d75bcacb55
-Size (gmpy-1.12.zip) = 146225 bytes
+SHA1 (gmpy-1.15.zip) = 59147d4307fddceae0b63ca0f8677dc73fa03fb8
+RMD160 (gmpy-1.15.zip) = a0fcf5639ad66f1b88c937fbef5893d9ed25b079
+Size (gmpy-1.15.zip) = 143563 bytes



Home | Main Index | Thread Index | Old Index