git: d1414fab7efc - main - security/libfido2: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:00:45 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1414fab7efcf9177dc21309391e12d3720747d7
commit d1414fab7efcf9177dc21309391e12d3720747d7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 15:18:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 15:59:42 +0000
security/libfido2: Update WWW and clean up pkg-descr
---
security/libfido2/Makefile | 3 ++-
security/libfido2/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index 4388c9c3999e..3cb0ea1da24a 100644
--- a/security/libfido2/Makefile
+++ b/security/libfido2/Makefile
@@ -5,7 +5,8 @@ MASTER_SITES= https://developers.yubico.com/libfido2/Releases/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides library functionality for FIDO 2.0
-WWW= https://developers.yubico.com/libfido2/
+WWW= https://developers.yubico.com/libfido2/ \
+ https://github.com/Yubico/libfido2
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/security/libfido2/pkg-descr b/security/libfido2/pkg-descr
index e69018b52fd4..0d55ee2e17ac 100644
--- a/security/libfido2/pkg-descr
+++ b/security/libfido2/pkg-descr
@@ -2,5 +2,3 @@ libfido2 provides library functionality and command-line tools to communicate
with a FIDO device over USB, and to verify attestation and assertion signatures.
libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.
-
-See also: https://github.com/Yubico/libfido2