Hello Matthias, looks good to me, thank you. :-) Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org> Thanks, and best regards, Peter Müller > For details - especially for this version - see: > https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000456.html > > Overview: > https://dev.gnupg.org/source/libgcrypt/browse/master/NEWS > > Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> > --- > config/rootfiles/common/libgcrypt | 2 +- > lfs/libgcrypt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt > 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 @@ > > include Config > > -VER = 1.8.6 > +VER = 1.9.1 > > THISAPP = libgcrypt-$(VER) > DL_FILE = $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = e9dfc1e789a2a42f36917c543fcd7862 > +$(DL_FILE)_MD5 = 8805f3e466af315222b6e1864f52b79a > > install : $(TARGET) > >