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 1.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06fd3427888d
branches:  trunk
changeset: 315553:06fd3427888d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 27 07:03:38 2018 +0000

description:
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.

diffstat:

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

diffs (27 lines):

diff -r 484c48817f9d -r 06fd3427888d security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Tue Nov 27 06:59:34 2018 +0000
+++ b/security/py-asyncssh/Makefile     Tue Nov 27 07:03:38 2018 +0000
@@ -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/}
diff -r 484c48817f9d -r 06fd3427888d security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Tue Nov 27 06:59:34 2018 +0000
+++ b/security/py-asyncssh/distinfo     Tue Nov 27 07:03:38 2018 +0000
@@ -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