From patchwork Fri Jul 24 17:44:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10064 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4h6Fk25K8Cz3wqN for ; Fri, 24 Jul 2026 17:44:42 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4h6Fk22xxGz7B6 for ; Fri, 24 Jul 2026 17:44:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4h6Fjs4Rm2z37J1 for ; Fri, 24 Jul 2026 17:44:33 +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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4h6Fjh2vPnz36V9 for ; Fri, 24 Jul 2026 17:44:24 +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 4h6Fjf6wRZz7DT; Fri, 24 Jul 2026 17:44:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1784915063; 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=CcWb7fX5EDOzhux6ZOyrjGA17eIDBErHaXGIq5x4zow=; b=x0gVWNKulJ5ABrdpfe/HuDAhm1PBp1DH7dxMojNgf8OcMwOd35ULRUuRtNxg2AD13zwKt3 S1Pkr9oS5awouIAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1784915063; 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=CcWb7fX5EDOzhux6ZOyrjGA17eIDBErHaXGIq5x4zow=; b=rBwvHrtXs0XzyLYd95kAgI1pBhyghMGRPHIbBSDrK30Xkros+D7PoD3AQX6smOgtvS6T1x qoQuRG02mbBb/LKyJ6a884gzVkkykaTWQrRcjaQ6w20EIPjUXygw+kBeD7cI/q3thEQyzM k3Zpn3v9XDwLKNa6KjqeY1FmuqwAPXyhNOvASBUaGcFdkBzNLz2NEsZlq7MyPmJrOcl+UP v1CTDbL/dPIg3imW7GqqlooypYFupJdoKYVWSlVTV3Bw+wL/r4ACVfwb+Qn/dWIdiWNONK BPl58rhRh1cpblyS752oUHV1ANcnzTWJilHJy8CwKCHHxu9ppgz/Ff/YbXpN2g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] p11-kit: Update to version 0.26.4 Date: Fri, 24 Jul 2026 19:44:10 +0200 Message-ID: <20260724174412.3827472-19-adolf.belka@ipfire.org> In-Reply-To: <20260724174412.3827472-1-adolf.belka@ipfire.org> References: <20260724174412.3827472-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 0.26.2 to 0.26.4 - Update of the rootfile - Changelog 0.26.4 * Build fix [PR#773] * Update translations [PR#743, PR#772] 0.26.3 * server: fixed stack exhaustion via unbounded recursion in RPC attribute parsing by enforcing a recursion depth limit (CVE-2026-13757) [PR#768] * fixed confusing error message when trying to store an existing cert with trust anchor [PR#770] * fixed assert when parsing p11-kit files with value (") [PR#762] * fixed numerous memory management issues [PR#751, PR#753, PR#754, PR#756, PR#758, PR#763, PR#764, PR#765, PR#766, PR#769] * Build and test fixes [PR#746, PR#747, PR#752, PR#755, PR#757, PR#760, PR#761] Signed-off-by: Adolf Belka --- config/rootfiles/common/p11-kit | 2 +- lfs/p11-kit | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/p11-kit b/config/rootfiles/common/p11-kit index 43a7a2513..879983600 100644 --- a/config/rootfiles/common/p11-kit +++ b/config/rootfiles/common/p11-kit @@ -15,7 +15,7 @@ usr/bin/trust #usr/lib/libp11-kit.la #usr/lib/libp11-kit.so usr/lib/libp11-kit.so.0 -usr/lib/libp11-kit.so.0.4.8 +usr/lib/libp11-kit.so.0.4.10 usr/lib/p11-kit-proxy.so #usr/lib/pkcs11 #usr/lib/pkcs11/p11-kit-client.la diff --git a/lfs/p11-kit b/lfs/p11-kit index 4d1d3e0ee..1bb7d6feb 100644 --- a/lfs/p11-kit +++ b/lfs/p11-kit @@ -24,7 +24,7 @@ include Config -VER = 0.26.2 +VER = 0.26.4 THISAPP = p11-kit-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a10eab0fe405ea1f99aaac823bdb48d09caa09decd6bfe134aa702430ed5c09af2416db503ea8954467179c30ab754cc2811b4d8e28ac02cf3847fa021e1a2e2 +$(DL_FILE)_BLAKE2 = 91a8ff7679e34dbc9d3143c957ec2bba211da85f74c2aa3d150f3078de9387e1f04b4bbec56040e0c12249c1866e7ca191844c1dcdd6c1de29bec04e6d72ea96 install : $(TARGET)