summaryrefslogtreecommitdiff
path: root/security/py-asyncssh
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-11-27 07:03:38 +0000
committeradam <adam@pkgsrc.org>2018-11-27 07:03:38 +0000
commit237ff4262b90c2d170a6620f816891fdf8ba0830 (patch)
tree551c11b747f4dc5b6cdbb783374757e290c919ec /security/py-asyncssh
parent882a45b9840ae7bb21e3b51c2a59a38845147fa7 (diff)
downloadpkgsrc-237ff4262b90c2d170a6620f816891fdf8ba0830.tar.gz
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 (limited to 'security/py-asyncssh')
-rw-r--r--security/py-asyncssh/Makefile4
-rw-r--r--security/py-asyncssh/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 71418eea473..79b05be8c7b 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -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 --git a/security/py-asyncssh/distinfo b/security/py-asyncssh/distinfo
index d4229c18727..3fbee645f11 100644
--- a/security/py-asyncssh/distinfo
+++ b/security/py-asyncssh/distinfo
@@ -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