pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-fido2



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul  2 13:07:08 UTC 2026

Modified Files:
        pkgsrc/security/py-fido2: Makefile distinfo

Log Message:
py-fido2: updated to 2.2.1

2.2.1 (released 2026-06-29)
* Server example: Migrate build tool from poetry to uv.
* Fix: Correctly format att_obj in previewSign.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-fido2/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-fido2/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/py-fido2/Makefile
diff -u pkgsrc/security/py-fido2/Makefile:1.18 pkgsrc/security/py-fido2/Makefile:1.19
--- pkgsrc/security/py-fido2/Makefile:1.18      Thu Apr 30 12:11:14 2026
+++ pkgsrc/security/py-fido2/Makefile   Thu Jul  2 13:07:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/04/30 12:11:14 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/07/02 13:07:08 adam Exp $
 
-DISTNAME=      fido2-2.2.0
+DISTNAME=      fido2-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fido2/}
@@ -11,7 +11,7 @@ COMMENT=      Yubico FIDO U2F and FIDO 2.0 US
 LICENSE=       2-clause-bsd AND apache-2.0 AND mpl-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.6:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=36:../../security/py-cryptography
 # optional
 DEPENDS+=      ${PYPKGPREFIX}-scard>=2.0.0:../../devel/py-scard
 

Index: pkgsrc/security/py-fido2/distinfo
diff -u pkgsrc/security/py-fido2/distinfo:1.15 pkgsrc/security/py-fido2/distinfo:1.16
--- pkgsrc/security/py-fido2/distinfo:1.15      Thu Apr 30 12:11:14 2026
+++ pkgsrc/security/py-fido2/distinfo   Thu Jul  2 13:07:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/04/30 12:11:14 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/07/02 13:07:08 adam Exp $
 
-BLAKE2s (fido2-2.2.0.tar.gz) = b8958bf2dd8223413975f0a34458dc13391cc3596e219823a3be58d6c434ef6f
-SHA512 (fido2-2.2.0.tar.gz) = bd250e77ff239256240b153da61c525232bb83c056becdce588ef8c287bfccb0ebdfc6d2ac1b7f50a857abc229f9c8a46d99092d26579f68649de5cdd1e15fa2
-Size (fido2-2.2.0.tar.gz) = 294167 bytes
+BLAKE2s (fido2-2.2.1.tar.gz) = a143f60496ab80e6dbd8fed66d86934f2485605887d0b74edf0e6b6783ae8daa
+SHA512 (fido2-2.2.1.tar.gz) = 4855a73a5617debfa86eeafbfe5331af4525e4c79f7262b488596213f6eecc8b29dfe544517673bb74fd13442872f7e7b1569d75e6185a56acab8b5d74e6ad22
+Size (fido2-2.2.1.tar.gz) = 327147 bytes



Home | Main Index | Thread Index | Old Index