svn commit: r472441 - in head/security: . py-fido2
William Grzybowski
wg at FreeBSD.org
Fri Jun 15 12:21:33 UTC 2018
Author: wg
Date: Fri Jun 15 12:21:31 2018
New Revision: 472441
URL: https://svnweb.freebsd.org/changeset/ports/472441
Log:
security/py-fido2
Provides library functionality for communicating with a FIDO device over USB
as well as verifying attestation and assertion signatures.
WWW: https://github.com/Yubico/python-fido2
Added:
head/security/py-fido2/
head/security/py-fido2/Makefile (contents, props changed)
head/security/py-fido2/distinfo (contents, props changed)
head/security/py-fido2/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Fri Jun 15 11:03:29 2018 (r472440)
+++ head/security/Makefile Fri Jun 15 12:21:31 2018 (r472441)
@@ -934,6 +934,7 @@
SUBDIR += py-ed25519ll
SUBDIR += py-fail2ban
SUBDIR += py-fchksum
+ SUBDIR += py-fido2
SUBDIR += py-first-server
SUBDIR += py-flask-httpauth
SUBDIR += py-flask-kerberos
Added: head/security/py-fido2/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-fido2/Makefile Fri Jun 15 12:21:31 2018 (r472441)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= fido2
+PORTVERSION= 0.3.0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python at FreeBSD.org
+COMMENT= Provides library functionality for FIDO 2.0
+
+LICENSE= BSD2CLAUSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/security/py-fido2/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-fido2/distinfo Fri Jun 15 12:21:31 2018 (r472441)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529066291
+SHA256 (fido2-0.3.0.tar.gz) = 32c0db375458853d68cbbeb04861c412a05c22c873236a0c4f71296dc983ab35
+SIZE (fido2-0.3.0.tar.gz) = 125907
Added: head/security/py-fido2/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-fido2/pkg-descr Fri Jun 15 12:21:31 2018 (r472441)
@@ -0,0 +1,4 @@
+Provides library functionality for communicating with a FIDO device over USB
+as well as verifying attestation and assertion signatures.
+
+WWW: https://github.com/Yubico/python-fido2
More information about the svn-ports-head
mailing list