pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  9 21:37:49 UTC 2023

Modified Files:
        pkgsrc/security/py-yubikey-manager: PLIST distinfo
        pkgsrc/security/ykman: Makefile version.mk

Log Message:
py-yubikey-manager, ykman: update to 5.2.0

* Version 5.2.0 (released 2023-08-21)
 * PIV: Support for compressed certificates.
 * OpenPGP: Use InvalidPinError for wrong PIN.
 * Add YubiHSM Auth application support.
 * Improved API documentation.
 * Scripting: Add name attribute to device.
 * Bugfix: PIV: don't throw InvalidPasswordError on malformed PEM private key.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-yubikey-manager/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-yubikey-manager/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ykman/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ykman/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-yubikey-manager/PLIST
diff -u pkgsrc/security/py-yubikey-manager/PLIST:1.4 pkgsrc/security/py-yubikey-manager/PLIST:1.5
--- pkgsrc/security/py-yubikey-manager/PLIST:1.4        Tue May  2 07:37:10 2023
+++ pkgsrc/security/py-yubikey-manager/PLIST    Sat Sep  9 21:37:49 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/05/02 07:37:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/09/09 21:37:49 wiz Exp $
 bin/ykman-${PYVERSSUFFIX}
 ${PYSITELIB}/ykman/__init__.py
 ${PYSITELIB}/ykman/__init__.pyc
@@ -14,6 +14,8 @@ ${PYSITELIB}/ykman/_cli/config.py
 ${PYSITELIB}/ykman/_cli/config.pyc
 ${PYSITELIB}/ykman/_cli/fido.py
 ${PYSITELIB}/ykman/_cli/fido.pyc
+${PYSITELIB}/ykman/_cli/hsmauth.py
+${PYSITELIB}/ykman/_cli/hsmauth.pyc
 ${PYSITELIB}/ykman/_cli/info.py
 ${PYSITELIB}/ykman/_cli/info.pyc
 ${PYSITELIB}/ykman/_cli/oath.py
@@ -48,6 +50,8 @@ ${PYSITELIB}/ykman/hid/macos.py
 ${PYSITELIB}/ykman/hid/macos.pyc
 ${PYSITELIB}/ykman/hid/windows.py
 ${PYSITELIB}/ykman/hid/windows.pyc
+${PYSITELIB}/ykman/hsmauth.py
+${PYSITELIB}/ykman/hsmauth.pyc
 ${PYSITELIB}/ykman/logging.py
 ${PYSITELIB}/ykman/logging.pyc
 ${PYSITELIB}/ykman/logging_setup.py
@@ -105,6 +109,8 @@ ${PYSITELIB}/yubikit/core/otp.py
 ${PYSITELIB}/yubikit/core/otp.pyc
 ${PYSITELIB}/yubikit/core/smartcard.py
 ${PYSITELIB}/yubikit/core/smartcard.pyc
+${PYSITELIB}/yubikit/hsmauth.py
+${PYSITELIB}/yubikit/hsmauth.pyc
 ${PYSITELIB}/yubikit/logging.py
 ${PYSITELIB}/yubikit/logging.pyc
 ${PYSITELIB}/yubikit/management.py

Index: pkgsrc/security/py-yubikey-manager/distinfo
diff -u pkgsrc/security/py-yubikey-manager/distinfo:1.7 pkgsrc/security/py-yubikey-manager/distinfo:1.8
--- pkgsrc/security/py-yubikey-manager/distinfo:1.7     Tue May 16 22:51:02 2023
+++ pkgsrc/security/py-yubikey-manager/distinfo Sat Sep  9 21:37:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/05/16 22:51:02 wiz Exp $
+$NetBSD: distinfo,v 1.8 2023/09/09 21:37:49 wiz Exp $
 
-BLAKE2s (yubikey_manager-5.1.1.tar.gz) = bfbe1bd2322b014c8ddab34c6c2f0fab267e183779d31686fd04230b01832256
-SHA512 (yubikey_manager-5.1.1.tar.gz) = 9da9588bb311594d2b4d2d8b234b64f333dfc7dc57145e250965bd9d058cfda43a9c9a32991081ac069819812bebaf0c10a24afab4ac444891ab21d2cff81c06
-Size (yubikey_manager-5.1.1.tar.gz) = 167947 bytes
+BLAKE2s (yubikey_manager-5.2.0.tar.gz) = 452c4403d82286ecede86b2826868f4a2a98863183372a1cd5647b8bf42ca341
+SHA512 (yubikey_manager-5.2.0.tar.gz) = 988c25f378e0ce5b53ba5a47aac5fd5a136653f1592af5e9c7440eef7336903cf459a567b4be02119262dba70c3058f5d9f26049dc21c1d934dcf8897eedc03d
+Size (yubikey_manager-5.2.0.tar.gz) = 184873 bytes

Index: pkgsrc/security/ykman/Makefile
diff -u pkgsrc/security/ykman/Makefile:1.5 pkgsrc/security/ykman/Makefile:1.6
--- pkgsrc/security/ykman/Makefile:1.5  Mon Aug 14 05:25:12 2023
+++ pkgsrc/security/ykman/Makefile      Sat Sep  9 21:37:49 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.5 2023/08/14 05:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/09/09 21:37:49 wiz Exp $
 
-PKGREVISION= 1
 .include "../../security/ykman/version.mk"
 
 PKGNAME=       ykman-${VERSION}

Index: pkgsrc/security/ykman/version.mk
diff -u pkgsrc/security/ykman/version.mk:1.4 pkgsrc/security/ykman/version.mk:1.5
--- pkgsrc/security/ykman/version.mk:1.4        Tue May 16 22:51:02 2023
+++ pkgsrc/security/ykman/version.mk    Sat Sep  9 21:37:49 2023
@@ -1,6 +1,6 @@
-#      $NetBSD: version.mk,v 1.4 2023/05/16 22:51:02 wiz Exp $
+#      $NetBSD: version.mk,v 1.5 2023/09/09 21:37:49 wiz Exp $
 
 # used by security/py-yubikey-manager/Makefile
 # used by security/ykman/Makefile
 
-VERSION=       5.1.1
+VERSION=       5.2.0



Home | Main Index | Thread Index | Old Index