pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-asyncssh



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 29 13:36:26 UTC 2021

Modified Files:
        pkgsrc/security/py-asyncssh: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-asyncssh/Makefile \
    pkgsrc/security/py-asyncssh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-asyncssh/Makefile
diff -u pkgsrc/security/py-asyncssh/Makefile:1.24 pkgsrc/security/py-asyncssh/Makefile:1.25
--- pkgsrc/security/py-asyncssh/Makefile:1.24   Thu May 13 17:46:51 2021
+++ pkgsrc/security/py-asyncssh/Makefile        Tue Jun 29 13:36:26 2021
@@ -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/}
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.24 pkgsrc/security/py-asyncssh/distinfo:1.25
--- pkgsrc/security/py-asyncssh/distinfo:1.24   Thu May 13 17:46:51 2021
+++ pkgsrc/security/py-asyncssh/distinfo        Tue Jun 29 13:36:26 2021
@@ -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