diff options
author | adam <adam> | 2013-10-02 15:10:55 +0000 |
---|---|---|
committer | adam <adam> | 2013-10-02 15:10:55 +0000 |
commit | c3844a8542aece211e4a6b6d1d41fa6af3759d78 (patch) | |
tree | 4875254fcc58036e4d0812b691842da8a6dea0bf /devel/gmp | |
parent | 25efbfc8e60606b2e233f4b6f18b320a588a29c2 (diff) | |
download | pkgsrc-c3844a8542aece211e4a6b6d1d41fa6af3759d78.tar.gz |
Changes 5.1.3:
BUGS FIXED
* The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
compute garbage with a low probability. They are now rewritten, and the
test code has been improved.
* A bug in the ia64 implementation of mpn_divrem_2, clobbering some
callee-save registers, has been fixed. This is an internal
function, with the bug manifesting itself as miscomputation in,
e.g., mpn_sqrtrem.
* The documentation now correctly says 'const' for input arguments.
Diffstat (limited to 'devel/gmp')
-rw-r--r-- | devel/gmp/Makefile | 6 | ||||
-rw-r--r-- | devel/gmp/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile index b89efdbef8d..b74df5e1cfa 100644 --- a/devel/gmp/Makefile +++ b/devel/gmp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.70 2013/05/25 13:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2013/10/02 15:10:55 adam Exp $ -DISTNAME= gmp-5.1.2 +DISTNAME= gmp-5.1.3 CATEGORIES= devel math MASTER_SITES= ftp://ftp.gmplib.org/pub/${DISTNAME}/ # Use .tar.bz2 distfile so that no extra dependency on archivers/xz # is needed when building lang/gcc* with option gcc-inplace-math. -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gmplib.org/ diff --git a/devel/gmp/distinfo b/devel/gmp/distinfo index b854119c8cc..c8f8e298122 100644 --- a/devel/gmp/distinfo +++ b/devel/gmp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2013/05/25 13:32:26 wiz Exp $ +$NetBSD: distinfo,v 1.43 2013/10/02 15:10:55 adam Exp $ -SHA1 (gmp-5.1.2.tar.bz2) = 2cb498322b9be4713829d94dee944259c017d615 -RMD160 (gmp-5.1.2.tar.bz2) = fa4c074c0736c2bac4b6b7d11d5e309d961b5fb1 -Size (gmp-5.1.2.tar.bz2) = 2194495 bytes +SHA1 (gmp-5.1.3.tar.xz) = 12cfe0911d64fcbd85835df9ddc18c99af8f9a45 +RMD160 (gmp-5.1.3.tar.xz) = 09f274b178b5ef120eed8df36f44997df30090ba +Size (gmp-5.1.3.tar.xz) = 1818812 bytes SHA1 (patch-aa) = ce0eefbbffe426aee5025e0d304c34954573609b SHA1 (patch-ab) = 829812822a72a4926ea4cf6e8ffafdcd13a0f76c SHA1 (patch-ac) = 6f7de0a285bec2c2645479d3090dc0276580f3d8 |