From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] gmp: update to 6.2.0 Date: Mon, 04 May 2020 12:23:03 +0100 Message-ID: <72EC2E90-7858-40A0-8506-1D452183100C@ipfire.org> In-Reply-To: <690c0451-a03a-5cac-188d-dcd617bd1d11@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1251592898046796641==" List-Id: --===============1251592898046796641== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 3 May 2020, at 10:43, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/common/x86_64/gmp | 6 ++++-- > lfs/gmp | 6 +++--- > 2 files changed, 7 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/x86_64/gmp b/config/rootfiles/common/x= 86_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 --===============1251592898046796641==--