From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] p11-kit: Update to version 0.25.8
Date: Mon, 15 Sep 2025 19:46:30 +0200 [thread overview]
Message-ID: <20250915174630.2688676-15-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250915174630.2688676-1-adolf.belka@ipfire.org>
- 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 <adolf.belka@ipfire.org>
---
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 <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# 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.51.0
prev parent reply other threads:[~2025-09-15 17:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-15 17:46 [PATCH] core198: Ship ethtool Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship freetype Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship libffi Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship libssh Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship libxml2 Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship lvm2 Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship p11-kit Adolf Belka
2025-09-15 17:46 ` [PATCH] ethtool: Update to version 6.15 Adolf Belka
2025-09-15 17:46 ` [PATCH] freetype: Update to version 2.14.1 Adolf Belka
2025-09-15 17:46 ` [PATCH] haproxy: Update to version 3.2.4 Adolf Belka
2025-09-15 17:46 ` [PATCH] libffi: Update to version 3.5.2 Adolf Belka
2025-09-15 17:46 ` [PATCH] libssh: Update to version 0.11.3 Adolf Belka
2025-09-15 17:46 ` [PATCH] libxml2: Update to version 2.14.6 Adolf Belka
2025-09-15 17:46 ` [PATCH] lvm2: Update to version 2.03.35 Adolf Belka
2025-09-15 17:46 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250915174630.2688676-15-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox