summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-04-23 06:10:29 +0000
committeradam <adam@pkgsrc.org>2020-04-23 06:10:29 +0000
commit9c3f3c0cc8360d82c767b8bd7f650d3a8cb14e52 (patch)
tree04b6f08d64c7c94d0e1bc0dde132a6eb66cf9aec /security
parentff8ec49430b33a5bf58555822919087256eda062 (diff)
downloadpkgsrc-9c3f3c0cc8360d82c767b8bd7f650d3a8cb14e52.tar.gz
py-asyncssh: updated to 2.2.1
Release 2.2.1: Added optional timeout parameter to SSHClientProcess.wait() and SSHClientConnection.run() methods. Created subclasses for SFTPError exceptions, allowing applications to more easily have distinct exception handling for different errors. Fixed an issue in SFTP parallel I/O related to handling low-level connection failures. Thanks go to Mikhail Terekhov for reporting this issue. Fixed an issue with SFTP file copy where a local file could sometimes be left open if an attempt to close a remote file failed. Fixed an issue in the handling of boolean return values when SSHServer.server_requested() returns a coroutine. Thanks go to Tom van Neerijnen for contributing this fix. Fixed an issue with passing tuples to the SFTP copy functions. Thanks go to Marc Gagné for reporting this and doing the initial analysis.
Diffstat (limited to 'security')
-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 f10fa6c932e..5c4885ad64b 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/03/12 16:36:31 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/04/23 06:10:29 adam Exp $
-DISTNAME= asyncssh-2.2.0
+DISTNAME= asyncssh-2.2.1
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 647484e789a..d29e7bd6809 100644
--- a/security/py-asyncssh/distinfo
+++ b/security/py-asyncssh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/03/12 16:36:31 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/04/23 06:10:29 adam Exp $
-SHA1 (asyncssh-2.2.0.tar.gz) = 8bcf732c0680efc5715d6e2401266e133a5f175e
-RMD160 (asyncssh-2.2.0.tar.gz) = 88b9adced56cfeba7ce43726822455c708f7299a
-SHA512 (asyncssh-2.2.0.tar.gz) = 8fca03803d798bd29df55234c694fe56e3fa1fb3b005bb4e54d9d36c27085dd83faba93c6dc79fa4bc6e4eaa6bb8915d4ea25860668593cea2790d6888680daa
-Size (asyncssh-2.2.0.tar.gz) = 336793 bytes
+SHA1 (asyncssh-2.2.1.tar.gz) = 0099a67da83af93b7a4f23a98c65a8025da2a819
+RMD160 (asyncssh-2.2.1.tar.gz) = dcd739da58c6d59de8ab5f0d275c3f97193cf3d3
+SHA512 (asyncssh-2.2.1.tar.gz) = f4c5ce214f7a6464fc809aabb8ffa643ed08f668e32373f7f64b91adc7a18785f5ee94e229c7ed79d6fafe36b5e8ce97ee84811d9ba3f65e81276761a961e146
+Size (asyncssh-2.2.1.tar.gz) = 338394 bytes