From patchwork Tue May 19 21:28:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9838 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gKnqM1hqnz3wr0 for ; Tue, 19 May 2026 21:29:03 +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" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gKnqD2bVQz7T9 for ; Tue, 19 May 2026 21:28:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gKnq81p72z377k for ; Tue, 19 May 2026 21:28:52 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gKnq14QR7z32f1 for ; Tue, 19 May 2026 21:28:45 +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 4gKnq03w9lz4Rw; Tue, 19 May 2026 21:28:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779226124; 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=7emriVEbCCts5WXwlv1evjsOIXlM4lfF3OJ2Qg+bLGM=; b=utAcbQZ9d9xyzrEkx/9Wq+Ep8w202B6jiFMwaDyz1Nylm3iyX6Bl88mNqUiT033MpUylBU Zvh5AFNZXiku3iDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779226124; 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=7emriVEbCCts5WXwlv1evjsOIXlM4lfF3OJ2Qg+bLGM=; b=LvdZ77XDWWmZkM7Cc6uEoZOZlfcvpx0+xu7Zg4DnU0W3fSfC7Q8VT7YNVVojbVXwvwZv7a fzqs2X078K+f7qCnGWHKSBVMEnE1Fz5Y9IwkNG07twXvDGyqVISDeGi5kgyuNWXC02GnSJ HaYmHXcAMXF82a4faGRWsXFlgkl0ZSwJwAqjQbvFVsFQbWzwa7OkF49U/0SkMn0mm9nDIN c5klJCpY4poT/gfRpQD/ST03827zDrxc5r0vSAjWIcgCYw7g9c3FA7Q8MwF+3suN4lmHwD JRdTpTD0NnkIDcVAzKbjwL/sx2vFdhWuwu5hCHP1cKCy0clOnUGxogQ010Sg9g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libksba: Update to version 1.8.0 Date: Tue, 19 May 2026 23:28:33 +0200 Message-ID: <20260519212838.3147035-12-adolf.belka@ipfire.org> In-Reply-To: <20260519212838.3147035-1-adolf.belka@ipfire.org> References: <20260519212838.3147035-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.6.8 to 1.8.0 - Update of rootfile - Changelog 1.8.0 * New function ksba_cms_get_attribute. [rKf40bfced7c] * Support building of unsigned attributes with ksba_cms_add_attribute. [rK54d7e3bea8] 1.7.0 * Add support for building AuthEnvelopedData. [T3979] * New function ksba_cms_add_attribute. [T4537] * Fix silent truncation of 64 bit length fields. [T8246] * Fix incorrect overflow guard condition in _ksba_ber_read_tl. [T8247] * Interface changes relative to the 1.6.0 release: ksba_cms_add_attribute NEW. 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 90dfdd92f..792dd7744 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.14.8 +usr/lib/libksba.so.8.16.0 #usr/lib/pkgconfig/ksba.pc #usr/share/aclocal/ksba.m4 diff --git a/lfs/libksba b/lfs/libksba index fe4f3030a..766f0f933 100644 --- a/lfs/libksba +++ b/lfs/libksba @@ -24,7 +24,7 @@ include Config -VER = 1.6.8 +VER = 1.8.0 THISAPP = libksba-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 13efba4f1f22de8e149049443ac1b68dea75c7526678f0a462c6922fb2f6de71c8c20d6c41b726e3083076f201576645b2f9181340fa2c49ca4de2ed1f6064fb +$(DL_FILE)_BLAKE2 = ce1ceaf4b2542c2ac391fe944e81d0a05d73abf6abbc2637ef2c6c93d0a110a9fd352ae1586eb486148244ec68b0974348f440560991ca96196ab57549ab2cd3 install : $(TARGET)