- Update from version 1.56 to 1.58
- Update of rootfile
- Changelog
    1.58
        Fix building of static libraries on Windows.  [rE421e101cf9]
    1.57
        The sysconfdir as provided by the configure run is now used for the
           default global config files of the argparser.  [T7894]
        New function gpgrt_fconcat and improved the existing
           gpgrt_fnameconcat and gpgrt_absfnameconcat.  [T7894,rE34dba88757]
        On Windows use the UI language instead of the locale for
           translations.  [T7874]
        Some minor build improvements for zOS.
        Updated the Swedish and Portuguese translations.
        Interface changes relative to the 1.56 release:
                 gpgrt_fconcat                       NEW.
                 GPGRT_FCONCAT_ABS                   NEW.
                 GPGRT_FCONCAT_TILDE                 NEW.
                 GPGRT_FCONCAT_SYSCONF               NEW.

Signed-off-by: Adolf Belka <[email protected]>
---
 config/rootfiles/common/libgpg-error | 2 +-
 lfs/libgpg-error                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/libgpg-error 
b/config/rootfiles/common/libgpg-error
index c96fe87de..870138f26 100644
--- a/config/rootfiles/common/libgpg-error
+++ b/config/rootfiles/common/libgpg-error
@@ -6,7 +6,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.40.0
+usr/lib/libgpg-error.so.0.41.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 883663ce8..8a6ae0a17 100644
--- a/lfs/libgpg-error
+++ b/lfs/libgpg-error
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.56
+VER        = 1.58
 
 THISAPP    = libgpg-error-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
2c84fe5cef8c77dc01f481aeacada815baf7fff85369a9c877dc4a11f2e3f84f37ad69a04213bc79765677dd2829a5074d7c8239b298429484378234cb4d2a66
+$(DL_FILE)_BLAKE2 = 
7d1c0d54094d870e9e92aebadc4a8a3cf0e7a1ae7841b445896105583a8885439ca8364b2e364639759912ea46f801b41e5025db9aa292c4fce43713430711e1
 
 install : $(TARGET)
 
-- 
2.52.0


Reply via email to