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:           Wed Jul  3 08:33:42 UTC 2024

Modified Files:
        pkgsrc/security/p11-kit: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/p11-kit/patches: patch-common_compat.c

Log Message:
p11-kit: updated to 0.25.4

0.25.4 (stable)
* rpc: add support for recursive attributes
* p11-kit: add function to check run-time version of the library
* p11-kit: expose version information through macros
* p11-kit: add option to specify CKA_ID in generate-keypair and import-object commands
* p11-kit: add --provider option to specify PKCS#11 module when using p11-kit commands
* p11-kit: fix a bug where eddsa mechanism isn't recognized in generate-keypair
* p11-kit: fallback to C_GetFunctionList when C_GetInterface returns CKR_FUNCTION_NOT_SUPPORTED
* bug and build fixes


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/p11-kit/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/p11-kit/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/p11-kit/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/security/p11-kit/patches/patch-common_compat.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.35 pkgsrc/security/p11-kit/Makefile:1.36
--- pkgsrc/security/p11-kit/Makefile:1.35       Fri Jan 26 03:15:16 2024
+++ pkgsrc/security/p11-kit/Makefile    Wed Jul  3 08:33:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/01/26 03:15:16 riastradh Exp $
+# $NetBSD: Makefile,v 1.36 2024/07/03 08:33:42 adam Exp $
 
-DISTNAME=      p11-kit-0.25.3
+DISTNAME=      p11-kit-0.25.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.7 pkgsrc/security/p11-kit/PLIST:1.8
--- pkgsrc/security/p11-kit/PLIST:1.7   Thu Nov 16 12:11:27 2023
+++ pkgsrc/security/p11-kit/PLIST       Wed Jul  3 08:33:42 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/11/16 12:11:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/07/03 08:33:42 adam Exp $
 bin/p11-kit
 bin/trust
 include/p11-kit-1/p11-kit/deprecated.h
@@ -9,9 +9,10 @@ include/p11-kit-1/p11-kit/pkcs11.h
 include/p11-kit-1/p11-kit/pkcs11x.h
 include/p11-kit-1/p11-kit/remote.h
 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.3.1
+lib/libp11-kit.so.0.4.0
 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.26 pkgsrc/security/p11-kit/distinfo:1.27
--- pkgsrc/security/p11-kit/distinfo:1.26       Tue Apr  2 02:13:01 2024
+++ pkgsrc/security/p11-kit/distinfo    Wed Jul  3 08:33:42 2024
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.26 2024/04/02 02:13:01 charlotte Exp $
+$NetBSD: distinfo,v 1.27 2024/07/03 08:33:42 adam Exp $
 
-BLAKE2s (p11-kit-0.25.3.tar.xz) = 6d1a804ddacc44f27a8019d39b042815be9cb800be6b2aecc21dda6b045163a4
-SHA512 (p11-kit-0.25.3.tar.xz) = ad2d393bf122526cbba18dc9d5a13f2c1cad7d70125ec90ffd02059dfa5ef30ac59dfc0bb9bc6380c8f317e207c9e87e895f1945634f56ddf910c2958868fb4c
-Size (p11-kit-0.25.3.tar.xz) = 991528 bytes
-SHA1 (patch-common_compat.c) = b20afd074ab26ec5e2011b483678ad4d5defc561
+BLAKE2s (p11-kit-0.25.4.tar.xz) = 86573ff9a588722068ec5f527d011c86ce86bdf6b8b24c2ed83be55e8c0e08d1
+SHA512 (p11-kit-0.25.4.tar.xz) = 14f9afa6e99e54e8a18af3a433868de89b3704126d2d4c38fd30156b5d03130d9a9452c7ade558bda75fb1014b18e072689afeacbd6f780babba6a36e7499d34
+Size (p11-kit-0.25.4.tar.xz) = 1001856 bytes
 SHA1 (patch-common_message.c) = 4169ab2cb0b923d306c0b77908e1a412fec261c8
 SHA1 (patch-meson.build) = eb1c4130b097e3d57a74c9aa5482872670f3472b



Home | Main Index | Thread Index | Old Index