From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libgpg-error: Update to version 1.51
Date: Tue, 19 Nov 2024 22:10:57 +0100
Message-ID: <20241119211106.2194373-9-adolf.belka@ipfire.org>
In-Reply-To: <20241119211106.2194373-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0307776240014395248=="
List-Id: <development.lists.ipfire.org>

--===============0307776240014395248==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

- Update from version 1.50 to 1.51
- Update of rootfile
- Changelog
    1.51
	 * Allow initialization of new Windows threads to utf8 mode.  [T7185]
	 * Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn.
	   [rEb79d4206f4]
	 * Add new spawn function to modify the environment.  [T7307]
	 * Fix missing environ var for macOS and others.  [T7169,T7307]
	 * Fix forgotten _gpgrt_post_syscall on create pipe failure.  [rEbcab96484d]
	 * Let gpgrt_poll return an error for a closed fd.  [rE4a3dc85f69]
	 * Fix build error introduced by C-committee stupidity.  [T7344]
	 * Interface changes relative to the 1.50 release:
		 _gpg_w32_gettext_use_utf8           EXTN (new value 2).
		 gpgrt_spawn_actions_set_env_rev     NEW.
		 GPGRT_PROCESS_ALLOW_SET_FG          NEW.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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/l=
ibgpg-error
index b6742cde6..ec61ac1f8 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.37.0
+usr/lib/libgpg-error.so.0.38.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 e06a34937..74604d343 100644
--- a/lfs/libgpg-error
+++ b/lfs/libgpg-error
@@ -24,7 +24,7 @@
=20
 include Config
=20
-VER        =3D 1.50
+VER        =3D 1.51
=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)_BLAKE2 =3D 621d9a604585daa1fbd08aaa94f3b177f6265046ccf452317e126e=
73079c567c555cbb8ab8b63e09b76bdf4f11a1aad7effd118651fe9e9cbcf01229f20ab297
+$(DL_FILE)_BLAKE2 =3D 8727a993fb5e589beceafce9d06d843b28ceff80398c33a5655608=
bdcd3d92ee363389bc209a1dff675b9f78d56f13b78d77e55696c0736612b09275ae0da7f3
=20
 install : $(TARGET)
=20
--=20
2.47.0


--===============0307776240014395248==--