From patchwork Wed Apr 19 12:31:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6799 Return-Path: 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Q1gCJ3qcxz3x6v for ; Wed, 19 Apr 2023 12:31:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Q1gCD3nvKz3n5; Wed, 19 Apr 2023 12:31:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Q1gCD0l11z2yty; Wed, 19 Apr 2023 12:31:52 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Q1gCB1w3gz2yfc for ; Wed, 19 Apr 2023 12:31:50 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Q1gC974v0zq1; Wed, 19 Apr 2023 12:31:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1681907510; 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=HU3RiCreHd/Ka3SyfeJmmfcX5XQm7fuqxUryP90VpYI=; b=xEalW99Y4u+Lz4aM7rOV0YTd1PpjHRqOdrDlz+1Qv5sxrFlhoS9sPABRvjM7jfCT34BdCN Q/xC1G2DNLsoR8Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1681907510; 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=HU3RiCreHd/Ka3SyfeJmmfcX5XQm7fuqxUryP90VpYI=; b=usm5gFkFesQ/3SWH7RVePq9Lcr5BQPrc9opRRlYlxpUBIXD2UZJZSxGBR5PfoXhgqB+1EF KFBIuoBPE/DLpLkiiVR0SUjrsra5JdZXUc5k8lTJD0cl199D1MLJR86aRti79MqinJTJYJ KDUCiDzGZwdtWppw00unKjZoC7p1Vm2w3SiGG5T1jWHCv2t5KijbV+YCgarrea7y+8zO42 /qzW3HlSrvvOFx1/Wpavnoo5c9hVGjpm1jSkn0XabYD3k1b7q2D/dr9Rwk/uQI8ouRNm4i R9ifLm9AcMrqTDR8pYbPVxs1RTNpIVKKtGNik8kycMcW7PUq5TR145sJdKgVyg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libgpg-error: Update to version 1.47 Date: Wed, 19 Apr 2023 14:31:38 +0200 Message-Id: <20230419123141.2778769-2-adolf.belka@ipfire.org> In-Reply-To: <20230419123141.2778769-1-adolf.belka@ipfire.org> References: <20230419123141.2778769-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 1.46 to 1.47 - Update of rootfile - Changelog Noteworthy changes in version 1.47 (2023-04-06) [C34/A34/R0] * New error codes for PUKs and reset codes. [T6421] * Avoid segv in logging with improper use of the "socket://". [rE68333be630] * Fixed translation of argparse's internal option --help. [rE885a287a57] * Interface changes relative to the 1.46 release: GPG_ERR_SOURCE_TKD NEW. GPG_ERR_BAD_PUK NEW. GPG_ERR_NO_RESET_CODE NEW. GPG_ERR_BAD_RESET_CODE NEW. GPGRT_SPAWN_KEEP_STDIN NEW. GPGRT_SPAWN_KEEP_STDOUT NEW. GPGRT_SPAWN_KEEP_STDERR NEW. GPGRT_SPAWN_INHERIT_FILE NEW. Signed-off-by: Adolf Belka --- config/rootfiles/common/libgpg-error | 3 ++- lfs/libgpg-error | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error index 77a12be29..08079ed9c 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.33.1 +usr/lib/libgpg-error.so.0.34.0 #usr/lib/pkgconfig/gpg-error.pc #usr/share/aclocal/gpg-error.m4 #usr/share/aclocal/gpgrt.m4 @@ -41,3 +41,4 @@ usr/lib/libgpg-error.so.0.33.1 #usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo #usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo #usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo +#usr/share/man/man1/gpgrt-config.1 diff --git a/lfs/libgpg-error b/lfs/libgpg-error index fa7b63f42..f60f1ae82 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 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.46 +VER = 1.47 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 = 6748c463256b7d0a05fe89a63c5f3abda1975d861c35821248664f2f09cd2273ef619d12408b6107a99519939ca7214f492e705c29f52f7bbdc422237281c1ca +$(DL_FILE)_BLAKE2 = bc04efa0686b1b7d7cdce045fc080c090c1abec60349b673c2e1ce27900483aea090eb6ebcb3fb49a4eed36f18156a12413d5446f739475632f4ed2a2481ff27 install : $(TARGET)