From owner-svn-ports-all@freebsd.org Sun Nov 15 17:56:03 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 933562EF6CE; Sun, 15 Nov 2020 17:56:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZ0Hk4kzRz4fyx; Sun, 15 Nov 2020 17:56:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C169A1FE26; Sun, 15 Nov 2020 17:56:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AFHu0HI003485; Sun, 15 Nov 2020 17:56:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFHtxXT003477; Sun, 15 Nov 2020 17:55:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151755.0AFHtxXT003477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 17:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555252 - in head/security: . py-webauthn X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security: . py-webauthn X-SVN-Commit-Revision: 555252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2020 17:56:03 -0000 Author: sunpoet Date: Sun Nov 15 17:55:59 2020 New Revision: 555252 URL: https://svnweb.freebsd.org/changeset/ports/555252 Log: Add py-webauthn 0.4.7 PyWebAuthn is a Python module which can be used to handle WebAuthn registration and assertion. Currently, WebAuthn is supported in Firefox, Chrome, and Edge. WWW: https://github.com/duo-labs/py_webauthn Added: head/security/py-webauthn/ head/security/py-webauthn/Makefile (contents, props changed) head/security/py-webauthn/distinfo (contents, props changed) head/security/py-webauthn/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Nov 15 17:55:53 2020 (r555251) +++ head/security/Makefile Sun Nov 15 17:55:59 2020 (r555252) @@ -1005,6 +1005,7 @@ SUBDIR += py-virustotal-api SUBDIR += py-volatility3 SUBDIR += py-vulndb + SUBDIR += py-webauthn SUBDIR += py-xkcdpass SUBDIR += py-xmlsec SUBDIR += py-yara Added: head/security/py-webauthn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-webauthn/Makefile Sun Nov 15 17:55:59 2020 (r555252) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= webauthn +PORTVERSION= 0.4.7 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= WebAuthn Python module + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cbor2>=4.0.1:devel/py-cbor2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=2.3.1:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m unittest + +.include Added: head/security/py-webauthn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-webauthn/distinfo Sun Nov 15 17:55:59 2020 (r555252) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605426321 +SHA256 (webauthn-0.4.7.tar.gz) = 8ad9072ff1d6169f3be30d4dc8733ea563dd266962397bc58b40f674a6af74ac +SIZE (webauthn-0.4.7.tar.gz) = 65784 Added: head/security/py-webauthn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-webauthn/pkg-descr Sun Nov 15 17:55:59 2020 (r555252) @@ -0,0 +1,4 @@ +PyWebAuthn is a Python module which can be used to handle WebAuthn registration +and assertion. Currently, WebAuthn is supported in Firefox, Chrome, and Edge. + +WWW: https://github.com/duo-labs/py_webauthn