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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7efd2a09069
branches:  trunk
changeset: 331997:c7efd2a09069
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 01 09:14:30 2019 +0000

description:
py-asyncssh: updated to 1.16.1:

Release 1.16.1:
Added channel, connection, and env properties to SFTPServer instances, so connection and channel information can be used to influence the SFTP server's behavior. Previously, connection information 
was made avaiable through the constructor, but channel and environment information was not. Now, all of these are available as properties on the SFTPServer instance without the need to explicitly 
store anything in a custom constructor.
Optimized SFTP glob matching when the glob pattern contains directory names without glob characters in them. Thanks go to Mikhail Terekhov for contributing this improvement!
Added support for PurePath in a few places that were missed when this support was originally added. Once again, thanks go to Mikhail Terehkov for these fixes.
Fixed bug in SFTP parallel I/O file reader where it sometimes returned EOF prematurely. Thanks go to David G for reporting this problem and providing a reproducible test case.
Fixed test failures seen on Fedora Rawhide. Thanks go to Georg Sauthof for reporting this issue and providing a test environment to help debug it.
Updated Ed25519/448 and Curve25519/448 tests to only run when these algorithms are available. Thanks go to Ond?ej S?kup for reporting this issue and providing a suggested fix.

diffstat:

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

diffs (27 lines):

diff -r dcefc0153a29 -r c7efd2a09069 security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Mon Apr 01 09:12:03 2019 +0000
+++ b/security/py-asyncssh/Makefile     Mon Apr 01 09:14:30 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/03/03 12:32:12 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/04/01 09:14:30 adam Exp $
 
-DISTNAME=      asyncssh-1.16.0
+DISTNAME=      asyncssh-1.16.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
diff -r dcefc0153a29 -r c7efd2a09069 security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Mon Apr 01 09:12:03 2019 +0000
+++ b/security/py-asyncssh/distinfo     Mon Apr 01 09:14:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/03/03 12:32:12 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/04/01 09:14:30 adam Exp $
 
-SHA1 (asyncssh-1.16.0.tar.gz) = 8db47b410f3c36180719be12d83fa13aac20ac42
-RMD160 (asyncssh-1.16.0.tar.gz) = b4303546559c5f43fded710bc71257b8eea652a1
-SHA512 (asyncssh-1.16.0.tar.gz) = db8ded567a132fbdd2402c9e7015f5b48117e749ac56eebe2d62f25d4ed04c2a0118a24fa70a1aebd1f4467c1ce0704599fe66e68075d9589ee31e940cf7a400
-Size (asyncssh-1.16.0.tar.gz) = 321999 bytes
+SHA1 (asyncssh-1.16.1.tar.gz) = 3a81151c26dda56fc5506ee43eaca962a36dbf91
+RMD160 (asyncssh-1.16.1.tar.gz) = b517e8e5894b653cbfe76b254fae0628973d017e
+SHA512 (asyncssh-1.16.1.tar.gz) = ba929fdb762983b3e4d515b614fc8f72748f337ce84f7c747df48389aab4d5a11113913a4692b1893a64c52c80abc458498db4743ac5048547aa4ac05750da46
+Size (asyncssh-1.16.1.tar.gz) = 323419 bytes



Home | Main Index | Thread Index | Old Index