From patchwork Tue Oct 14 13:07:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9198 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cmDzw6zGfz3xQs for ; Tue, 14 Oct 2025 13:08:28 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cmDzv33t7z457 for ; Tue, 14 Oct 2025 13:08:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cmDzs6LY6z338x for ; Tue, 14 Oct 2025 13:08:25 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cmDzq1YQkz32fq for ; Tue, 14 Oct 2025 13:08:23 +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 4cmDzq06Zrz3mW; Tue, 14 Oct 2025 13:08:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760447303; 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=SShArM6X2o2chhtGMPnyun7+qfQTXGbKZcxLeZ7dDxY=; b=lGzlzJnebe2U6NwLeXlxhwqMlQGDGPIw7fY0lN1mZFkSlPV/YM4y059tU70vx5xgICMdGo 2oNhPW36oloSd5DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760447303; 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=SShArM6X2o2chhtGMPnyun7+qfQTXGbKZcxLeZ7dDxY=; b=GuLMhmbnO/lmpy4k59OKP94BP8aS6RH/gTRAUqO1TV50yvVVBh9W3lUcQP4hWXS/UAMUa4 geYWZwIh1K7vwP0oI+64+cb76bJFT/UFDMaqsKKGZWPBL8XHDcG0wvzzWDnWVlW8IGLWJh qILVGlE3f3TBMwZmU+UkKHc5TazeXLFtGbEyTyEVjG0Rm2MSVjeKN7dTUiQTNO+n3qr9Ue lmGlsZoLBF89KF3P/FUhWwFvYtW2E4UPMP5GDnkAI1zaerPYFxq3YkFJSzGLyt5Iqi6Lbe 6M7GH/L5/nC7rwScBEAGhZMXxzDEfr1Dfl2tRaK8K5gHjzS8S/0AwBha+yJ5wg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/2] libgpg-error: Update to version 1.56 Date: Tue, 14 Oct 2025 15:07:57 +0200 Message-ID: <20251014130807.3469514-5-adolf.belka@ipfire.org> In-Reply-To: <20251014130807.3469514-1-adolf.belka@ipfire.org> References: <20251014130807.3469514-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 - Update from version 1.54 to 1.56 - Update of rootfile - Changelog 1.56 * Support the %b conversion specifier in the estream printf functions. [rE6ac5332e4f] * New spawn GPGRT_PROCESS_STDIO_NUL to be used on Windows to share the "nul" device. [T7723] * Support pipe I/O for GPGRT_PROCESS_DETACHED on Windows. [T7716] * New mode keyword "share=xxx" for gpgrt_fopen. [rE461cb5a8ea] * Change the default method to get the number of fds to close. This fixes a spawning problem on certain POSIX machine. [T7696] * Fix some cases of inheriting HANDLEs on Windows. [T7716] * New system configurations for 64-bit Android, i686 Android, x86_64 Android and an armv7a alias to arm for Android. * Set build specific build variable for zOS [rE7ee191f54c] * Interface changes relative to the 1.55 release: GPG_ERR_UNEXPECTED_PACKET NEW. GPGRT_PROCESS_STDIO_NUL NEW. 1.55 * Rewrite the extended length path handling under Windows. [T5754,rEfba44d619d] * Add new test commands to the gpg-error tool. Allow command w/o dashes and reformat the help. [rEc002490a8f] * Silence warning from gcc 15. [T7621] 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 cf34b3bdb..c96fe87de 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.39.2 +usr/lib/libgpg-error.so.0.40.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 12ee9a5cf..883663ce8 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -24,7 +24,7 @@ include Config -VER = 1.54 +VER = 1.56 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 = 75f0cd9f1cb8c85bd86f7f49c6be6ec7aa216e39a269b92c9231fa4c441e862ef0b666cc6639a154777f31526bb41b1f81796662c8b210616c4a04c3db8e3d68 +$(DL_FILE)_BLAKE2 = 2c84fe5cef8c77dc01f481aeacada815baf7fff85369a9c877dc4a11f2e3f84f37ad69a04213bc79765677dd2829a5074d7c8239b298429484378234cb4d2a66 install : $(TARGET)