From patchwork Sun Sep 13 17:12:19 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10214 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 4hjZcB3NGtz3xTV for ; Sun, 13 Sep 2026 17:13:14 +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 4hjZcB0wT5z46s for ; Sun, 13 Sep 2026 17:13:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbk5m43z37F4 for ; Sun, 13 Sep 2026 17:12:50 +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 4hjZbZ1bypz36Wr for ; Sun, 13 Sep 2026 17:12:42 +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 4hjZbW40r9z8Zd; Sun, 13 Sep 2026 17:12:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319559; 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=aQFstcpFDn6+iJj/A2z+yHAXDWvs5ukbnseeIxVegP8=; b=LOFJZEMTAMWdio4wzezj7wv0hMnDDp8FEOOTub9Jod8KvkNGi5iMAS4uNZIOMHkww2c/75 +8yLufnJqwqUdvBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319559; 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=aQFstcpFDn6+iJj/A2z+yHAXDWvs5ukbnseeIxVegP8=; b=GPJot0i6FlUqBRuwCo2yq8pxFj6LpWEkOuqoGFyKoFDkiknHTYHwGDN3Dm6408xDsXKaCk 8iZn7Q193ij/WgE3yrN0DhJJh4h8gOxIniUvTZDh4+fwoZohcaUDyCt/xTh9IYkCccctUE OokRkVcCBiR1XvSQNKqKyS/+BiZbz6s6e23BHO+S9TnHlrfjDLv0o6J1BrS0IYsaUfsbZt bOCe35TrnjOWt4hfathC6eP93mDRjSkpSiQGYjGJ2ykeYyG13FU7JJ/A0qnbqgQ4xDzfly gtixhRkONQquqkzl3/Y0YTA9yfR2/QkmTKLVemaxxkI9KuL3LV0fcbxAr+z6vA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libksba: Update to version 1.8.1 Date: Sun, 13 Sep 2026 19:12:19 +0200 Message-ID: <20260913171230.3920551-20-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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.8.0 to 1.8.1 - Update of rootfile - Changelog 1.8.1 * Fix CMS parser to avoid possible infinite loop. [T8361] Signed-off-by: Adolf Belka --- config/rootfiles/common/libksba | 2 +- lfs/libksba | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libksba b/config/rootfiles/common/libksba index 792dd7744..86a444bb3 100644 --- a/config/rootfiles/common/libksba +++ b/config/rootfiles/common/libksba @@ -2,6 +2,6 @@ #usr/lib/libksba.la #usr/lib/libksba.so usr/lib/libksba.so.8 -usr/lib/libksba.so.8.16.0 +usr/lib/libksba.so.8.16.1 #usr/lib/pkgconfig/ksba.pc #usr/share/aclocal/ksba.m4 diff --git a/lfs/libksba b/lfs/libksba index 766f0f933..1c06e7c7d 100644 --- a/lfs/libksba +++ b/lfs/libksba @@ -24,7 +24,7 @@ include Config -VER = 1.8.0 +VER = 1.8.1 THISAPP = libksba-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ce1ceaf4b2542c2ac391fe944e81d0a05d73abf6abbc2637ef2c6c93d0a110a9fd352ae1586eb486148244ec68b0974348f440560991ca96196ab57549ab2cd3 +$(DL_FILE)_BLAKE2 = d100a709ed16f1ccd19e78d788dc6e929941647029aa539172c1bcdf1312b47183722d2c90b6d438906e977b79fa0219c8289373625eddc40eb77162222a535c install : $(TARGET)