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.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/937ab3d93c31
branches:  trunk
changeset: 455197:937ab3d93c31
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 29 13:36:26 2021 +0000

description:
py-asyncssh: updated to 2.7.0

Release 2.7.0 (19 Jun 2021)

Added support for the ProxyCommand config file option and a corresponding proxy_command argument in the SSH connection options, allowing a subprocess to be used to make the connection to the SSH 
server. When the config option is used, it should be fully compatible with OpenSSH percent expansion in the command to run.
Added support for accessing terminal information as properties in the SSHServerProcess class. As part of this change, both the environment and terminal modes are now available as read-only mappings. 
Thanks again to velavokr for suggesitng this and submitting a PR with a proposed version of the change.
Fixed terminal information passed to pty_requested() callback to properly reflect requested terminal type, size, and modes. Thanks go to velavokr for reporting this issue and proposing a fix.
Fixed an edge case where a connection object might not be cleaned up properly if the connection request was cancelled before it was fully established.
Fixed an issue where some unit tests weren’t properly closing connection objects before exiting.

diffstat:

 security/py-asyncssh/Makefile |   4 ++--
 security/py-asyncssh/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r aa578d6d57b4 -r 937ab3d93c31 security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Tue Jun 29 13:32:42 2021 +0000
+++ b/security/py-asyncssh/Makefile     Tue Jun 29 13:36:26 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/05/13 17:46:51 adam Exp $
+# $NetBSD: Makefile,v 1.25 2021/06/29 13:36:26 adam Exp $
 
-DISTNAME=      asyncssh-2.6.0
+DISTNAME=      asyncssh-2.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
diff -r aa578d6d57b4 -r 937ab3d93c31 security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Tue Jun 29 13:32:42 2021 +0000
+++ b/security/py-asyncssh/distinfo     Tue Jun 29 13:36:26 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/05/13 17:46:51 adam Exp $
+$NetBSD: distinfo,v 1.25 2021/06/29 13:36:26 adam Exp $
 
-SHA1 (asyncssh-2.6.0.tar.gz) = bfbe256537f9999960d504c1a3b30882e7dcf910
-RMD160 (asyncssh-2.6.0.tar.gz) = 5565bb354bc11537172cb330e2339a2e49adbf66
-SHA512 (asyncssh-2.6.0.tar.gz) = b1421ba03bbc3f919ebdc3f4936e024ecb579e9a6823ff507be5fb3b6e03ff0b7aaebf364282902b53f82eeaa095894d747e200eb9fc28cad19d94ec809448a3
-Size (asyncssh-2.6.0.tar.gz) = 419074 bytes
+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


Home | Main Index | Thread Index | Old Index