public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] libgpg-error: Update to version 1.54
Date: Thu, 24 Apr 2025 15:43:50 +0200	[thread overview]
Message-ID: <20250424134354.3440212-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250424134354.3440212-1-adolf.belka@ipfire.org>

- Update from version 1.51 to 1.54
- Update of rootfile
- Changelog
    1.54
	 * Fix a regression in 1.52 which did not allow to open UNC
	   specified files on Windows.  [rE28ae4ee194]
	 * Ignore log file specification from the Registry in the gpg-error
	   tool.
    1.53
	 * Fix regression in 1.52.
    1.52
	 * The KEY_WOW64_xxKEY flags can now be passed to the Registry read
	   functions.  [rE652328c786]
	 * In the spawn functions care about closefrom/close call is
	   interrupted.  [T7478]
	 * New command --getreg for gpg-error on Windows.  [rE652328c786]
	 * New simple string list API.  [rE47097806f1]
	 * New API for name value files.  [rE7ec1f27b60]
	 * Add a Windows Registry emulation for Unix.  [rE9864dd4d66]
	 * Interface changes relative to the 1.51 release:
		 gpgrt_w32_reg_query_string          NEW (Windows only).
		 gpgrt_strlist_t                     NEW type.
		 gpgrt_strlist_free                  NEW.
		 gpgrt_strlist_add                   NEW.
		 gpgrt_strlist_tokenize              NEW.
		 gpgrt_strlist_copy                  NEW.
		 gpgrt_strlist_rev                   NEW.
		 gpgrt_strlist_prev                  NEW.
		 gpgrt_strlist_last                  NEW.
		 gpgrt_strlist_pop                   NEW.
		 gpgrt_strlist_find                  NEW.
		 GPGRT_STRLIST_APPEND                NEW const.
		 GPGRT_STRLIST_WIPE                  NEW const.
		 gpgrt_nvc_t                         NEW type.
		 gpgrt_nve_t                         NEW type.
		 gpgrt_nvc_new                       NEW.
		 gpgrt_nvc_release                   NEW.
		 gpgrt_nvc_get_flag                  NEW.
		 gpgrt_nvc_add                       NEW.
		 gpgrt_nvc_set                       NEW.
		 gpgrt_nve_set                       NEW.
		 gpgrt_nvc_delete                    NEW.
		 gpgrt_nvc_lookup                    NEW.
		 gpgrt_nvc_parse                     NEW.
		 gpgrt_nvc_write                     NEW.
		 gpgrt_nve_next                      NEW.
		 gpgrt_nve_name                      NEW.
		 gpgrt_nve_value                     NEW.
		 gpgrt_nvc_get_string                NEW.
		 gpgrt_nvc_get_bool                  NEW.
		 GPGRT_NVC_WIPE                      NEW const.
		 GPGRT_NVC_PRIVKEY                   NEW const.
		 GPGRT_NVC_SECTION                   NEW const.
		 GPGRT_NVC_MODIFIED                  NEW const.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/libgpg-error | 2 +-
 lfs/libgpg-error                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error
index ec61ac1f8..cf34b3bdb 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.38.0
+usr/lib/libgpg-error.so.0.39.2
 #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 74604d343..12ee9a5cf 100644
--- a/lfs/libgpg-error
+++ b/lfs/libgpg-error
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.51
+VER        = 1.54
 
 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 = 8727a993fb5e589beceafce9d06d843b28ceff80398c33a5655608bdcd3d92ee363389bc209a1dff675b9f78d56f13b78d77e55696c0736612b09275ae0da7f3
+$(DL_FILE)_BLAKE2 = 75f0cd9f1cb8c85bd86f7f49c6be6ec7aa216e39a269b92c9231fa4c441e862ef0b666cc6639a154777f31526bb41b1f81796662c8b210616c4a04c3db8e3d68
 
 install : $(TARGET)
 
-- 
2.49.0



  parent reply	other threads:[~2025-04-24 13:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-24 13:43 [PATCH] alsa: Update to version 1.2.14 Adolf Belka
2025-04-24 13:43 ` [PATCH] btrfs-progs: Update to version 6.14 Adolf Belka
2025-04-24 13:43 ` [PATCH] coreutils: Update to version 9.7 Adolf Belka
2025-04-24 13:43 ` [PATCH] fontconfig: Update to version 2.16.2 Adolf Belka
2025-04-24 13:43 ` [PATCH] gzip: Update to version 1.14 Adolf Belka
2025-04-24 13:43 ` [PATCH] libcap: Update to version 2.76 Adolf Belka
2025-04-24 13:43 ` [PATCH] libffi: Update to version 3.4.8 Adolf Belka
2025-04-24 13:43 ` Adolf Belka [this message]
2025-04-24 13:43 ` [PATCH] nano: Update to version 8.4 Adolf Belka
2025-04-24 13:43 ` [PATCH] nfs: Update to version 2.8.3 Adolf Belka
2025-04-24 13:43 ` [PATCH] openssh: Update to version 10.0p1 Adolf Belka
2025-04-24 13:43 ` [PATCH] openssl: Update to version 3.5.0 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250424134354.3440212-8-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox