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:           Fri Jan 16 16:37:39 UTC 2026

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

Log Message:
py-fido2: updated to 2.1.0

Version 2.1.0 (released 2026-01-14)
 ** CTAP 2.3 support:
  *** Add new GetInfo fields: enc_cred_store_state.
  *** Add support for pinComplexityPolicy extension.
  *** Add thirdPartyPayment bit to credman.
  *** Check support for config subcommands.
 ** WebAuthn:
  *** Allow UserEntity without 'name' field for improved spec compliance.
  *** Update MDS3 dataclasses with new fields.
 ** Fido2Client:
  *** Fallback to PIN after UV_BLOCKED error.
  *** Improve preflight handling when message exceeds maximum size.
 ** WindowsClient:
  *** Fix: Parse 'credentialProtectionPolicy' properly.
  *** Update win_api.py from latest webauthn.h.
  *** Add support for hmac-secret-mc extension.
  *** Add support for hints.
 ** Development:
  *** Switch from Poetry to uv for project management.
  *** Add pyright and ty for improved type checking.
  *** Replace bandit and flake8 with ruff for linting.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-fido2/Makefile
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/security/py-fido2/Makefile:1.15
--- pkgsrc/security/py-fido2/Makefile:1.14      Thu Oct  9 08:01:58 2025
+++ pkgsrc/security/py-fido2/Makefile   Fri Jan 16 16:37:39 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2025/10/09 08:01:58 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2026/01/16 16:37:39 adam Exp $
 
-DISTNAME=      fido2-2.0.0
+DISTNAME=      fido2-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fido2/}
 

Index: pkgsrc/security/py-fido2/distinfo
diff -u pkgsrc/security/py-fido2/distinfo:1.10 pkgsrc/security/py-fido2/distinfo:1.11
--- pkgsrc/security/py-fido2/distinfo:1.10      Wed Aug 27 09:13:41 2025
+++ pkgsrc/security/py-fido2/distinfo   Fri Jan 16 16:37:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/08/27 09:13:41 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/01/16 16:37:39 adam Exp $
 
-BLAKE2s (fido2-2.0.0.tar.gz) = 8611b5bdfe4c0253a69c71a6cfc2c2acef4f7a9f075f9a4e859370cd9b3b3e10
-SHA512 (fido2-2.0.0.tar.gz) = 15640aae4a8aba8a4b7eec1c1da21dc52bd25f0759ff49f7b86609c1e15cf2150bf189b651e505a0042e0f05e554adec86dd0c42be71e9b4d9857d2883a15c1a
-Size (fido2-2.0.0.tar.gz) = 274942 bytes
+BLAKE2s (fido2-2.1.0.tar.gz) = 53563c7dc0de786f8e3b23f00ead8668183479b3a724f183db48e455e0c202cd
+SHA512 (fido2-2.1.0.tar.gz) = e5a1b756a51844c8d11a82078a13ef22ff3556449e69574334f9f9a367e6c9e00aace5831d6ebabd93c20733b0d417326b0fdbae1e74939c08c256580079739c
+Size (fido2-2.1.0.tar.gz) = 4455878 bytes



Home | Main Index | Thread Index | Old Index