From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zjxyx4653z379v for ; Thu, 24 Apr 2025 13:44:09 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zjxyp64Syz337q for ; Thu, 24 Apr 2025 13:44:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Zjxyp0h6mz34K; Thu, 24 Apr 2025 13:44:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1745502242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Eh4rAeRY+KEN2DHawcgcL79iMSgG1M0PJby28tf74nc=; b=gqj7iyEbs7SBuniJ725OowKbdMneJWgUZ+X/PJhlEVYhQ6+3joJ8/NgigA5HwsdwXawZw7 ymtOKJLE+OBbp0WW8aDWnO2bWDec13IU9MJKa0/nEUJ0yOD0qc/lJkmvKl9PkCTMwv7+ae SwS49Fhhg4DKpZaEPErIFh7tGCY6Wet9vwPqvOEw+CevDshLp+IjmGcfOXVOvzG5Q8lbRP DkPbLvYvxAPXaW3sPap7YJtIU+socq3cqgTpuywsC8F+sJQ2ueYiV6mEPYGw57/aBfVlwQ Ti+DxqgycsmPHsVp7Q1JS4otE91hPbShic49ew3TsajJco7XcdqM2WlPRxnLJA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1745502242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Eh4rAeRY+KEN2DHawcgcL79iMSgG1M0PJby28tf74nc=; b=5lHnPc8RHBGQbFx/6MQLQpJDqLLMgI0NYCAAjvlwbfFuHOLQfgtaizufdqbSrsdmjUr8ws RCXkH+a9LI+0ttAw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libgpg-error: Update to version 1.54 Date: Thu, 24 Apr 2025 15:43:50 +0200 Message-ID: <20250424134354.3440212-8-adolf.belka@ipfire.org> In-Reply-To: <20250424134354.3440212-1-adolf.belka@ipfire.org> References: <20250424134354.3440212-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - 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 --- 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 # +# Copyright (C) 2007-2025 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.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