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 Nov  5 23:55:59 UTC 2023

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

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

* Version 5.2.1 (released 2023-10-10)
 ** Add support for Python 3.12.
 ** OATH: detect and remove corrupted credentials.
 ** Bugfix: HSMAUTH: Fix order of CLI arguments.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-yubikey-manager/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-yubikey-manager/distinfo
cvs rdiff -u -r1.5 -r1.6 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/Makefile
diff -u pkgsrc/security/py-yubikey-manager/Makefile:1.13 pkgsrc/security/py-yubikey-manager/Makefile:1.14
--- pkgsrc/security/py-yubikey-manager/Makefile:1.13    Sat Oct 28 19:57:15 2023
+++ pkgsrc/security/py-yubikey-manager/Makefile Sun Nov  5 23:55:59 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2023/10/28 19:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/11/05 23:55:59 wiz Exp $
 
 .include "../../security/ykman/version.mk"
 
 DISTNAME=      yubikey_manager-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    security sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Yubico/}
 GITHUB_PROJECT=        yubikey-manager

Index: pkgsrc/security/py-yubikey-manager/distinfo
diff -u pkgsrc/security/py-yubikey-manager/distinfo:1.8 pkgsrc/security/py-yubikey-manager/distinfo:1.9
--- pkgsrc/security/py-yubikey-manager/distinfo:1.8     Sat Sep  9 21:37:49 2023
+++ pkgsrc/security/py-yubikey-manager/distinfo Sun Nov  5 23:55:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/09/09 21:37:49 wiz Exp $
+$NetBSD: distinfo,v 1.9 2023/11/05 23:55:59 wiz Exp $
 
-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
+BLAKE2s (yubikey_manager-5.2.1.tar.gz) = 5efa2a05d36416714592ce38b95b7ac4285f6f74df5e51e70b7c32942a828289
+SHA512 (yubikey_manager-5.2.1.tar.gz) = 96118f1b4e9509f9b299f8dfea2b29f7ac2958797facfae6bacb425fd4aa4cf5c91a14dcdbb9edbc9cf5785cfb9d5e4c465ad3e3813fd902cf12ad2d6b072329
+Size (yubikey_manager-5.2.1.tar.gz) = 185533 bytes

Index: pkgsrc/security/ykman/version.mk
diff -u pkgsrc/security/ykman/version.mk:1.5 pkgsrc/security/ykman/version.mk:1.6
--- pkgsrc/security/ykman/version.mk:1.5        Sat Sep  9 21:37:49 2023
+++ pkgsrc/security/ykman/version.mk    Sun Nov  5 23:55:59 2023
@@ -1,6 +1,6 @@
-#      $NetBSD: version.mk,v 1.5 2023/09/09 21:37:49 wiz Exp $
+#      $NetBSD: version.mk,v 1.6 2023/11/05 23:55:59 wiz Exp $
 
 # used by security/py-yubikey-manager/Makefile
 # used by security/ykman/Makefile
 
-VERSION=       5.2.0
+VERSION=       5.2.1



Home | Main Index | Thread Index | Old Index