Date: Wed, 15 May 2019 15:55:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501731 - head/security/py-fido2 Message-ID: <201905151555.x4FFtuXB089805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 15 15:55:56 2019 New Revision: 501731 URL: https://svnweb.freebsd.org/changeset/ports/501731 Log: Update to 0.6.0 Changes: https://github.com/Yubico/python-fido2/releases Modified: head/security/py-fido2/Makefile head/security/py-fido2/distinfo Modified: head/security/py-fido2/Makefile ============================================================================== --- head/security/py-fido2/Makefile Wed May 15 15:55:51 2019 (r501730) +++ head/security/py-fido2/Makefile Wed May 15 15:55:56 2019 (r501731) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fido2 -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Provides library functionality for FIDO 2.0 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.5:security/py-cryptography@${PY_FLAVOR} \ ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} Modified: head/security/py-fido2/distinfo ============================================================================== --- head/security/py-fido2/distinfo Wed May 15 15:55:51 2019 (r501730) +++ head/security/py-fido2/distinfo Wed May 15 15:55:56 2019 (r501731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550246805 -SHA256 (fido2-0.5.0.tar.gz) = e356c4e2ff136a29ea7f0bf82e679c2251fb246c4d459c3c91f84b93af6888de -SIZE (fido2-0.5.0.tar.gz) = 161562 +TIMESTAMP = 1557747489 +SHA256 (fido2-0.6.0.tar.gz) = 7541edad31967d23f5006ffeccc54536ab9934dd981d65d29620d9dfb54566bf +SIZE (fido2-0.6.0.tar.gz) = 163137
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905151555.x4FFtuXB089805>