From patchwork Wed Aug 21 18:45:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8040 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WpwJB69b4z3x41 for ; Wed, 21 Aug 2024 18:45:30 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WpwJ60PnHz2jq; Wed, 21 Aug 2024 18:45:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WpwJ56yZlz340x; Wed, 21 Aug 2024 18:45:25 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WpwJ301fZz2ybk for ; Wed, 21 Aug 2024 18:45: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 4WpwJ25cS0zGG; Wed, 21 Aug 2024 18:45:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1724265922; 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=d83g7VXJJ0b4yiPX6qk1mBZLGcuO/Ezgcgswjb8z2WI=; b=lpAPNumnD7f6I8Itx7Dz3bqIxwQlGp2ADCdXYYDrWETcqfd0XzpPeawharJCKXrkmR+nQ2 jOBBwWcv7M1/kyDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1724265922; 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=d83g7VXJJ0b4yiPX6qk1mBZLGcuO/Ezgcgswjb8z2WI=; b=P36Sjljpkuf3qDnWfN7kZk8dTgAPv+Elx3OG/pHoNfxCyQyVz014vhBahqnDl6qXdJneVX ETifhr2Po8pRHoZOM7w2UcP7DdlCs0VdJABcRx95gsHIDHFZEwrvx8cESRl3QQAd88n78C ce7cRnM7zgoWPaTm8wbcbotvauzvyGpeYEAgPYueUylm+WUECecQVVzpad2EwlkYRJ15yS JdOpyHWE6i00PnfA0HbjFIdvnGouFidQSPhuwEDSj/mMP2tXCOWIjnA+quQUTe0+8+L3AO vOzomNBecwOyko5TXWOBpk9GNEESzBKocRh0Z4SasEAlHM47ZP/tPfTtt3btPA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] p11-kit: Update to version 0.25.5 Date: Wed, 21 Aug 2024 20:45:14 +0200 Message-ID: <20240821184516.1906534-3-adolf.belka@ipfire.org> In-Reply-To: <20240821184516.1906534-1-adolf.belka@ipfire.org> References: <20240821184516.1906534-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: WAI2YLGGXVJQEDSVWNEJL7VRUVO7ZDV4 X-Message-ID-Hash: WAI2YLGGXVJQEDSVWNEJL7VRUVO7ZDV4 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 0.25.3 to 0.25.5 - Update of rootfile - Changelog 0.25.5 * iter: fix recursive attribute loading [PR#642] * fix building on FreeBSD 14.0 (amd64) [PR#644] * test fix [PR#645] 0.25.4 * rpc: add support for recursive attributes [PR#624, PR#629, PR#631, PR#633] * p11-kit: add function to check run-time version of the library [PR#637] * p11-kit: expose version information through macros [PR#635] * p11-kit: add option to specify CKA_ID in generate-keypair and import-object commands [PR#615] * p11-kit: add --provider option to specify PKCS#11 module when using p11-kit commands [PR#611] * p11-kit: fix a bug where eddsa mechanism isn't recognized in generate-keypair [PR#617] * p11-kit: fallback to C_GetFunctionList when C_GetInterface returns CKR_FUNCTION_NOT_SUPPORTED [PR#622] * bug and build fixes [PR#603, PR#604, PR#605, PR#606, PR#609, PR#614, PR#616, PR#619, PR#627, PR#628, PR#632, PR#636, PR#639] Signed-off-by: Adolf Belka --- config/rootfiles/common/p11-kit | 4 +++- lfs/p11-kit | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/p11-kit b/config/rootfiles/common/p11-kit index 02e4d81cd..c0ea3ac58 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.3.1 +usr/lib/libp11-kit.so.0.4.1 usr/lib/p11-kit-proxy.so #usr/lib/pkcs11 #usr/lib/pkcs11/p11-kit-client.la @@ -27,6 +27,8 @@ usr/lib/pkcs11/p11-kit-trust.so #usr/libexec/p11-kit/p11-kit-remote #usr/libexec/p11-kit/p11-kit-server #usr/libexec/p11-kit/trust-extract-compat +#usr/share/gtk-doc +#usr/share/gtk-doc/html #usr/share/gtk-doc/html/p11-kit #usr/share/gtk-doc/html/p11-kit/config-example.html #usr/share/gtk-doc/html/p11-kit/config-files.html diff --git a/lfs/p11-kit b/lfs/p11-kit index f5ee90cf3..2162ddfed 100644 --- a/lfs/p11-kit +++ b/lfs/p11-kit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.25.3 +VER = 0.25.5 THISAPP = p11-kit-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5c695c1ef95edf4bbbab001aa634076c433df0bc89cb8104deaec2ce00c6908640e467755b49c6900e5d7d5d81e1a3871f4978a212c6f6ae088386ac0b95289a +$(DL_FILE)_BLAKE2 = 96d6a9c2807586abafae4da4df89f566672733963997d6a83e00aaf83a7a0c0e2995638f505e98fb87a90c60bde28814f1e8b7d5071bf0af96bb0467105a1ddc install : $(TARGET) @@ -74,8 +74,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --with-trust-paths=/etc/pki/ca-trust/source + --prefix=/usr \ + --with-trust-paths=/etc/pki/ca-trust/source cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)