From patchwork Mon Apr 26 12:32:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4226 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 4FTPRm1rg1z3yBR for ; Mon, 26 Apr 2021 12:32:36 +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 4FTPRl58DGz6Fs; Mon, 26 Apr 2021 12:32:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FTPRl55GTz2xd3; Mon, 26 Apr 2021 12:32:35 +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 4FTPRk2wsyz2xd3 for ; Mon, 26 Apr 2021 12:32:34 +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 4FTPRj5lNFz14F; Mon, 26 Apr 2021 12:32:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619440353; 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; bh=x4sUg7C51aLF4YU9HaJVwPinr1dm8fTAZoqrW+55uxw=; b=qQ7DukKfcxo8y03ZZ10BVgEavbEJ1EwdUJ5gMb9Y1j5lbw3pH8/IoNHzy7RXPT6MHW6uNq dgXV8YE6kPR01DAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619440353; 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; bh=x4sUg7C51aLF4YU9HaJVwPinr1dm8fTAZoqrW+55uxw=; b=DDoN8neH4Y+hx29c7DAPMSyltS6Ym6SRAOBe1rJW14cbDo0k9zcjmFdJ4d5PVRigVA0uEW Uk7JhHGI3sRGKzjnx/8ihlWvgx7W7SYzKTeXJf67YXOYpfdkn4CZERENGGXDwD08o5vmts aEzWQU/z/UrR+6TGqSSZKawFLLcfwP3zEKor+rX7Y7Mkkp8gYAAvEgfvDPipnuprefdsxk DuXPJozSJFaDRZFNKu2NnSAvpplwdaOiCRPmBFR/OkzmtFjar9VBYWkhWbjA2FgM2NAWea MLHegI3hzPNT71S6vAVsgrwa2Au3LHcvYD/3WUOg4opsT+Oe+iooavJ2bdFFfA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libgpg-error: Update to 1.42 Date: Mon, 26 Apr 2021 14:32:31 +0200 Message-Id: <20210426123231.3783586-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 1.41 to 1.42 - Update rootfile - Changelog 2021-03-22 Werner Koch core: Add GPG_ERR_SOURCE_TPM2D. + commit 200bf2ed9d610219cc0b12a91dedb3bfd52d36b7 * src/err-sources.h.in (GPG_ERR_SOURCE_TPM2D): New. 2021-03-05 Werner Koch w32: Allow Unicode paths for the gettext domain. + commit 618ce381f9d70f3a94e87f58f667a6138411018e * src/w32-gettext.c: Remove remaining WindowsCE support (load_domain): Use CreateFileW. 2021-03-04 Werner Koch w32: Minor cleanup of w32-gettext. + commit 3bf1de7b72be8e1d9fa78eb94730772d9cf61c44 * src/w32-gettext.c: Include gpgrt.h instead gpg-error.h. (utf8_to_wchar): Use underscored function. (_gpg_w32_textdomain): Ditto. 2021-02-18 NIIBE Yutaka build: Support --disable-threads by gen-lock-obj.sh. + commit 1fb90a7da186ee2ee098a666f6f3a35bb1720e59 * configure.ac: Supply --disable-threads to gen-lock-obj.sh. Tighten the condition of using gen-lock-obj.sh for GNU/Linux. * src/gen-lock-obj.sh: Support --disable-threads. 2021-02-16 NIIBE Yutaka build: Fix gpgrt-config. + commit ed3cd20de8d3eab92dd8fff02bcc214c55d08398 * src/gpgrt-config.in: Remove delimiter variable. build: More fix for determining libdir for gpgrt-config. + commit 28a21addc2e30b0756cdc6774c79f69070df8829 * src/gpg-error.m4: Use CC -print-search-dirs for better support of GNU style cross prefix. 2021-02-15 NIIBE Yutaka build: Fix the previous change. + commit d7fd25bbfb83cd445bc81aa695b2c6127c22fa59 * src/gpg-error.m4: Fix test condition for GPGRT_CONFIG. Fix behaviour when there is no GPG_ERROR_CONFIG. 2021-02-12 NIIBE Yutaka build: Improve how to determine $libdir for gpgrt-config. + commit 3cabbad4eec0e5bc6bdaa9f8626578934138adee * src/gpg-error.m4: Fix $gpgrt_libdir handling. 2021-02-09 NIIBE Yutaka Support cross-compiling on more platforms. + commit 99ae862a96a569724f49a604ebb7d3f6d2c2d374 * src/gen-lock-obj.sh (ECHO_C, ECHO_N): Portability fix. Signed-off-by: Adolf Belka --- 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/libgpg-error index 40ad003bc..4784c95ce 100644 --- a/config/rootfiles/common/libgpg-error +++ b/config/rootfiles/common/libgpg-error @@ -7,7 +7,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.31.1 +usr/lib/libgpg-error.so.0.32.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 05fb715d0..a0c1e164c 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -24,7 +24,7 @@ include Config -VER = 1.41 +VER = 1.42 THISAPP = libgpg-error-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 36e9e7e6fffefac1eae5a1a49f14ac4f +$(DL_FILE)_MD5 = 133fed221ba8f63f5842858a1ff67cb3 install : $(TARGET)