Date: Fri, 15 Jun 2018 12:21:32 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472441 - in head/security: . py-fido2 Message-ID: <201806151221.w5FCLWt0082641@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806151221.w5FCLWt0082641>