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:           Mon Apr  1 09:14:30 UTC 2019

Modified Files:
        pkgsrc/security/py-asyncssh: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/security/py-asyncssh/Makefile:1.14
--- pkgsrc/security/py-asyncssh/Makefile:1.13   Sun Mar  3 12:32:12 2019
+++ pkgsrc/security/py-asyncssh/Makefile        Mon Apr  1 09:14:30 2019
@@ -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/}
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.13 pkgsrc/security/py-asyncssh/distinfo:1.14
--- pkgsrc/security/py-asyncssh/distinfo:1.13   Sun Mar  3 12:32:12 2019
+++ pkgsrc/security/py-asyncssh/distinfo        Mon Apr  1 09:14:30 2019
@@ -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