pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p11-kit
Module Name: pkgsrc
Committed By: adam
Date: Sun Sep 14 09:41:40 UTC 2025
Modified Files:
pkgsrc/security/p11-kit: Makefile PLIST distinfo
Removed Files:
pkgsrc/security/p11-kit/patches: patch-p11-kit_rpc-server.c
Log Message:
p11-kit: updated to 0.25.8
0.25.8 (stable)
* rpc: Unbreak protocol compatibility by reverting "rpc: Correctly map Mozilla certificate distrust attributes"
0.25.7 (stable)
* Build fixes from tarball with Meson
0.25.6 (stable)
* rpc: Add module configuration option to specify server address
* rpc: Correctly map Mozilla certificate distrust attributes
* rpc: Fix empty array attribute handling
* server: Remove libsystemd dependency for socket activation
* Avoid segfault if p11_library_init_impl/p11_library_uninit are called multiple times
* Add zsh completions
* pkcs11: Update pkcs11.h to version 3.1
* pkcs11: Add IBM specific mechanisms
* server: check SHELL if (and only if) neither --sh nor --csh is specified
* trust: don't create file names longer then 255
* trust: sort paths for reproducible extract
* Build and test fixes
* Update translations
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/p11-kit/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/p11-kit/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/p11-kit/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/security/p11-kit/patches/patch-p11-kit_rpc-server.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/p11-kit/Makefile
diff -u pkgsrc/security/p11-kit/Makefile:1.38 pkgsrc/security/p11-kit/Makefile:1.39
--- pkgsrc/security/p11-kit/Makefile:1.38 Wed Mar 5 22:26:18 2025
+++ pkgsrc/security/p11-kit/Makefile Sun Sep 14 09:41:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/03/05 22:26:18 nia Exp $
+# $NetBSD: Makefile,v 1.39 2025/09/14 09:41:40 adam Exp $
-DISTNAME= p11-kit-0.25.5
+DISTNAME= p11-kit-0.25.8
CATEGORIES= security
MASTER_SITES+= ${MASTER_SITE_GITHUB:=p11-glue/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/security/p11-kit/PLIST
diff -u pkgsrc/security/p11-kit/PLIST:1.9 pkgsrc/security/p11-kit/PLIST:1.10
--- pkgsrc/security/p11-kit/PLIST:1.9 Fri Jul 5 07:56:18 2024
+++ pkgsrc/security/p11-kit/PLIST Sun Sep 14 09:41:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/07/05 07:56:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/09/14 09:41:40 adam Exp $
bin/p11-kit
bin/trust
include/p11-kit-1/p11-kit/deprecated.h
@@ -12,7 +12,7 @@ include/p11-kit-1/p11-kit/uri.h
include/p11-kit-1/p11-kit/version.h
lib/libp11-kit.so
lib/libp11-kit.so.0
-lib/libp11-kit.so.0.4.1
+lib/libp11-kit.so.0.4.3
lib/p11-kit-proxy.${DLEXT}
lib/pkcs11/p11-kit-client.so
lib/pkcs11/p11-kit-trust.${DLEXT}
@@ -93,3 +93,5 @@ share/locale/zh_CN/LC_MESSAGES/p11-kit.m
share/locale/zh_HK/LC_MESSAGES/p11-kit.mo
share/locale/zh_TW/LC_MESSAGES/p11-kit.mo
share/p11-kit/modules/p11-kit-trust.module
+share/zsh/site-functions/_p11-kit
+share/zsh/site-functions/_trust
Index: pkgsrc/security/p11-kit/distinfo
diff -u pkgsrc/security/p11-kit/distinfo:1.29 pkgsrc/security/p11-kit/distinfo:1.30
--- pkgsrc/security/p11-kit/distinfo:1.29 Tue Jul 9 16:55:12 2024
+++ pkgsrc/security/p11-kit/distinfo Sun Sep 14 09:41:40 2025
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.29 2024/07/09 16:55:12 nia Exp $
+$NetBSD: distinfo,v 1.30 2025/09/14 09:41:40 adam Exp $
-BLAKE2s (p11-kit-0.25.5.tar.xz) = 26ffad8fafe5ab204933852425fc037a72cb60809013b84dc44f0e938cffcfdd
-SHA512 (p11-kit-0.25.5.tar.xz) = 177ec6ff5eb891901078306dce2bf3f5c1a0e5c2a8c493bdf5a08ae1ff1240fdf6952961e973c373f80ac3d1d5a9927e07f4da49e4ff92269d992e744889fc94
-Size (p11-kit-0.25.5.tar.xz) = 1002056 bytes
+BLAKE2s (p11-kit-0.25.8.tar.xz) = 768d6477725cb5ac62574579a56d6c4cfa363d2e8ceb5a954920158c9a6133a8
+SHA512 (p11-kit-0.25.8.tar.xz) = 4a3852459a4a5e4ea71eea5d23ef74deeb51c66b28d095be30a263f10d1f47853341f8628eb0c43c88247503059a4c1f67017965a70cd3c7df31d86e458a8162
+Size (p11-kit-0.25.8.tar.xz) = 1060504 bytes
SHA1 (patch-common_message.c) = 4169ab2cb0b923d306c0b77908e1a412fec261c8
SHA1 (patch-meson.build) = eb1c4130b097e3d57a74c9aa5482872670f3472b
-SHA1 (patch-p11-kit_rpc-server.c) = 80bf40e1d90bf75cba1852d05061b2f97f1e76ff
Home |
Main Index |
Thread Index |
Old Index