Date: Fri, 7 May 2021 09:53:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aed20174d5d0 - main - security/py-asyncssh: Update to 2.6.0 Message-ID: <202105070953.1479rpCe084997@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aed20174d5d0a32adf08bd2209e08a290e6c2fe2 commit aed20174d5d0a32adf08bd2209e08a290e6c2fe2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-07 09:21:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-07 09:39:09 +0000 security/py-asyncssh: Update to 2.6.0 Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst --- security/py-asyncssh/Makefile | 5 ++--- security/py-asyncssh/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index 7b9b951b09ec..d728d1411cf8 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -1,6 +1,5 @@ PORTNAME= asyncssh -PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +28,7 @@ PKCS11_DESC= PKCS \#11 support PYOPENSSL_DESC= X.509 certificate authentication BCRYPT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} -FIDO2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fido2>=0.8.1:security/py-fido2@${PY_FLAVOR} +FIDO2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fido2>=0.9.1:security/py-fido2@${PY_FLAVOR} GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.2.0:security/py-gssapi@${PY_FLAVOR} LIBNACL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libnacl>=1.4.2:security/py-libnacl@${PY_FLAVOR} NETTLE_LIB_DEPENDS= libnettle.so:security/nettle diff --git a/security/py-asyncssh/distinfo b/security/py-asyncssh/distinfo index 4b69ee30a0be..df0f1384d3f6 100644 --- a/security/py-asyncssh/distinfo +++ b/security/py-asyncssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609598913 -SHA256 (asyncssh-2.5.0.tar.gz) = 0b65e2af73a2e39a271bd627abbe4f7e4b0345486ed403e65987d79c72fcb70b -SIZE (asyncssh-2.5.0.tar.gz) = 414437 +TIMESTAMP = 1620298648 +SHA256 (asyncssh-2.6.0.tar.gz) = 20f0ef553a1e64a7d38db86ba3a2f3907e72f1e81f3dfec5edb191383783c7d1 +SIZE (asyncssh-2.6.0.tar.gz) = 419074
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105070953.1479rpCe084997>