From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] gmp: update to 6.2.0 Date: Sun, 03 May 2020 11:43:07 +0200 Message-ID: <690c0451-a03a-5cac-188d-dcd617bd1d11@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1059155107202956374==" List-Id: --===============1059155107202956374== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- config/rootfiles/common/x86_64/gmp | 6 ++++-- lfs/gmp | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/x86_64/gmp b/config/rootfiles/common/x86= _64/gmp index 919b0845a..c1d6a7d9d 100644 --- a/config/rootfiles/common/x86_64/gmp +++ b/config/rootfiles/common/x86_64/gmp @@ -4,12 +4,14 @@ #usr/lib/libgmp.la #usr/lib/libgmp.so usr/lib/libgmp.so.10 -usr/lib/libgmp.so.10.3.2 +usr/lib/libgmp.so.10.4.0 #usr/lib/libgmpxx.a #usr/lib/libgmpxx.la #usr/lib/libgmpxx.so usr/lib/libgmpxx.so.4 -usr/lib/libgmpxx.so.4.5.2 +usr/lib/libgmpxx.so.4.6.0 +#usr/lib/pkgconfig/gmp.pc +#usr/lib/pkgconfig/gmpxx.pc #usr/share/info/gmp.info #usr/share/info/gmp.info-1 #usr/share/info/gmp.info-2 diff --git a/lfs/gmp b/lfs/gmp index 98671b594..ea6e96402 100644 --- a/lfs/gmp +++ b/lfs/gmp @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.1.2 +VER =3D 6.2.0 =20 THISAPP =3D gmp-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D f58fa8001d60c4c77595fbbb62b63c1d +$(DL_FILE)_MD5 =3D a325e3f09e6d91e62101e59f9bda3ec1 =20 install : $(TARGET) =20 --=20 2.26.1 --===============1059155107202956374==--