From c3844a8542aece211e4a6b6d1d41fa6af3759d78 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 2 Oct 2013 15:10:55 +0000 Subject: 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. --- devel/gmp/Makefile | 6 +++--- devel/gmp/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel/gmp') 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 -- cgit v1.2.3