[gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/files/, dev-libs/gmp/

2024-03-04 Thread Sam James
commit: b94ba407279f795e4302935504fbcc4df2ed5644
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  4 12:00:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  4 12:00:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94ba407

dev-libs/gmp: drop 6.2.1-r5

Signed-off-by: Sam James  gentoo.org>

 dev-libs/gmp/Manifest |   2 -
 dev-libs/gmp/files/gmp-6.2.1-CVE-2021-43618.patch |  17 --
 dev-libs/gmp/gmp-6.2.1-r5.ebuild  | 182 --
 3 files changed, 201 deletions(-)

diff --git a/dev-libs/gmp/Manifest b/dev-libs/gmp/Manifest
index bb161b9f1dee..9ad925e475bf 100644
--- a/dev-libs/gmp/Manifest
+++ b/dev-libs/gmp/Manifest
@@ -1,4 +1,2 @@
-DIST gmp-6.2.1-arm64-darwin.patch.bz2 2520 BLAKE2B 
3d4e9dbd29dc9aa81f0c9e0de4a5904c989d54148c9e3dcc5097a43b3fb1ecd17802dacfc71ee131c0805a345f5dce9009e88439758d3a0ed8b3a88526353b4a
 SHA512 
72d49f09c3facd75036c945e076207e72e5673ba9605999c32a122e43e8b970ed646c8ca8f07acbb62bff5e7c387d4c8e1f73ca73e50ac3f574b5f6471d66d56
-DIST gmp-6.2.1.tar.xz 2027316 BLAKE2B 
c0d85f175392a50cfa01bc6b0a312b235946ad8b4f6f84f6dabd33d7a6f2cc75c9b0e1e33057be07750bfa0145b7c4cf3b6188a5be6ca9d7271ec2276c84ebcb
 SHA512 
c99be0950a1d05a0297d65641dd35b75b74466f7bf03c9e8a99895a3b2f9a0856cd17887738fa51cf7499781b65c049769271cbcb77d057d2e9f1ec52e07dd84
 DIST gmp-6.3.0.tar.xz 2094196 BLAKE2B 
a865129e2b3f634ec5bad7f97ed89532e43f5662ac47a7d8ab7f0df8c9f8d0886bd984651422e2573c2163bca69c0547c248147ec90880accbd53db97dc0ddee
 SHA512 
e85a0dab5195889948a3462189f0e0598d331d3457612e2d3350799dba2e244316d256f8161df5219538eb003e4b5343f989aaa00f96321559063ed8c8f29fd2
 DIST gmp-man-6.2.1.pdf 827583 BLAKE2B 
9aa25457a3c488e37cc7d54d825253ab749a3780919570579b319cf607001de50b212ca387b70213abcc5ab428b4525bdb9cd8ae932798a2d7928da98ce3f353
 SHA512 
f2d9d02e97975355ef490e921fedc94fb7687c3661eec8fa2e94a1622b6e59b17b3879eb3ec1f2df8edac100f727175144d107f4c49c602b773c43bc9e91dbcb

diff --git a/dev-libs/gmp/files/gmp-6.2.1-CVE-2021-43618.patch 
b/dev-libs/gmp/files/gmp-6.2.1-CVE-2021-43618.patch
deleted file mode 100644
index 90129ec5b2bd..
--- a/dev-libs/gmp/files/gmp-6.2.1-CVE-2021-43618.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://bugs.gentoo.org/823804
-https://gmplib.org/repo/gmp-6.2/rev/561a9c25298e
 a/mpz/inp_raw.c
-+++ b/mpz/inp_raw.c
-@@ -88,8 +88,11 @@ mpz_inp_raw (mpz_ptr x, FILE *fp)
- 
-   abs_csize = ABS (csize);
- 
-+  if (UNLIKELY (abs_csize > ~(mp_bitcnt_t) 0 / 8))
-+return 0; /* Bit size overflows */
-+
-   /* round up to a multiple of limbs */
--  abs_xsize = BITS_TO_LIMBS (abs_csize*8);
-+  abs_xsize = BITS_TO_LIMBS ((mp_bitcnt_t) abs_csize * 8);
- 
-   if (abs_xsize != 0)
- {

diff --git a/dev-libs/gmp/gmp-6.2.1-r5.ebuild b/dev-libs/gmp/gmp-6.2.1-r5.ebuild
deleted file mode 100644
index dc9a1c129771..
--- a/dev-libs/gmp/gmp-6.2.1-r5.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnuconfig libtool flag-o-matic multilib-minimal toolchain-funcs
-
-MY_PV=${PV/_p*}
-MY_PV=${MY_PV/_/-}
-
-MANUAL_PV=6.2.1
-
-MY_P=${PN}-${MY_PV}
-PLEVEL=${PV/*p}
-
-DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
-HOMEPAGE="https://gmplib.org/;
-SRC_URI="
-   https://gmplib.org/download/gmp/${MY_P}.tar.xz
-   mirror://gnu/${PN}/${MY_P}.tar.xz
-   doc? ( https://gmplib.org/${PN}-man-${MANUAL_PV}.pdf )
-"
-SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-arm64-darwin.patch.bz2;
-S="${WORKDIR}"/${MY_P%a}
-
-LICENSE="|| ( LGPL-3+ GPL-2+ )"
-# The subslot reflects the C & C++ SONAMEs.
-SLOT="0/10.4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="+asm doc +cpudetection +cxx pic static-libs"
-REQUIRED_USE="cpudetection? ( asm )"
-RESTRICT="!cpudetection? ( bindist )"
-
-BDEPEND="
-   app-arch/xz-utils
-   sys-devel/m4
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README doc/configuration doc/isa_abi_headache )
-HTML_DOCS=( doc )
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/gmp.h )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.1.0-noexecstack-detect.patch
-   "${FILESDIR}"/${PN}-6.2.1-no-zarch.patch
-   "${WORKDIR}"/${P}-arm64-darwin.patch
-   "${FILESDIR}"/${P}-CVE-2021-43618.patch
-)
-
-pkg_pretend() {
-   if use cpudetection && ! use amd64 && ! use x86 ; then
-   elog "Using generic C implementation on non-amd64/x86 with 
USE=cpudetection"
-   elog "--enable-fat is a no-op on alternative arches."
-   elog "To obtain an optimized build, set USE=-cpudetection, but 
binpkgs should not then be made."
-   fi
-}
-
-src_prepare() {
-   default
-
-   # We cannot run autotools here as gcc depends on this package
-   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/files/

2020-05-21 Thread Sergei Trofimovich
commit: 387033fac6060d7c7705b53957c88064912b07c8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed May 20 15:30:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 21 08:22:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387033fa

dev-libs/gmp: remove unused patches

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch | 20 
 dev-libs/gmp/files/gmp-4.2.1-s390.diff | 68 --
 2 files changed, 88 deletions(-)

diff --git a/dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch 
b/dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch
deleted file mode 100644
index 093bec1a5dc..000
--- a/dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-fixed executable stack
-
-http://bugs.gentoo.org/115038
-
 gmp-4.1.4/configure
-+++ gmp-4.1.4/configure
-@@ -21689,6 +21689,13 @@
- fi
- echo "')" >> $gmp_configm4
- echo "define(\`__CONFIG_M4_INCLUDED__')" >> $gmp_configm4
-+# Gentoo hack
-+case $host_os in
-+  *linux*)
-+  echo '.section .note.GNU-stack,"",%progbits' >> $gmp_configm4
-+  echo '.previous' >> $gmp_configm4
-+  ;;
-+esac
- 
- # Create Makefiles
- # FIXME: Upcoming version of autoconf/automake may not like broken lines.

diff --git a/dev-libs/gmp/files/gmp-4.2.1-s390.diff 
b/dev-libs/gmp/files/gmp-4.2.1-s390.diff
deleted file mode 100644
index 82dbb722eb1..000
--- a/dev-libs/gmp/files/gmp-4.2.1-s390.diff
+++ /dev/null
@@ -1,68 +0,0 @@
-stolen from SuSE
-
 configure.in
-+++ configure.in
-@@ -1050,6 +1050,9 @@
- ;;
- 
- 
-+  s390x-*-*)
-+   path="s390x" ;;
-+
-   # IBM s/370 and similar
-   [s3[6-9]0*-*-*])
- gcc_cflags="-O2 $fomit_frame_pointer"
 configure
-+++ configure
-@@ -1050,6 +1050,9 @@
- ;;
- 
- 
-+  s390x-*-*)
-+   path="s390x" ;;
-+
-   # IBM s/370 and similar
-   s3[6-9]0*-*-*)
- gcc_cflags="-O2 $fomit_frame_pointer"
 mpn/s390/gmp-mparam.h
-+++ mpn/s390/gmp-mparam.h
-@@ -20,7 +20,8 @@
- MA 02110-1301, USA. */
- 
- 
--/* BITS_PER_MP_LIMB etc generated by configure */
-+#define BITS_PER_MP_LIMB 32
-+#define BYTES_PER_MP_LIMB 4
- 
- 
- /* Generated by tuneup.c, 2001-12-03, gcc 2.95 */
 mpn/s390x/gmp-mparam.h
-+++ mpn/s390x/gmp-mparam.h
-@@ -0,0 +1,27 @@
-+/* gmp-mparam.h -- Compiler/machine parameter header file.
-+
-+Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation, Inc.
-+
-+This file is part of the GNU MP Library.
-+
-+The GNU MP Library is free software; you can redistribute it and/or modify
-+it under the terms of the GNU Library General Public License as published by
-+the Free Software Foundation; either version 2 of the License, or (at your
-+option) any later version.
-+
-+The GNU MP Library is distributed in the hope that it will be useful, but
-+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-+or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
-+License for more details.
-+
-+You should have received a copy of the GNU Library General Public License
-+along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
-+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-+MA 02111-1307, USA. */
-+
-+#define BITS_PER_MP_LIMB 64
-+#define BYTES_PER_MP_LIMB 8
-+#define BITS_PER_LONGINT 64
-+#define BITS_PER_INT 32
-+#define BITS_PER_SHORTINT 16
-+#define BITS_PER_CHAR 8



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/files/, dev-libs/gmp/

2016-11-26 Thread Mike Frysinger
commit: 02c897444d280edc7330204b9fb43afb0a52d0ba
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Nov 27 01:05:54 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Nov 27 01:07:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c89744

dev-libs/gmp: fix USE=pgo builds for some systems #568320

 dev-libs/gmp/files/gmp-6.1.0-tune-printf.patch | 43 ++
 dev-libs/gmp/gmp-6.1.0.ebuild  |  1 +
 dev-libs/gmp/gmp-6.1.1.ebuild  |  1 +
 3 files changed, 45 insertions(+)

diff --git a/dev-libs/gmp/files/gmp-6.1.0-tune-printf.patch 
b/dev-libs/gmp/files/gmp-6.1.0-tune-printf.patch
new file mode 100644
index ..dd9d46f
--- /dev/null
+++ b/dev-libs/gmp/files/gmp-6.1.0-tune-printf.patch
@@ -0,0 +1,43 @@
+https://gmplib.org/list-archives/gmp-bugs/2016-November/004032.html
+
+From f440c9134fb89cadf54daeb59c7a0feb7470562b Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sat, 26 Nov 2016 16:35:46 -0500
+Subject: [PATCH] tune: fix spurious clock_gettime reference
+
+When running the tune program, the generated gmp-mparam.h header might
+include an invalid line leading to build failures like so:
+In file included from .../gmp-impl.h:145:0,
+ from mp_bases.c:4:
+../gmp-mparam.h:1:1: error: unknown type name 'clock_gettime'
+ clock_gettime is 1.000ns accurate
+
+This is because the tune source has one printf that is not protected
+by the verbose flag leading it to be written to the output.
+
+Credit to Conrad Kostecki for analysis.
+
+URL: https://bugs.gentoo.org/568320
+---
+ tune/time.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/tune/time.c b/tune/time.c
+index e0d262096396..d1efb0a6d35d 100644
+--- a/tune/time.c
 b/tune/time.c
+@@ -773,8 +773,9 @@ cgt_works_p (void)
+ }
+ 
+   cgt_unittime = unit.tv_sec + unit.tv_nsec * 1e-9;
+-  printf ("clock_gettime is %s accurate\n",
+-unittime_string (cgt_unittime));
++  if (speed_option_verbose)
++printf ("clock_gettime is %s accurate\n",
++  unittime_string (cgt_unittime));
+ 
+   if (cgt_unittime < 10e-9)
+ {
+-- 
+2.11.0.rc2
+

diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild
index a511af5..519ff18 100644
--- a/dev-libs/gmp/gmp-6.1.0.ebuild
+++ b/dev-libs/gmp/gmp-6.1.0.ebuild
@@ -35,6 +35,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/gmp.h )
 src_prepare() {
[[ -d ${FILESDIR}/${PV} ]] && EPATCH_SUFFIX="diff" EPATCH_FORCE="yes" 
epatch "${FILESDIR}"/${PV}
epatch "${FILESDIR}"/${PN}-6.1.0-udiv.patch
+   epatch "${FILESDIR}"/${PN}-6.1.0-tune-printf.patch
 
# note: we cannot run autotools here as gcc depends on this package
elibtoolize

diff --git a/dev-libs/gmp/gmp-6.1.1.ebuild b/dev-libs/gmp/gmp-6.1.1.ebuild
index adb201e..6aa461d 100644
--- a/dev-libs/gmp/gmp-6.1.1.ebuild
+++ b/dev-libs/gmp/gmp-6.1.1.ebuild
@@ -34,6 +34,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/gmp.h )
 src_prepare() {
[[ -d ${FILESDIR}/${PV} ]] && EPATCH_SUFFIX="diff" EPATCH_FORCE="yes" 
epatch "${FILESDIR}"/${PV}
epatch "${FILESDIR}"/${PN}-6.1.0-udiv.patch
+   epatch "${FILESDIR}"/${PN}-6.1.0-tune-printf.patch
 
# note: we cannot run autotools here as gcc depends on this package
elibtoolize



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/files/, dev-libs/gmp/

2016-02-24 Thread Mike Frysinger
commit: ca901d8defa4b4c3c1ddeb129f8fdf15268625ab
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 24 19:49:22 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 24 22:08:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca901d8d

dev-libs/gmp: work around broken clang during noexecstack detection

 .../gmp/files/gmp-6.1.0-noexecstack-detect.patch   | 23 ++
 dev-libs/gmp/gmp-6.1.0.ebuild  |  2 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch 
b/dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch
new file mode 100644
index 000..558ba60
--- /dev/null
+++ b/dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch
@@ -0,0 +1,23 @@
+gmp's -Wa,--noexecstack check is based on glibc's, so backport a change
+that went into it there:
+https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=215a87451d1fd623fd2699fa57f16f8ab6f6a2f3
+https://sourceware.org/bugzilla/show_bug.cgi?id=6428
+
+this is to workaround broken clang assembler that fails w/CFLAGS=-g:
+http://crbug.com/585930
+https://llvm.org/bugs/show_bug.cgi?id=11740
+
+patch has been sent upstream too:
+https://gmplib.org/list-archives/gmp-bugs/2016-February/003916.html
+
+--- a/configure
 b/configure
+@@ -11339,7 +11339,7 @@ EOF
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }; } \
+  && grep .note.GNU-stack conftest.s >/dev/null \
+- && { ac_try='${CC} $CFLAGS $CPPFLAGS -Wa,--noexecstack
++ && { ac_try='${CC} $ASMFLAGS -Wa,--noexecstack
+-c -o conftest.o conftest.s >/dev/null'
+   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
+   (eval $ac_try) 2>&5

diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild
index 6bc3b8f..e97c46f 100644
--- a/dev-libs/gmp/gmp-6.1.0.ebuild
+++ b/dev-libs/gmp/gmp-6.1.0.ebuild
@@ -38,6 +38,8 @@ src_prepare() {
# note: we cannot run autotools here as gcc depends on this package
elibtoolize
 
+   epatch "${FILESDIR}"/${PN}-6.1.0-noexecstack-detect.patch
+
# GMP uses the "ABI" env var during configure as does Gentoo (econf).
# So, to avoid patching the source constantly, wrap things up.
mv configure configure.wrapped || die



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/files/, dev-libs/gmp/

2015-10-24 Thread Mike Frysinger
commit: 23ca5009c0030b47c56da03d29493bc2dfd0e559
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Oct 24 16:06:54 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Oct 24 16:08:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ca5009

dev-libs/gmp: drop old versions

 dev-libs/gmp/Manifest  |  15 ---
 dev-libs/gmp/files/gmp-5.0.0-s390.diff |  68 ---
 dev-libs/gmp/files/gmp-5.0.1-perfpow-test.patch|  36 --
 dev-libs/gmp/files/gmp-5.0.1-x86-nopie-tests.patch | 130 -
 .../files/gmp-5.0.2-unnormalised-dividends.patch   |  21 
 dev-libs/gmp/files/gmp-5.0.2-x32-bugfix.patch  |  94 ---
 dev-libs/gmp/files/gmp-5.0.2-x32-support.patch |  41 ---
 dev-libs/gmp/files/gmp-5.0.5-x32-support.patch |  41 ---
 dev-libs/gmp/files/gmp-5.1.0-armv4.patch   |  12 --
 dev-libs/gmp/files/gmp-5.1.0-x32-support.patch |  42 ---
 dev-libs/gmp/files/gmp-5.1.0-x86-nopie-tests.patch | 119 ---
 dev-libs/gmp/gmp-5.0.1.ebuild  |  87 --
 dev-libs/gmp/gmp-5.0.2.ebuild  |  86 --
 dev-libs/gmp/gmp-5.0.2_p1.ebuild   | 102 
 dev-libs/gmp/gmp-5.0.3.ebuild  | 101 
 dev-libs/gmp/gmp-5.0.4.ebuild  | 101 
 dev-libs/gmp/gmp-5.0.5.ebuild  | 101 
 dev-libs/gmp/gmp-5.1.0.ebuild  | 116 --
 dev-libs/gmp/gmp-5.1.1.ebuild  | 115 --
 dev-libs/gmp/gmp-5.1.2.ebuild  | 114 --
 dev-libs/gmp/gmp-5.1.3.ebuild  | 114 --
 21 files changed, 1656 deletions(-)

diff --git a/dev-libs/gmp/Manifest b/dev-libs/gmp/Manifest
index e3496e9..ee9a549 100644
--- a/dev-libs/gmp/Manifest
+++ b/dev-libs/gmp/Manifest
@@ -1,20 +1,5 @@
 DIST gmp-4.3.2.tar.bz2 1897483 SHA256 
936162c0312886c21581002b79932829aa048cfaf9937c6265aeaa14f1cd1775 SHA512 
2e0b0fd23e6f10742a5517981e5171c6e88b0a93c83da701b296f5c0861d72c19782daab589a7eac3f9032152a0fc7eff7f5362db8fccc4859564a9aa82329cf
 WHIRLPOOL 
ab3d9c95b436df3782830da0874307d5577b83c111c2fae4a9063d4083f97c5c12643b154c1bd9a588945e5a677fb8ab416c394ced3e9b0aa671b2238bcb9b40
-DIST gmp-5.0.1.tar.bz2 2006109 SHA256 
a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb SHA512 
9a128f7e192e5f1233ec068b04ba4789cd10ae1ca1a21d1089b9b596022f7dfb66c313599b5de462135b1556a8f8e72bce1b5f4666b1eeed1652e3d7f2f5d168
 WHIRLPOOL 
e19602c9914ed0bcd60aa198cb6f4b35a8f133381808f0a0f0759987407aa8e356bf8cba99b4f4e44f526412a80ee1dbdd6fd2adaa88f8aaa1c7e7e881626f9a
-DIST gmp-5.0.2.tar.bz2 2024576 SHA256 
dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28 SHA512 
b53cc482e73aa91ae4f83301d9ef83a98cd85cfe53347e102a059fa477edceebded466223b436bc250314eb6ec2e53ecc4fa1528341435f09e232f0c4e305bad
 WHIRLPOOL 
a60dbfd26fca44edeab921d2293bb5cdea62ad5050ebbaa7d0e21fe2089deaa893d92abdd109e613edf234a36071d64422c04b24de3c952b0147a4310b4229d4
-DIST gmp-5.0.3.tar.xz 1685288 SHA256 
438ee3e2d03a5b7c23e9f3f46919ab53cab102bcf4f3c34ea3a08486610fd450 SHA512 
dc68ad36bbf515386d735784fe4583443eb6168d10c2967e47ce4bd541076a18c01bcc4b04261330ee0489560978234c36bf7064d611ce2f21ac38c37e6b34f0
 WHIRLPOOL 
cf9a481f8a3c911ac023fcbbd5129bbd3ea7003bca745268b0f4f7cc94cff601d68a3cbe62037819e430677f49b182f0ceaf80c76c6b9bc39103f7973e9e2589
-DIST gmp-5.0.4.tar.xz 1689832 SHA256 
4e6de1262ec94cce7833abb787a6d9157a822cc63d406c3d46c737e46ade1523 SHA512 
68e2eca72aa8bdf4dd83da55625c32488015c10ea8aed79c8b861070de99bad0bb44b78c32655c12df90802bde564f98f41e8bffa1a1f522f3432271a8fcb00c
 WHIRLPOOL 
85860d555f48062cac175a9cc239cf18c69ea68f98477f3b0ff75cc91b1b4c04e1bebbfe5699ea103031fe381f3cc93089065cbbd67ad5e923169b3f38469eaf
-DIST gmp-5.0.5.tar.xz 1671264 SHA256 
e87015a825a2445e169931ee27849d52576a2d9e338d1383dcb36fed68d0006f SHA512 
79f69ed7959af18e626d4b21b5707ebd7701261ebc2cc9f78fa03c5efa9eb1c1aef2ba8728cdbc34fb09ba333aeba0f88ba7e4d87d6a93b21f936f9d8ee1174a
 WHIRLPOOL 
c224f0ce28762e8987b5c5a817d24412d1c85e7bab2f173b138f463cc380d85ab02585d4c2a0e5052c34a405e6cec1f744edb0ee525002d6b77584ff6ecb601b
-DIST gmp-5.1.0.tar.xz 1806216 SHA256 
c232d96b92ee251a6b8fdbf0a45d4db17a784846dfdfaf36651eeef2117a8991 SHA512 
33b364bddfe829c78e3720ad15dc9fe5cf4c774e9a206ae0a8467666872d40148da07b8a4d8b251e3240c3c8b4eee5e082edc13aa208d3912f9f5d600d1110e8
 WHIRLPOOL 
28fb5693254bd25276348c8483ca8a7638c6a781d566e1dba085c581d3de7f99f9deee57bb613dbea78c0aeebf01e0eafe6003bd5327b48495c7f86b4dc3a92f
-DIST gmp-5.1.1.tar.xz 1812988 SHA256 
4bd64d782fdeb61aeed45b434fca5246d66baa9de76f87cba30c38460d8834c2 SHA512 
4cc3307411eb2144e87b791ee2f52e0020711638f911dfa3cc5929a57eda5ac7d9ca10c1c0bb75c96afc7ff7a9c6ad165bc87409b036c562867b4e5da15ba571
 WHIRLPOOL