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] libgpg-error: Update to 1.41 Date: Sat, 30 Jan 2021 17:27:24 +0000 Message-ID: <24412823-7453-bb95-5d74-5b6394a49c65@ipfire.org> In-Reply-To: <20210130165131.1548-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5078608958399118791==" List-Id: --===============5078608958399118791== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/libgpg-error | 2 +- > lfs/libgpg-error | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common= /libgpg-error > index 1b5b127b2..40ad003bc 100644 > --- a/config/rootfiles/common/libgpg-error > +++ b/config/rootfiles/common/libgpg-error > @@ -7,7 +7,7 @@ usr/bin/gpg-error > #usr/lib/libgpg-error.la > #usr/lib/libgpg-error.so > usr/lib/libgpg-error.so.0 > -usr/lib/libgpg-error.so.0.29.0 > +usr/lib/libgpg-error.so.0.31.1 > #usr/lib/pkgconfig/gpg-error.pc > #usr/share/aclocal/gpg-error.m4 > #usr/share/aclocal/gpgrt.m4 > diff --git a/lfs/libgpg-error b/lfs/libgpg-error > index c8d85c3a7..05fb715d0 100644 > --- a/lfs/libgpg-error > +++ b/lfs/libgpg-error > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.38 > +VER =3D 1.41 > =20 > THISAPP =3D libgpg-error-$(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 f164ce3400c820907965fdc53e43acfc > +$(DL_FILE)_MD5 =3D 36e9e7e6fffefac1eae5a1a49f14ac4f > =20 > install : $(TARGET) > =20 >=20 --===============5078608958399118791==--