From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libgcrypt: Update to 1.9.1 Date: Sat, 30 Jan 2021 16:46:43 +0000 Message-ID: <580951fb-5f4b-62f8-0363-323bf1b0e6ad@ipfire.org> In-Reply-To: <20210130164343.1268-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5243682681950915023==" List-Id: --===============5243682681950915023== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Matthias, looks good to me, thank you. :-) Reviewed-by: Peter M=C3=BCller Thanks, and best regards, Peter M=C3=BCller > For details - especially for this version - see: > https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000456.html >=20 > Overview: > https://dev.gnupg.org/source/libgcrypt/browse/master/NEWS >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/libgcrypt | 2 +- > lfs/libgcrypt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/li= bgcrypt > index b22708afa..63af7e6b1 100644 > --- a/config/rootfiles/common/libgcrypt > +++ b/config/rootfiles/common/libgcrypt > @@ -6,7 +6,7 @@ > #usr/lib/libgcrypt.la > #usr/lib/libgcrypt.so > usr/lib/libgcrypt.so.20 > -usr/lib/libgcrypt.so.20.2.6 > +usr/lib/libgcrypt.so.20.3.1 > #usr/lib/pkgconfig/libgcrypt.pc > #usr/share/aclocal/libgcrypt.m4 > #usr/share/info/gcrypt.info > diff --git a/lfs/libgcrypt b/lfs/libgcrypt > index a89cc9156..a901c558f 100644 > --- a/lfs/libgcrypt > +++ b/lfs/libgcrypt > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.8.6 > +VER =3D 1.9.1 > =20 > THISAPP =3D libgcrypt-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D e9dfc1e789a2a42f36917c543fcd7862 > +$(DL_FILE)_MD5 =3D 8805f3e466af315222b6e1864f52b79a > =20 > install : $(TARGET) > =20 >=20 --===============5243682681950915023==--