pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmp Changes 5.1.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48e4497d429d
branches:  trunk
changeset: 624899:48e4497d429d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 02 15:10:55 2013 +0000

description:
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:

 devel/gmp/Makefile |  6 +++---
 devel/gmp/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r a177e7290226 -r 48e4497d429d devel/gmp/Makefile
--- a/devel/gmp/Makefile        Wed Oct 02 14:39:10 2013 +0000
+++ b/devel/gmp/Makefile        Wed Oct 02 15:10:55 2013 +0000
@@ -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@localhost
 HOMEPAGE=      http://gmplib.org/
diff -r a177e7290226 -r 48e4497d429d devel/gmp/distinfo
--- a/devel/gmp/distinfo        Wed Oct 02 14:39:10 2013 +0000
+++ b/devel/gmp/distinfo        Wed Oct 02 15:10:55 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index