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 Apr 30 12:11:14 UTC 2026

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

Log Message:
py-fido2: updated to 2.2.0

2.2.0

* Restrict DLL search paths (YSA-2026-01).
* Add support for experimental previewSign extension:
  https://yubicolabs.github.io/webauthn-sign-extension/4/#sctn-sign-extension
* Add support for PSL wildcard and exception rules to RP validation.
* Fix: WindowsClient hmac_secret extension raising Null pointer access error.
* Fix: TPM attestation certificate Subject field validation.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-fido2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-fido2/PLIST
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/security/py-fido2/Makefile:1.18
--- pkgsrc/security/py-fido2/Makefile:1.17      Tue Jan 20 08:45:50 2026
+++ pkgsrc/security/py-fido2/Makefile   Thu Apr 30 12:11:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/01/20 08:45:50 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/04/30 12:11:14 adam Exp $
 
-DISTNAME=      fido2-2.1.1
+DISTNAME=      fido2-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fido2/}
@@ -19,8 +19,5 @@ DEPENDS+=     ${PYPKGPREFIX}-scard>=2.0.0:..
 # check fido2/hid/__init__.py for supported platforms
 BROKEN_ON_PLATFORM+=   SunOS-*-*
 
-post-install:
-       ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/fido2/hid/__init__.py.orig
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-fido2/PLIST
diff -u pkgsrc/security/py-fido2/PLIST:1.5 pkgsrc/security/py-fido2/PLIST:1.6
--- pkgsrc/security/py-fido2/PLIST:1.5  Sat Sep 27 18:18:20 2025
+++ pkgsrc/security/py-fido2/PLIST      Thu Apr 30 12:11:14 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/09/27 18:18:20 gdt Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/04/30 12:11:14 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -8,6 +8,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/C
 ${PYSITELIB}/fido2/__init__.py
 ${PYSITELIB}/fido2/__init__.pyc
 ${PYSITELIB}/fido2/__init__.pyo
+${PYSITELIB}/fido2/arkg.py
+${PYSITELIB}/fido2/arkg.pyc
+${PYSITELIB}/fido2/arkg.pyo
 ${PYSITELIB}/fido2/attestation/__init__.py
 ${PYSITELIB}/fido2/attestation/__init__.pyc
 ${PYSITELIB}/fido2/attestation/__init__.pyo

Index: pkgsrc/security/py-fido2/distinfo
diff -u pkgsrc/security/py-fido2/distinfo:1.14 pkgsrc/security/py-fido2/distinfo:1.15
--- pkgsrc/security/py-fido2/distinfo:1.14      Tue Jan 20 08:45:50 2026
+++ pkgsrc/security/py-fido2/distinfo   Thu Apr 30 12:11:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/01/20 08:45:50 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/04/30 12:11:14 adam Exp $
 
-BLAKE2s (fido2-2.1.1.tar.gz) = 0e969b17101519a69f1bf827af2cf258c2deaf44d3c43de787441436e7f4edb6
-SHA512 (fido2-2.1.1.tar.gz) = 883cfaf0c0cd304f467fcd515417c456fde353fcd991fa6aaf74fb12ba97a378d082f2fe0ae435bcf14a8c284e0b4665c721410ad2315bc8922e2f09d16d7cac
-Size (fido2-2.1.1.tar.gz) = 4455940 bytes
+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



Home | Main Index | Thread Index | Old Index