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: Fri Sep 21 10:58:59 UTC 2018
Modified Files:
pkgsrc/security/py-asyncssh: Makefile distinfo
Log Message:
py-asyncssh: updated to 1.14.0
Release 1.14.0:
Changed license from EPL 1.0 to EPL 2.0 with GPL 2.0 or later as an available secondary license.
Added support for automatically parallelizing large reads and write made using the SFTPClientFile class, similar to what was already available in the get/put/copy methods of SFTPClient.
Added support for get_extra_info() in SSH process classes, returning information associated with the channel the process is tied to.
Added new set_extra_info() method on SSH connection and channel classes, allowing applications to store additional information on these objects.
Added handlers for OpenSSH keepalive global & channel requests to avoid messages about unknown requests in the debug log. These requests are still logged, but at debug level 2 instead of 1 and they
are not labeled as unknown.
Fixed race condition when closing sockets associated with forwarded connections.
Improved error handling during connection close in SFTPClient.
Worked around issues with integer overflow on systems with a 32-bit time_t value when dates beyond 2038 are used in X.509 certificates.
Added guards around some imports and tests which were causing problems on Fedora 27.
Changed debug level for reporting PTY modes from 1 to 2 to reduce noise in the logs.
Improved SFTP debug log output when sending EOF responses.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/security/py-asyncssh/Makefile:1.10
--- pkgsrc/security/py-asyncssh/Makefile:1.9 Tue Jul 24 06:09:33 2018
+++ pkgsrc/security/py-asyncssh/Makefile Fri Sep 21 10:58:59 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/07/24 06:09:33 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/21 10:58:59 adam Exp $
-DISTNAME= asyncssh-1.13.3
+DISTNAME= asyncssh-1.14.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.9 pkgsrc/security/py-asyncssh/distinfo:1.10
--- pkgsrc/security/py-asyncssh/distinfo:1.9 Tue Jul 24 06:09:33 2018
+++ pkgsrc/security/py-asyncssh/distinfo Fri Sep 21 10:58:59 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/07/24 06:09:33 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/09/21 10:58:59 adam Exp $
-SHA1 (asyncssh-1.13.3.tar.gz) = 9f3ab5c2943ad69306c4e7c57da282f5b32954d9
-RMD160 (asyncssh-1.13.3.tar.gz) = 5ec8ae2a565639a8799a0cd6119290d3f42e4ed4
-SHA512 (asyncssh-1.13.3.tar.gz) = e268a99a98e30a16eebf5dedf8e24bccb6d8a37caf4529d0ae375fbbd82f5190705f5fa9e0ac2e9c7a4d8b738bf70e9aa052a17d44302b645560b920411a81d0
-Size (asyncssh-1.13.3.tar.gz) = 301776 bytes
+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
Home |
Main Index |
Thread Index |
Old Index