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 Nov 27 07:03:38 UTC 2018

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

Log Message:
py-asyncssh: updated to 1.15.0

Release 1.15.0:

Added the ability to pass keyword arguments provided in the scp() command through to asyncssh.connect() calls it makes, allowing things like custom credentials to be specified.
Added support for a reuse_port argument in create_server(). If set, this will be passed to the asyncio loop.create_server() call which creates listening sockets.
Added support for “soft” EOF when line editing in enabled so that EOF can be signalled multiple times on a channel. When Ctrl-D is received on a channel with line editing enabled, EOF is returned to 
the application but the channel remains open and capable of accepting more input, allowing an interactive shell to process the EOF for one command but still accept input for subsequent commands.
Added support for the Windows 10 OpenSSH ssh-agent. Thanks go to SamP20 for providing an initial proof of concept and a suggested implementation.
Reworked scoped link-local IPv6 address normalization to work better on Linux systems.
Fixed a problem preserving directory structure in recursive scp().
Fixed SFTP chmod tests to avoid attempting to set the sticky bit on a plain file, as this caused test failures on FreeBSD.
Updated note in SSHClientChannel’s send_signal() documentation to reflect that OpenSSH 7.9 and later should now support processing of signal messages.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/security/py-asyncssh/Makefile:1.11
--- pkgsrc/security/py-asyncssh/Makefile:1.10   Fri Sep 21 10:58:59 2018
+++ pkgsrc/security/py-asyncssh/Makefile        Tue Nov 27 07:03:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/09/21 10:58:59 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/27 07:03:38 adam Exp $
 
-DISTNAME=      asyncssh-1.14.0
+DISTNAME=      asyncssh-1.15.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.10 pkgsrc/security/py-asyncssh/distinfo:1.11
--- pkgsrc/security/py-asyncssh/distinfo:1.10   Fri Sep 21 10:58:59 2018
+++ pkgsrc/security/py-asyncssh/distinfo        Tue Nov 27 07:03:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/09/21 10:58:59 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/11/27 07:03:38 adam Exp $
 
-SHA1 (asyncssh-1.14.0.tar.gz) = 46fdbc8019d601a4c538a750c9685cccdfce99ab
-RMD160 (asyncssh-1.14.0.tar.gz) = 332c2ca0df6a206bab11dd05419a6566fcf5a947
-SHA512 (asyncssh-1.14.0.tar.gz) = de2c3f5a64f2febf41857b2b5b73c9fd2f584f96c5a35aef15c4491c2a2ea235eed8127f30a8bf03a7e9dfb05e53cf65ed24c947dbee0ba7a4a20b56182c5699
-Size (asyncssh-1.14.0.tar.gz) = 307133 bytes
+SHA1 (asyncssh-1.15.0.tar.gz) = 973a19ab2d5f575aabaf1f7d0ef966d489d9e2e4
+RMD160 (asyncssh-1.15.0.tar.gz) = 602785754721cae1ba8437cf49f8c38bf6fb6723
+SHA512 (asyncssh-1.15.0.tar.gz) = 8a3eea2abef11487361848eaf838aaccafb881cca3c18d5fd6a995597678a92fa4a62c5d53aaa90208c7600d492346e875469007b1255903270b5524cdc66042
+Size (asyncssh-1.15.0.tar.gz) = 308839 bytes



Home | Main Index | Thread Index | Old Index