pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gmp
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 19 08:50:45 UTC 2016
Modified Files:
pkgsrc/devel/gmp: Makefile distinfo
Log Message:
Updated gmp to 6.1.2.
Changes between GMP version 6.1.1 and 6.1.2
BUGS FIXED
* Mini-GMP: Fixed a division bug, which on a machine with 64-bit
unsigned long affects approximately 1 out of 2^32 divisors.
* Mini-GMP: Fix mpz_set_str crash on inputs with a large number of
leading zeros. Also stricter input validation, rejecting inputs
with no digits.
FEATURES
* Handle more systems which require PIC code in static libraries (e.g.,
"hardened" Gentoo and Debian 9).
* Configuration for arm (-32 and -64) has been rewritten, fixing poor
code selection for many CPUs.
* Mini-GMP: Updated to the latest development version, including
new functions mpn_com and mpn_neg.
SPEEDUPS
* None, except for arm CPUs affected by the configuration rewrite.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/gmp/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/gmp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gmp/Makefile
diff -u pkgsrc/devel/gmp/Makefile:1.79 pkgsrc/devel/gmp/Makefile:1.80
--- pkgsrc/devel/gmp/Makefile:1.79 Tue Aug 23 05:10:48 2016
+++ pkgsrc/devel/gmp/Makefile Mon Dec 19 08:50:45 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2016/08/23 05:10:48 adam Exp $
+# $NetBSD: Makefile,v 1.80 2016/12/19 08:50:45 wiz Exp $
-DISTNAME= gmp-6.1.1
+DISTNAME= gmp-6.1.2
CATEGORIES= devel math
MASTER_SITES= https://gmplib.org/download/gmp/ \
${MASTER_SITE_GNU:=gmp/}
Index: pkgsrc/devel/gmp/distinfo
diff -u pkgsrc/devel/gmp/distinfo:1.51 pkgsrc/devel/gmp/distinfo:1.52
--- pkgsrc/devel/gmp/distinfo:1.51 Tue Aug 23 05:10:48 2016
+++ pkgsrc/devel/gmp/distinfo Mon Dec 19 08:50:45 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.51 2016/08/23 05:10:48 adam Exp $
+$NetBSD: distinfo,v 1.52 2016/12/19 08:50:45 wiz Exp $
-SHA1 (gmp-6.1.1.tar.bz2) = 757d672e66d8e0afe60ca04735ab11c00d9346e4
-RMD160 (gmp-6.1.1.tar.bz2) = 833b1dea9d3ce993e63cb3c629ab792e1e7197bb
-SHA512 (gmp-6.1.1.tar.bz2) = 0a2a2407c1efcb50a0c05f0bfcee06507ac96c889489c20402fb78ed2dc408577e555bac39ec84af5ac4ecdb92bb245f1bbf438165330e0c21d8a50c3a5fec8c
-Size (gmp-6.1.1.tar.bz2) = 2384919 bytes
+SHA1 (gmp-6.1.2.tar.bz2) = 366ded6a44cd108ba6b3f5b9a252eab3f3a95cdf
+RMD160 (gmp-6.1.2.tar.bz2) = 03b905b4d7f243705b72b2d7595ce40df716020a
+SHA512 (gmp-6.1.2.tar.bz2) = 268db88447174617f5746d9a6ba2b105940cc1a5e73155eb23b6eedf55f8e7724eda05d161b2de19aca9e794956d226ba9ed6f23124c7c82f7e1872e32b003cf
+Size (gmp-6.1.2.tar.bz2) = 2386766 bytes
SHA1 (patch-aa) = dec275cbd5886a70f7cf0def1dedf01e7e4a49e9
SHA1 (patch-ab) = 829812822a72a4926ea4cf6e8ffafdcd13a0f76c
SHA1 (patch-ac) = 6f7de0a285bec2c2645479d3090dc0276580f3d8
Home |
Main Index |
Thread Index |
Old Index