pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-asyncssh py-asyncssh: updated to 2.7.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c5eae1cba5a
branches: trunk
changeset: 458333:4c5eae1cba5a
user: adam <adam%pkgsrc.org@localhost>
date: Mon Sep 13 08:39:47 2021 +0000
description:
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:
security/py-asyncssh/Makefile | 4 ++--
security/py-asyncssh/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 1a71d6dd7228 -r 4c5eae1cba5a security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile Mon Sep 13 08:39:07 2021 +0000
+++ b/security/py-asyncssh/Makefile Mon Sep 13 08:39:47 2021 +0000
@@ -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 -r 1a71d6dd7228 -r 4c5eae1cba5a security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo Mon Sep 13 08:39:07 2021 +0000
+++ b/security/py-asyncssh/distinfo Mon Sep 13 08:39:47 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index