Reviewed-by: Michael Tremer > On 11 Jun 2020, at 17:07, Matthias Fischer wrote: > > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/libgpg-error | 9 +++++++-- > lfs/libgpg-error | 6 +++--- > 2 files changed, 10 insertions(+), 5 deletions(-) > > 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 @@ > > include Config > > -VER = 1.27 > +VER = 1.38 > > THISAPP = libgpg-error-$(VER) > DL_FILE = $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 5217ef3e76a7275a2a3b569a12ddc989 > +$(DL_FILE)_MD5 = f164ce3400c820907965fdc53e43acfc > > install : $(TARGET) > > -- > 2.17.1 >