From patchwork Tue Dec 27 11:59:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6345 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 4NhCs11kJ6z42kD for ; Tue, 27 Dec 2022 12:00:21 +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 4NhCrt3rVgz2hh; Tue, 27 Dec 2022 12:00:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NhCrt1pqLz2yxs; Tue, 27 Dec 2022 12:00:14 +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 4NhCrr3gytz2xLF for ; Tue, 27 Dec 2022 12:00:12 +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 4NhCrq5gDRz1Dy; Tue, 27 Dec 2022 12:00:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672142411; 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=PpO4G5EYUS66dCOCzIcB3U7xVWvrcAbJBknZUwgv2U4=; b=KSCesc+10yhhHFG4wetR0kL/yp7d9LqU7o0dE238yX4qCnemD5tcw1TLfd+1Bcl4atB4zM xEwlRWxOpWhGy1Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672142411; 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=PpO4G5EYUS66dCOCzIcB3U7xVWvrcAbJBknZUwgv2U4=; b=oXWqxi7JwqP1UvETHyS4kzSO38zdwXxZ7qmDr56nS4yrq6w0ziLei2bS4aiunbMv/rr2g6 //nCTg8mibvRa5pHdmWFh8LE9J268z8EJhAmYl8uju9KkRM/3/6DiI9KdoDooVl5lKcGBw NNXVwbgk1M6+s/FbzXeLI1PCQihwAfkvRLdvrmd+jwxC/NQp7Vov3jl3lcbT6ITvYsw3V1 3O487r0uz28JTeV4+PTVQzgrv6xd2jVKab+lu/fMzJivdS0zVli/+sobMQYHeXKKT16c/L i7cfRtcMbxUpnRbh7IGClYg0KQHzQh60v+Q7yCkt5Wvh+V2A+OKJLFm++iEVDA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libgpg-error: Update to version 1.46 Date: Tue, 27 Dec 2022 12:59:59 +0100 Message-Id: <20221227120002.12161-8-adolf.belka@ipfire.org> In-Reply-To: <20221227120002.12161-1-adolf.belka@ipfire.org> References: <20221227120002.12161-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.44 to 1.46 - Update of rootfile - Changelog Noteworthy changes in version 1.46 (2022-10-07) [C33/A33/R1] * Support for bidirectional pipes under Windows. [T6112] * REG_DWORD types are now support in the Windows Registry. [rE745d333cf7] * Added ES_SYSHD_SOCK support for gpgrt_sysopen under Windows. [rE018ea46a30] * Fixed gpgrt_log_get_fd for the file case. [T5922] * Avoids header problem with C11 and "noreturn". [T4002] * The gpg-error-config command is not installed by default, because it is now replaced by use of pkg-config/gpgrt-config with gpg-error.pc. Supply --enable-install-gpg-error-config configure option, if it's really needed. * Fixed support of posix-lock for FreeBSD. [rE6e17e70bb7] * Build fixes for some Mingw tool chain versions. [T5890, T4656] * Removed remaining support for WindowsCE. [T5912] * Updated config.guess, config.sub, and config.rpath. [T6078] * gpg-error-config is now only installed when enabled. [T5683] * System paths are now stripped from --cflags --and --libs. [T6136] Release-info: https://dev.gnupg.org/T5923 Noteworthy changes in version 1.45 (2022-04-07) [C33/A33/R0] * Support the "sysopen" mode parameter for gpgrt_fopen so that file names longer than MAX_PATH can be supported under Windows. * gpgrt_access and gpgrt_mkdir now support file names longer than MAX_PATH. * gpgrt_fopen now maps "/dev/null" to "nul" on Windows. * Published some internal helper functions for Windows. * Interface changes relative to the 1.42 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_free_wchar NEW. gpgrt_fname_to_wchar NEW. gpgrt_utf8_to_wchar NEW. gpgrt_wchar_to_utf8 NEW. Release-info: https://dev.gnupg.org/T5802 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/libgpg-error | 4 +--- lfs/libgpg-error | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error index 1587242d7..77a12be29 100644 --- a/config/rootfiles/common/libgpg-error +++ b/config/rootfiles/common/libgpg-error @@ -1,5 +1,4 @@ usr/bin/gpg-error -#usr/bin/gpg-error-config #usr/bin/gpgrt-config #usr/bin/yat2m #usr/include/gpg-error.h @@ -7,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.32.2 +usr/lib/libgpg-error.so.0.33.1 #usr/lib/pkgconfig/gpg-error.pc #usr/share/aclocal/gpg-error.m4 #usr/share/aclocal/gpgrt.m4 @@ -42,4 +41,3 @@ usr/lib/libgpg-error.so.0.32.2 #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 f1d9afb96..fa7b63f42 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2022 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.44 +VER = 1.46 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 = dc101769510bc9edff38048216a961df8b08373a0b6d04b13c882bbcb43c4d0e05ecfdfd7788c89b5799082f4d15386efac5eb1762a48ae1ab70b554d0bfbb36 +$(DL_FILE)_BLAKE2 = 6748c463256b7d0a05fe89a63c5f3abda1975d861c35821248664f2f09cd2273ef619d12408b6107a99519939ca7214f492e705c29f52f7bbdc422237281c1ca install : $(TARGET)