From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libgpg-error: Update to 1.38 Date: Fri, 12 Jun 2020 11:46:14 +0100 Message-ID: <58726F64-03BA-48CE-B855-5DAE9627610E@ipfire.org> In-Reply-To: <20200611160729.14919-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3635515047218999633==" List-Id: --===============3635515047218999633== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 11 Jun 2020, at 17:07, Matthias Fischer = wrote: >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/libgpg-error | 9 +++++++-- > lfs/libgpg-error | 6 +++--- > 2 files changed, 10 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common= /libgpg-error > index 6945f3495..1b5b127b2 100644 > --- a/config/rootfiles/common/libgpg-error > +++ b/config/rootfiles/common/libgpg-error > @@ -1,12 +1,16 @@ > usr/bin/gpg-error > #usr/bin/gpg-error-config > +#usr/bin/gpgrt-config > +#usr/bin/yat2m > #usr/include/gpg-error.h > #usr/include/gpgrt.h > #usr/lib/libgpg-error.la > #usr/lib/libgpg-error.so > usr/lib/libgpg-error.so.0 > -usr/lib/libgpg-error.so.0.22.0 > +usr/lib/libgpg-error.so.0.29.0 > +#usr/lib/pkgconfig/gpg-error.pc > #usr/share/aclocal/gpg-error.m4 > +#usr/share/aclocal/gpgrt.m4 > #usr/share/common-lisp > #usr/share/common-lisp/source > #usr/share/common-lisp/source/gpg-error > @@ -21,6 +25,7 @@ usr/lib/libgpg-error.so.0.22.0 > #usr/share/locale/da/LC_MESSAGES/libgpg-error.mo > #usr/share/locale/de/LC_MESSAGES/libgpg-error.mo > #usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo > +#usr/share/locale/es/LC_MESSAGES/libgpg-error.mo > #usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo > #usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo > #usr/share/locale/it/LC_MESSAGES/libgpg-error.mo > @@ -36,4 +41,4 @@ usr/lib/libgpg-error.so.0.22.0 > #usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo > #usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo > #usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo > -#usr/share/man/man1/gpg-error-config.1 > +#usr/share/man/man1/gpgrt-config.1 > diff --git a/lfs/libgpg-error b/lfs/libgpg-error > index 6445c8d10..c8d85c3a7 100644 > --- a/lfs/libgpg-error > +++ b/lfs/libgpg-error > @@ -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 1.27 > +VER =3D 1.38 >=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 5217ef3e76a7275a2a3b569a12ddc989 > +$(DL_FILE)_MD5 =3D f164ce3400c820907965fdc53e43acfc >=20 > install : $(TARGET) >=20 > --=20 > 2.17.1 >=20 --===============3635515047218999633==--