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: Sat Jan 25 11:49:13 UTC 2025
Modified Files:
pkgsrc/security/py-fido2: Makefile distinfo
Log Message:
py-fido2: updated to 1.2.0
Version 1.2.0 (released 2024-11-27)
** Improved extension handling:
Several new extensions are now supported, both for Fido2Client and WindowsClient.
Extension APIs have been redesigned, and old APIs have been deprecated, slated for
removal in version 2.0.
*** Disable hmac-secret extension by default, preferring prf.
** Improved (de-)serialization of dataclasses to/from JSON-friendly dicts.
** Fido2Client:
*** Support allowCredentials/excludeCredentials of arbitrary length.
*** Handle PUAT_REQUIRED by re-attempting with PIN/UV.
** Allow localhost (and subdomains) to use http:// in RP ID verification by default.
** NFC: Support for Authenticators that return SW=61XX on SELECT.
** USB: Improve connection recovery and use more specific exceptions for errors.
** Fix: Handle residentKey=preferred properly.
** Fix: Handle Authentictors that do not pass extensions in GetInfo.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-fido2/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/security/py-fido2/Makefile:1.10
--- pkgsrc/security/py-fido2/Makefile:1.9 Wed Mar 20 11:37:39 2024
+++ pkgsrc/security/py-fido2/Makefile Sat Jan 25 11:49:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/03/20 11:37:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/25 11:49:13 adam Exp $
-DISTNAME= fido2-1.1.3
+DISTNAME= fido2-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fido2/}
@@ -14,12 +14,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-cor
DEPENDS+= ${PYPKGPREFIX}-cryptography>=0:../../security/py-cryptography
# optional
DEPENDS+= ${PYPKGPREFIX}-scard>=2.0.0:../../devel/py-scard
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-fido2/distinfo
diff -u pkgsrc/security/py-fido2/distinfo:1.8 pkgsrc/security/py-fido2/distinfo:1.9
--- pkgsrc/security/py-fido2/distinfo:1.8 Wed Mar 20 11:37:39 2024
+++ pkgsrc/security/py-fido2/distinfo Sat Jan 25 11:49:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/03/20 11:37:39 wiz Exp $
+$NetBSD: distinfo,v 1.9 2025/01/25 11:49:13 adam Exp $
-BLAKE2s (fido2-1.1.3.tar.gz) = c62ef1f92626b0bfa5074e52c1fca17dd1c0031dabd29e959f7e2d420bb7fac1
-SHA512 (fido2-1.1.3.tar.gz) = 9ee226ab5762afe263c917d24ddfded9f3da40b38f97383c25c5fbfc3adc6085d3d218dc5f12b288689bf2e5e89fe9cecb2e40e45e5441d2001f945b336c2d0b
-Size (fido2-1.1.3.tar.gz) = 252813 bytes
+BLAKE2s (fido2-1.2.0.tar.gz) = d40b269b2a0b7d4f8fa4b3432556e805019ea81db130b23203e26a11a863e4e7
+SHA512 (fido2-1.2.0.tar.gz) = c9c7a47ed6608f2dcf06b38905708d64b85ca91ea2656b654474e3164a90b3feae36a0898cf984a4811f1f757e22d3c7ca3dad1ba909b6c8191e418b1a0f938c
+Size (fido2-1.2.0.tar.gz) = 266369 bytes
Home |
Main Index |
Thread Index |
Old Index