- Update from version 1.54 to 1.56
- Update of rootfile
- Changelog
    1.56
         * Support the %b conversion specifier in the estream printf
           functions.  [rE6ac5332e4f]
         * New spawn GPGRT_PROCESS_STDIO_NUL to be used on Windows to share
           the "nul" device.  [T7723]
         * Support pipe I/O for GPGRT_PROCESS_DETACHED on Windows.  [T7716]
         * New mode keyword "share=xxx" for gpgrt_fopen.  [rE461cb5a8ea]
         * Change the default method to get the number of fds to close.  This
           fixes a spawning problem on certain POSIX machine.  [T7696]
         * Fix some cases of inheriting HANDLEs on Windows.  [T7716]
         * New system configurations for 64-bit Android, i686 Android, x86_64
           Android and an armv7a alias to arm for Android.
         * Set build specific build variable for zOS  [rE7ee191f54c]
         * Interface changes relative to the 1.55 release:
                 GPG_ERR_UNEXPECTED_PACKET           NEW.
                 GPGRT_PROCESS_STDIO_NUL             NEW.
    1.55
         * Rewrite the extended length path handling under Windows.
           [T5754,rEfba44d619d]
         * Add new test commands to the gpg-error tool.  Allow command w/o
           dashes and reformat the help.  [rEc002490a8f]
         * Silence warning from gcc 15.  [T7621]

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 cf34b3bdb..c96fe87de 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.39.2
+usr/lib/libgpg-error.so.0.40.0
 #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 12ee9a5cf..883663ce8 100644
--- a/lfs/libgpg-error
+++ b/lfs/libgpg-error
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.54
+VER        = 1.56
 
 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 = 
75f0cd9f1cb8c85bd86f7f49c6be6ec7aa216e39a269b92c9231fa4c441e862ef0b666cc6639a154777f31526bb41b1f81796662c8b210616c4a04c3db8e3d68
+$(DL_FILE)_BLAKE2 = 
2c84fe5cef8c77dc01f481aeacada815baf7fff85369a9c877dc4a11f2e3f84f37ad69a04213bc79765677dd2829a5074d7c8239b298429484378234cb4d2a66
 
 install : $(TARGET)
 
-- 
2.51.0


Reply via email to