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:   wiz
Date:           Wed Mar 20 11:37:39 UTC 2024

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

Log Message:
py-fido2: update to 1.1.3.

* Version 1.1.3 (released 2024-03-13)
 ** Fix USB HID issue on MacOS that sometimes caused a pause while waiting for a
    timeout.
 ** Fix argument to CredProp extension where an enum value was required instead of
    also allowing a string.
 ** Fix parsing of some key types (ES384, ES512) causing signature verification to fail.
 ** Deprecation: Calling websafe_decode with a bytes argument instead of str.
    This will raise a TypeError in the next major version of the library.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-fido2/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/security/py-fido2/Makefile:1.9
--- pkgsrc/security/py-fido2/Makefile:1.8       Sat Oct 28 19:57:14 2023
+++ pkgsrc/security/py-fido2/Makefile   Wed Mar 20 11:37:39 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/10/28 19:57:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/03/20 11:37:39 wiz Exp $
 
-DISTNAME=      fido2-1.1.2
+DISTNAME=      fido2-1.1.3
 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.7 pkgsrc/security/py-fido2/distinfo:1.8
--- pkgsrc/security/py-fido2/distinfo:1.7       Mon Jul 31 09:32:29 2023
+++ pkgsrc/security/py-fido2/distinfo   Wed Mar 20 11:37:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/07/31 09:32:29 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/03/20 11:37:39 wiz Exp $
 
-BLAKE2s (fido2-1.1.2.tar.gz) = 5e4f05fa12c7d884d595da091b48f4b7f8d664276b743546ab165394feff67a8
-SHA512 (fido2-1.1.2.tar.gz) = db62cfc05a8daa2224bae820ba3174f22d1e4711643d52f549e738e4af14537f92ca950c3904660f3bb360d6aadf236c9b19b8ac4816d99467a43e239b7c219a
-Size (fido2-1.1.2.tar.gz) = 248554 bytes
+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



Home | Main Index | Thread Index | Old Index