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:           Sun Apr  7 21:38:36 UTC 2024

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

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

* Version 5.4.0 (released)
 * Support for YubiKey Bio Multi-protocol Edition.
 * CLI: Improve error messages for several failures.
 * Attempt to send SIGHUP to yubikey-agent if it is blocking the connection.
 * Bugfix: Allow "fido config" to work when no PIN is set on the YubiKey.
 * Bugfix: MacOS - Fix race condition resulting in unneeded delay in fido commands over
   USB.
 * Bugfix: Linux - Fix error when listing OTP devices when no YubiKeys are attached.
 * Bugfix: OpenPGP - Fix RSA key generation on YubiKey NEO.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-yubikey-manager/distinfo
cvs rdiff -u -r1.7 -r1.8 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/distinfo
diff -u pkgsrc/security/py-yubikey-manager/distinfo:1.10 pkgsrc/security/py-yubikey-manager/distinfo:1.11
--- pkgsrc/security/py-yubikey-manager/distinfo:1.10    Tue Feb 13 17:55:20 2024
+++ pkgsrc/security/py-yubikey-manager/distinfo Sun Apr  7 21:38:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/02/13 17:55:20 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/04/07 21:38:35 wiz Exp $
 
-BLAKE2s (yubikey_manager-5.3.0.tar.gz) = 154e72f69dea459a5045c7cfaa22d7cd3af76c0943f378b2ddaff8c3f34a9114
-SHA512 (yubikey_manager-5.3.0.tar.gz) = 6cdcb10e490319344f3afb18a6826b4a83bd2ea388b2942b57b3e3eff7a21384df8e183989281eb30375dd371dfcfdf6504195144515439190f6c49f6b9e6a49
-Size (yubikey_manager-5.3.0.tar.gz) = 188418 bytes
+BLAKE2s (yubikey_manager-5.4.0.tar.gz) = dc0482e1b228a9763f063ffd2ba2eedcae9ccd537b508484ddca37845bfa5f48
+SHA512 (yubikey_manager-5.4.0.tar.gz) = c773895957d17ceac8e944958435071fbb3a80469016a22aa13785a5bc009406870366e5b65d3d2ddbd2ed1722f84b377a49101f4db67f0d3c04daee852301b3
+Size (yubikey_manager-5.4.0.tar.gz) = 188859 bytes

Index: pkgsrc/security/ykman/version.mk
diff -u pkgsrc/security/ykman/version.mk:1.7 pkgsrc/security/ykman/version.mk:1.8
--- pkgsrc/security/ykman/version.mk:1.7        Tue Feb 13 17:55:20 2024
+++ pkgsrc/security/ykman/version.mk    Sun Apr  7 21:38:35 2024
@@ -1,6 +1,6 @@
-#      $NetBSD: version.mk,v 1.7 2024/02/13 17:55:20 wiz Exp $
+#      $NetBSD: version.mk,v 1.8 2024/04/07 21:38:35 wiz Exp $
 
 # used by security/py-yubikey-manager/Makefile
 # used by security/ykman/Makefile
 
-VERSION=       5.3.0
+VERSION=       5.4.0



Home | Main Index | Thread Index | Old Index