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:   wiz
Date:           Wed Nov 15 20:47:45 UTC 2023

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

Log Message:
p11-kit: update to 0.25.2.

0.25.2 (stable)
* fix error code checking of readpassphrase for --login option [PR#595]
* build fixes [PR#594]
* test fixes [PR#596]

0.25.1 (stable)
 * fix probing of C_GetInterface [PR#535]
 * p11-kit: add command to list tokens [PR#581]
 * p11-kit: add command to list mechanisms supported by a token [PR#576]
 * p11-kit: add command to generate private-public keypair on a token [PR#551, PR#582]
 * p11-kit: add commands to import/export certificates and public keys into/from a token [PR#543, PR#549, PR#568, PR#588]
 * p11-kit: add commands to list and delete objects of a token [PR#533, PR#544, PR#571]
 * p11-kit: add --login option to login into a token with object and profile management commands [PR#587]
 * p11-kit: adjust behavior of PKCS#11 profile management commands [PR#558, PR#560, PR#583, PR#591]
 * p11-kit: print PKCS#11 URIs in list-modules [PR#532]
 * bug and build fixes [PR#528 PR#529, PR#534, PR#537, PR#540, PR#541, PR#545, PR#547, PR#550, PR#557, PR#572, PR#575, PR#579, PR#585, PR#586, PR#590]
 * test fixes [PR#553, PR#580]


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/p11-kit/Makefile
cvs rdiff -u -r1.21 -r1.22 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.29 pkgsrc/security/p11-kit/Makefile:1.30
--- pkgsrc/security/p11-kit/Makefile:1.29       Wed Nov 15 20:46:28 2023
+++ pkgsrc/security/p11-kit/Makefile    Wed Nov 15 20:47:45 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/11/15 20:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2023/11/15 20:47:45 wiz Exp $
 
-DISTNAME=      p11-kit-0.25.0
-PKGREVISION=   1
+DISTNAME=      p11-kit-0.25.2
 CATEGORIES=    security
 #MASTER_SITES= http://p11-glue.freedesktop.org/releases/
 MASTER_SITES+= ${MASTER_SITE_GITHUB:=p11-glue/}

Index: pkgsrc/security/p11-kit/distinfo
diff -u pkgsrc/security/p11-kit/distinfo:1.21 pkgsrc/security/p11-kit/distinfo:1.22
--- pkgsrc/security/p11-kit/distinfo:1.21       Wed Jul  5 20:02:42 2023
+++ pkgsrc/security/p11-kit/distinfo    Wed Nov 15 20:47:45 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2023/07/05 20:02:42 wiz Exp $
+$NetBSD: distinfo,v 1.22 2023/11/15 20:47:45 wiz Exp $
 
-BLAKE2s (p11-kit-0.25.0.tar.xz) = 8d7e15737b7d3d8cadcff455e26f167525395f22f586e6df3810207b87171b2a
-SHA512 (p11-kit-0.25.0.tar.xz) = e6df3cb224f6ff5671bd3c0557503b5f20bbfded1b6ec340b1dafcbd1b1725ea2d41d0e920756716e0fe9cb28270d115fe77b23ec876a15007b22e3f30d015fe
-Size (p11-kit-0.25.0.tar.xz) = 958940 bytes
+BLAKE2s (p11-kit-0.25.2.tar.xz) = 63d4c490237f1e8341fa0bceb78fc2dddafd4990f5917663b85111a97cf636c4
+SHA512 (p11-kit-0.25.2.tar.xz) = 64df7600c1eedfba942a38eb32bda7fe869ed197449dff2b8470be37ba71f3eefc3990613d2f787d3300b18e87391cd8f8bb4b33277d51ec873548126137bd01
+Size (p11-kit-0.25.2.tar.xz) = 990488 bytes
 SHA1 (patch-common_compat.c) = bdcb10cebe5e7755c81f88ef033b9dfecd7a1aad



Home | Main Index | Thread Index | Old Index