From patchwork Sun Nov 28 22:16:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4863 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4J2N9W3950z3wsg for ; Sun, 28 Nov 2021 22:16:15 +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 4J2N9S6QGGz1pd; Sun, 28 Nov 2021 22:16:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J2N9S49Y8z2yRn; Sun, 28 Nov 2021 22:16:12 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4J2N9Q72Hsz2xXN for ; Sun, 28 Nov 2021 22:16:10 +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 4J2N9Q3Ps4zpt; Sun, 28 Nov 2021 22:16:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638137770; 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=wqijQtwyJOc0nrgVdLZPIxN/YhcxqOxjfqh39rCuNHc=; b=+aZU+mDe1YmmJBmdzKppQGpwiW3mILf2GOZkNWH8jBUgVI36Mhq+yKIPVglOJiLLMghTes K9B/JC6KM8HEe6Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638137770; 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=wqijQtwyJOc0nrgVdLZPIxN/YhcxqOxjfqh39rCuNHc=; b=V/KmIQHF95JuxWEIQajUjbLmfzUisY0tRFCXnQE5EADRzYdYXudMKsY96HDLOkBF46SF4a wDEvU5v3vPjRcueD7rkY8g1GKB97Rbj32pXZYvY12Qu4hqVxlicn1pG0VDUjsdjBmqL4jB 1d5NTzCo+GtfZfcGdIyhqAXLjpj7gCRABf+BdF84A8UhTMflUxz0uvMAp5MkYscIIlViyk UsLpXpRdqnP50wkEQnTXSQZ9WaC+OapTukBEju1veEhvThAH6rfBLIjjrb/vDLGEsM7na/ CEzlPZRE97BeuY8mONNMrnaX00RRCS2+WT9tabFW0HjwNZdURLf+fjPkRa2eXA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libgpg-error: Update to version 1.43 Date: Sun, 28 Nov 2021 23:16:07 +0100 Message-Id: <20211128221607.3793901-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.42 to 1.43 - Update of rootfile - Changelog - full details can be found in the ChangeLog file in the source tarball Noteworthy changes in version 1.43 (2021-11-03) [C32/A32/R1] * Fix for building against GNU libc 2.34. [T5547] * Fix build problems on macOS. [T5440,T5610] * Fix gpgrt-config problems. [T5381,T5595] * Fix gpgrt_free for legacy platforms. [448bf7b01cad] * Fix truncation of error message in the middle of a character. [T5048] * Fix the --disable-threads configure options. [T5495] * Improve lock-obj generation for cross-builds [99ae862a96a5] * Improve cross-builds. [T5365] * Improve gpgrt_wait_processes. [T5381] * Allow config files to read values from the Windows Registry and from envvars. [b1790f4cc71f] * Update the Russian and Czech translations. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- 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 4784c95ce..579be02fa 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.32.0 +usr/lib/libgpg-error.so.0.32.1 #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 a0c1e164c..852f2e6f8 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -24,7 +24,7 @@ include Config -VER = 1.42 +VER = 1.43 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 = 133fed221ba8f63f5842858a1ff67cb3 +$(DL_FILE)_MD5 = f1e09cfa536a6e6a264dbf2ccdc2e534 install : $(TARGET)