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 2.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6312a58e4f19
branches:  trunk
changeset: 444163:6312a58e4f19
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 03 10:30:04 2021 +0000

description:
py-asyncssh: updated to 2.5.0

Release 2.5.0

Added support for limiting which identities in an SSH agent will be used when making a connection, via a new “agent_identities” config option. This change also adds compatibility with the OpenSSL 
config file option “IdentitiesOnly”.
Added support for including Subject Key Identifier and Authority Key Identifier extensions in generated X.509 certificates to better comply with RFC 5280.
Added support for makedirs() and rmtree() methods in the AsyncSSH SFTP client, as well as a new scandir() method which returns an async iterator to more efficiently process very large directories. 
Thanks go to Joseph Ernest for suggesting these improvements.
Significantly reworked AsyncSSH line editor support to improve its performance by several orders of magnitude on long input lines, and added a configurable maximum line length when the editor is in 
use to avoid potential denial-of-service attacks. This limit defaults to 1024 bytes, but with the improvements it can reasonably handle lines which are megabytes in size if needed.
Changed AsyncSSH to allow SSH agent identities to still be used when an explicit list of client keys is specified, for better compatibility with OpenSSH. The previous behavior can still be achieved 
by explicitly setting the agent_path option to None when setting client_keys.
Changed AsyncSSH to enforce a limit of 1024 characters on usernames when acting as a server to avoid a potential denial-of-service issue related to SASLprep username normalization.
Changed SCP implementation to explicitly yield to other coroutines when sending a large file to better share an event loop.
Fixed a few potential race conditions related to cleanup of objects during connection close. Thanks go to Thomas Léveil for reporting one of these places and suggesting a fix.
Re-applied a previous fix which was unintentionally lost to allow Pageant to be used by default on Windows.

diffstat:

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

diffs (27 lines):

diff -r 458e952b5ef4 -r 6312a58e4f19 security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Sun Jan 03 10:27:50 2021 +0000
+++ b/security/py-asyncssh/Makefile     Sun Jan 03 10:30:04 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/09/14 07:40:08 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/01/03 10:30:04 adam Exp $
 
-DISTNAME=      asyncssh-2.4.2
+DISTNAME=      asyncssh-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
diff -r 458e952b5ef4 -r 6312a58e4f19 security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Sun Jan 03 10:27:50 2021 +0000
+++ b/security/py-asyncssh/distinfo     Sun Jan 03 10:30:04 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2020/09/14 07:40:08 adam Exp $
+$NetBSD: distinfo,v 1.23 2021/01/03 10:30:04 adam Exp $
 
-SHA1 (asyncssh-2.4.2.tar.gz) = 2e96023f03a5e616e7825dce7f092bbd351f4843
-RMD160 (asyncssh-2.4.2.tar.gz) = 1df437e245fc5cc7a25af8527f2a8c79137b774b
-SHA512 (asyncssh-2.4.2.tar.gz) = 86d191cda659dd367b8f82fda783cd02afcb8759b29ec88ba3eb095e6dae42126b36da8dcf2fb29d42c6897fa351e96c82cb372d095af8d98ccb5c9483db1f93
-Size (asyncssh-2.4.2.tar.gz) = 409792 bytes
+SHA1 (asyncssh-2.5.0.tar.gz) = 142650a2aace0912c28b3a366200a3554800df0b
+RMD160 (asyncssh-2.5.0.tar.gz) = f61a7d9313e6473ab1c9d403efd8e5864086f454
+SHA512 (asyncssh-2.5.0.tar.gz) = 646f00287eb8aedc1fc23e35c93a831420b4fba5f2f52091e3a06f6cba06684439d0c58df6a1597f9065436e973d355fb8fefdd9684d163979f86bef331183a5
+Size (asyncssh-2.5.0.tar.gz) = 414437 bytes


Home | Main Index | Thread Index | Old Index