Thu Sep 16 10:35:27 2021 UTC ()
py-asyncssh: updated to 2.7.2

Release 2.7.2
* Fixed a regression related to server host key selection when attempting
  to use a leading '+' to add algorithms to the front of the default list.
* Fixed logging to properly handle SFTPName objects with string filenames.
* Fixed SSH_EXT_INFO to only be sent after the first key exchange.


(adam)
diff -r1.26 -r1.27 pkgsrc/security/py-asyncssh/Makefile
diff -r1.26 -r1.27 pkgsrc/security/py-asyncssh/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/security/py-asyncssh/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-asyncssh/Makefile 2021/09/13 08:39:47 1.26
+++ pkgsrc/security/py-asyncssh/Makefile 2021/09/16 10:35:27 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2021/09/13 08:39:47 adam Exp $ 1# $NetBSD: Makefile,v 1.27 2021/09/16 10:35:27 adam Exp $
2 2
3DISTNAME= asyncssh-2.7.1 3DISTNAME= asyncssh-2.7.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://asyncssh.readthedocs.io/ 9HOMEPAGE= https://asyncssh.readthedocs.io/
10COMMENT= Asynchronous SSHv2 client and server library 10COMMENT= Asynchronous SSHv2 client and server library
11LICENSE= eclipse-license 11LICENSE= eclipse-license
12 12
13DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=17.0.0:../../security/py-OpenSSL 13DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=17.0.0:../../security/py-OpenSSL
14DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.3:../../security/py-bcrypt 14DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.3:../../security/py-bcrypt
15DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.8:../../security/py-cryptography 15DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.8:../../security/py-cryptography
16DEPENDS+= ${PYPKGPREFIX}-gssapi>=1.2.0:../../security/py-gssapi 16DEPENDS+= ${PYPKGPREFIX}-gssapi>=1.2.0:../../security/py-gssapi

cvs diff -r1.26 -r1.27 pkgsrc/security/py-asyncssh/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-asyncssh/distinfo 2021/09/13 08:39:47 1.26
+++ pkgsrc/security/py-asyncssh/distinfo 2021/09/16 10:35:27 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2021/09/13 08:39:47 adam Exp $ 1$NetBSD: distinfo,v 1.27 2021/09/16 10:35:27 adam Exp $
2 2
3SHA1 (asyncssh-2.7.1.tar.gz) = 2f6695e2a467835deed0dc2f5b9c5bbe386bd3d3 3SHA1 (asyncssh-2.7.2.tar.gz) = 8fc40fa8d2d7ea6f3f07045d7e743e0dc6e18793
4RMD160 (asyncssh-2.7.1.tar.gz) = 9ac6403adb87d79cee1499b06e8ef6cb78174747 4RMD160 (asyncssh-2.7.2.tar.gz) = f03bc181bc2184256de5ecf95fd49933b66b20fa
5SHA512 (asyncssh-2.7.1.tar.gz) = 1ad6d63f21928fdb4415cc498d6ce8dd656dc2112b8ccd8db239eb76e7f98ad2948ab9d02ddcee392b8b887e060b93e266221ea97407a8e96f4e7aadeb2cf983 5SHA512 (asyncssh-2.7.2.tar.gz) = a45248c8068905f7d36d866918b0563e8c9cf6bdfc99fc849818c031deb8b429212a2bb505c0a77da7729b736d49d4e01c187ca79a659385152a93b02d9493f7
6Size (asyncssh-2.7.1.tar.gz) = 423318 bytes 6Size (asyncssh-2.7.2.tar.gz) = 423431 bytes