Date: Thu, 2 Jan 2025 16:45:20 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 66a27177ed66 - main - security/py-fido2: Update to 1.2.0 Message-ID: <202501021645.502GjKNH077982@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=66a27177ed669ebf4741d6f59e7ce13e61a73b76 commit 66a27177ed669ebf4741d6f59e7ce13e61a73b76 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 16:43:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 16:43:37 +0000 security/py-fido2: Update to 1.2.0 - Update COMMENT - Update WWW Changes: https://github.com/Yubico/python-fido2/releases --- security/py-fido2/Makefile | 10 ++++++---- security/py-fido2/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile index 1fb5ae9ac11d..a8cf5cdfae4e 100644 --- a/security/py-fido2/Makefile +++ b/security/py-fido2/Makefile @@ -1,12 +1,14 @@ PORTNAME= fido2 -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= security python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/Yubico/python-fido2/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Provides library functionality for FIDO 2.0 -WWW= https://github.com/Yubico/python-fido2 +COMMENT= FIDO2/WebAuthn library for implementing clients and servers +WWW= https://developers.yubico.com/python-fido2/ \ + https://github.com/Yubico/python-fido2 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/security/py-fido2/distinfo b/security/py-fido2/distinfo index 5bb9d75102e7..4e1ae40e0294 100644 --- a/security/py-fido2/distinfo +++ b/security/py-fido2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712814 -SHA256 (fido2-1.1.3.tar.gz) = 26100f226d12ced621ca6198528ce17edf67b78df4287aee1285fee3cd5aa9fc -SIZE (fido2-1.1.3.tar.gz) = 252813 +TIMESTAMP = 1735792385 +SHA256 (fido2-1.2.0.tar.gz) = e39f95920122d64283fda5e5581d95a206e704fa42846bfa4662f86aa0d3333b +SIZE (fido2-1.2.0.tar.gz) = 266369
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501021645.502GjKNH077982>