summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-09-13 08:39:47 +0000
committeradam <adam@pkgsrc.org>2021-09-13 08:39:47 +0000
commit1ff5a6a1fe2e5aff064b1e1a3118dd32715610e0 (patch)
tree9a6469ddb627c6f64c08e440b92d3bae183b8e37 /security
parentfbced70656b1d1140b0d91403ec9c88ff26e6d9f (diff)
downloadpkgsrc-1ff5a6a1fe2e5aff064b1e1a3118dd32715610e0.tar.gz
py-asyncssh: updated to 2.7.1
Release 2.7.1 (6 Sep 2021) -------------------------- * Added an option to allow encrypted keys to be ignored when no passphrase is set. This behavior previously happened by default when loading keys from default locations, but now this option to load_keypairs() can be specified when loading any set of keys. * Changed loading of default keys to automatically skip key types which aren't supported due to missing dependencies. * Added the ability to specify "default" for server_host_key_algs, as a way for a client to request that its full set of default algorithms be advertised to the server, rather than just the algorithms matching keys in the client's known hosts list. Thanks go to Manfred Kaiser for suggesting this improvement. * Added support for tilde-expansion in the config file "include" directive. Thanks go to Zack Cerza for reporting this and suggesting a fix. * Improved interoperatbility of AsyncSSH SOCKS listener by sending a zero address rather than an empty hostname in the SOCKS CONNECT response. Thanks go to Github user juouy for reporting this and suggesting a fix. * Fixed a couple of issues related to sending SSH_EXT_INFO messages. * Fixed an issue with using SSHAcceptor as an async context manager. Thanks go to Paulo Costa for reporing this. * Fixed an issue where a tunnel wasn't always cleaned up properly when creating a remote listener. * Improved handling of connection drops, avoiding exceptions from being raised in some cases when the transport is abruptly closed. * Made AsyncSSH SFTP support more tolerant of file permission values with undefined bits set. Thanks go to GitHub user ccwufu for reporting this. * Added some missing key exchange algorithms in the AsyncSSH documentation. Thanks go to Jeremy Norris for noticing and reporting this. * Added support for running AsyncSSH unit tests on systems with OpenSSL 3.0 installed. Thanks go to Ken Dreyer for raising this issue and pointing out the new OpenSSL "provider" support for legacy algorithms.
Diffstat (limited to 'security')
-rw-r--r--security/py-asyncssh/Makefile4
-rw-r--r--security/py-asyncssh/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 18ff5d5c617..730b25cf2b2 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2021/06/29 13:36:26 adam Exp $
+# $NetBSD: Makefile,v 1.26 2021/09/13 08:39:47 adam Exp $
-DISTNAME= asyncssh-2.7.0
+DISTNAME= asyncssh-2.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
diff --git a/security/py-asyncssh/distinfo b/security/py-asyncssh/distinfo
index cfa2615d274..d28d2e47df5 100644
--- a/security/py-asyncssh/distinfo
+++ b/security/py-asyncssh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/06/29 13:36:26 adam Exp $
+$NetBSD: distinfo,v 1.26 2021/09/13 08:39:47 adam Exp $
-SHA1 (asyncssh-2.7.0.tar.gz) = 59cacf5dbcc816d098d21b895e0c18aaaf982c8e
-RMD160 (asyncssh-2.7.0.tar.gz) = fe442885e93b39c4c3c1217b5829aec9c7f7012f
-SHA512 (asyncssh-2.7.0.tar.gz) = 0f25b199075fc5ff2f27c040b81d679c17fdebb68e919abc23af5b10dc0626eb10141bd6d6de7d92f797f84394a54c34757a8332c4aa08bab36ec6f04e353204
-Size (asyncssh-2.7.0.tar.gz) = 420765 bytes
+SHA1 (asyncssh-2.7.1.tar.gz) = 2f6695e2a467835deed0dc2f5b9c5bbe386bd3d3
+RMD160 (asyncssh-2.7.1.tar.gz) = 9ac6403adb87d79cee1499b06e8ef6cb78174747
+SHA512 (asyncssh-2.7.1.tar.gz) = 1ad6d63f21928fdb4415cc498d6ce8dd656dc2112b8ccd8db239eb76e7f98ad2948ab9d02ddcee392b8b887e060b93e266221ea97407a8e96f4e7aadeb2cf983
+Size (asyncssh-2.7.1.tar.gz) = 423318 bytes