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:           Fri Jul 10 15:41:45 UTC 2026

Modified Files:
        pkgsrc/security/p11-kit: Makefile PLIST distinfo

Log Message:
p11-kit: updated to 0.26.4

0.26.4

Build fix
Update translations

0.26.3

server: fixed stack exhaustion via unbounded recursion in RPC attribute parsing by enforcing a recursion depth limit (CVE-2026-13757)
fixed confusing error message when trying to store an existing cert with trust anchor
fixed assert when parsing p11-kit files with value (")
fixed numerous memory management issues
Build and test fixes


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/p11-kit/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/p11-kit/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/p11-kit/distinfo

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.44 pkgsrc/security/p11-kit/Makefile:1.45
--- pkgsrc/security/p11-kit/Makefile:1.44       Sat Feb  7 07:56:31 2026
+++ pkgsrc/security/p11-kit/Makefile    Fri Jul 10 15:41:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2026/02/07 07:56:31 adam Exp $
+# $NetBSD: Makefile,v 1.45 2026/07/10 15:41:45 adam Exp $
 
-DISTNAME=      p11-kit-0.26.2
+DISTNAME=      p11-kit-0.26.4
 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.15 pkgsrc/security/p11-kit/PLIST:1.16
--- pkgsrc/security/p11-kit/PLIST:1.15  Sat Feb  7 07:56:31 2026
+++ pkgsrc/security/p11-kit/PLIST       Fri Jul 10 15:41:45 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2026/02/07 07:56:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2026/07/10 15:41:45 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.8
+lib/libp11-kit.so.0.4.10
 lib/p11-kit-proxy.${DLEXT}
 lib/pkcs11/p11-kit-client.so
 lib/pkcs11/p11-kit-trust.${DLEXT}

Index: pkgsrc/security/p11-kit/distinfo
diff -u pkgsrc/security/p11-kit/distinfo:1.35 pkgsrc/security/p11-kit/distinfo:1.36
--- pkgsrc/security/p11-kit/distinfo:1.35       Sat Feb  7 07:56:31 2026
+++ pkgsrc/security/p11-kit/distinfo    Fri Jul 10 15:41:45 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2026/02/07 07:56:31 adam Exp $
+$NetBSD: distinfo,v 1.36 2026/07/10 15:41:45 adam Exp $
 
-BLAKE2s (p11-kit-0.26.2.tar.xz) = aaf611902e537b0e81752401727da8be8613a0b310654064a92829ee656aaa06
-SHA512 (p11-kit-0.26.2.tar.xz) = 662c77e3133a9ee00f155fc2c1f12fdb16492920f992ab6e9de587c8abf76f990d442643bf8464cc08ad4d1c584f4d6f8d3a006aa7fc791010fa9cb7acaf6b7b
-Size (p11-kit-0.26.2.tar.xz) = 1069216 bytes
+BLAKE2s (p11-kit-0.26.4.tar.xz) = c0eb4b712401340e85e32b30127416772468656b50e131993778abcc939710f7
+SHA512 (p11-kit-0.26.4.tar.xz) = bebaf91589dd93ddf882a9f38ce897720c79fd56f5196a3b25fc552c3e49250f2ce94e33cb8fe74087bc1e5c4945fa179a0ccb202d0403252656161b2a48ce10
+Size (p11-kit-0.26.4.tar.xz) = 1081912 bytes
 SHA1 (patch-common_message.c) = 4169ab2cb0b923d306c0b77908e1a412fec261c8
 SHA1 (patch-meson.build) = eb1c4130b097e3d57a74c9aa5482872670f3472b



Home | Main Index | Thread Index | Old Index