From 31c5b4b03598793dec01ff6cf91465ca9f432786 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 15 Sep 2025 19:46:30 +0200 Subject: [PATCH] p11-kit: Update to version 0.25.8 - Update from version 0.25.5 to 0.25.8 - Update of rootfile - Changelog 0.25.8 * rpc: Unbreak protocol compatibility by reverting "rpc: Correctly map Mozilla certificate distrust attributes" [PR#716] 0.25.7 * Build fixes from tarball with Meson [PR#714] 0.25.6 * rpc: Add module configuration option to specify server address [PR#707] * rpc: Correctly map Mozilla certificate distrust attributes [PR#705] * rpc: Fix empty array attribute handling [PR#704] * server: Remove libsystemd dependency for socket activation [PR#685] * Avoid segfault if p11_library_init_impl/p11_library_uninit are called multiple times [PR#682] * Add zsh completions [PR#674] * pkcs11: Update pkcs11.h to version 3.1 [PR#671] * pkcs11: Add IBM specific mechanisms [PR#669] * server: check SHELL if (and only if) neither --sh nor --csh is specified [PR#661] * trust: don't create file names longer then 255 [PR#659] * trust: sort paths for reproducible extract [PR#656] * Build and test fixes [PR#647, PR#653, PR#654, PR#657, PR#660, PR#667, PR#673, PR#681, PR#683, PR#688, PR#694] * Update translations [PR#663, PR#701] Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/rootfiles/common/p11-kit | 3 ++- lfs/p11-kit | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/p11-kit b/config/rootfiles/common/p11-kit index c0ea3ac58..2d3fbf246 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.1 +usr/lib/libp11-kit.so.0.4.3 usr/lib/p11-kit-proxy.so #usr/lib/pkcs11 #usr/lib/pkcs11/p11-kit-client.la @@ -54,6 +54,7 @@ usr/lib/pkcs11/p11-kit-trust.so #usr/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 #usr/share/gtk-doc/html/p11-kit/p11-kit.html #usr/share/gtk-doc/html/p11-kit/pkcs11-conf.html +#usr/share/gtk-doc/html/p11-kit/proxy.html #usr/share/gtk-doc/html/p11-kit/reference.html #usr/share/gtk-doc/html/p11-kit/remoting.html #usr/share/gtk-doc/html/p11-kit/right-insensitive.png diff --git a/lfs/p11-kit b/lfs/p11-kit index fcc4ce2c2..0676023c7 100644 --- a/lfs/p11-kit +++ b/lfs/p11-kit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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.5 +VER = 0.25.8 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 = 96d6a9c2807586abafae4da4df89f566672733963997d6a83e00aaf83a7a0c0e2995638f505e98fb87a90c60bde28814f1e8b7d5071bf0af96bb0467105a1ddc +$(DL_FILE)_BLAKE2 = d351b7b015920d7ecf1b9d3b4f1f3fc62c7ef46c1dc9ed3475b9ac7f5dbf5a47b2d2a19049e7eef81e35d0f993a860ee5df1864f0341596dca143140ae14e5c4 install : $(TARGET) -- 2.47.3