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 Nov 17 09:07:02 UTC 2017

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

Log Message:
py-asyncssh: updated to 1.11.1

Release 1.11.1:
Switched to using PBKDF2 implementation provided by PyCA, replacing a much slower pure-Python implementation used in earlier releases.
Improved support for file-like objects in process I/O redirection, properly handling objects which don’t support fileno() and allowing both text and binary file objects based on whether they have an 
‘encoding’ member.
Changed PEM parser to be forgiving of trailing blank lines.
Updated documentation to note lack of support in OpenSSH for send_signal(), terminate(), and kill() channel requests.
Updated unit tests to work better with OpenSSH 7.6.
Updated Travis CI config to test with more recent Python versions.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-asyncssh/Makefile \
    pkgsrc/security/py-asyncssh/PLIST 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.1 pkgsrc/security/py-asyncssh/Makefile:1.2
--- pkgsrc/security/py-asyncssh/Makefile:1.1    Mon Oct 30 18:21:20 2017
+++ pkgsrc/security/py-asyncssh/Makefile        Fri Nov 17 09:07:02 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/10/30 18:21:20 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/17 09:07:02 adam Exp $
 
-DISTNAME=      asyncssh-1.11.0
+DISTNAME=      asyncssh-1.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
Index: pkgsrc/security/py-asyncssh/PLIST
diff -u pkgsrc/security/py-asyncssh/PLIST:1.1 pkgsrc/security/py-asyncssh/PLIST:1.2
--- pkgsrc/security/py-asyncssh/PLIST:1.1       Mon Oct 30 18:21:20 2017
+++ pkgsrc/security/py-asyncssh/PLIST   Fri Nov 17 09:07:02 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/30 18:21:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/11/17 09:07:02 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -70,6 +70,9 @@ ${PYSITELIB}/asyncssh/crypto/pyca/dsa.py
 ${PYSITELIB}/asyncssh/crypto/pyca/ec.py
 ${PYSITELIB}/asyncssh/crypto/pyca/ec.pyc
 ${PYSITELIB}/asyncssh/crypto/pyca/ec.pyo
+${PYSITELIB}/asyncssh/crypto/pyca/kdf.py
+${PYSITELIB}/asyncssh/crypto/pyca/kdf.pyc
+${PYSITELIB}/asyncssh/crypto/pyca/kdf.pyo
 ${PYSITELIB}/asyncssh/crypto/pyca/misc.py
 ${PYSITELIB}/asyncssh/crypto/pyca/misc.pyc
 ${PYSITELIB}/asyncssh/crypto/pyca/misc.pyo
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.1 pkgsrc/security/py-asyncssh/distinfo:1.2
--- pkgsrc/security/py-asyncssh/distinfo:1.1    Mon Oct 30 18:21:20 2017
+++ pkgsrc/security/py-asyncssh/distinfo        Fri Nov 17 09:07:02 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/30 18:21:20 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/11/17 09:07:02 adam Exp $
 
-SHA1 (asyncssh-1.11.0.tar.gz) = 661ca33f14c473113bbefcc8b2deeb7a2b7ddffe
-RMD160 (asyncssh-1.11.0.tar.gz) = fa6a8ee58caac2dade94d3f234ff27e69e06b55d
-SHA512 (asyncssh-1.11.0.tar.gz) = 0d79fad18968d482380725eed9eeee6f526c67a9f649b62c63da3852a7d134823eada640de1be8904f2cf5a220a180d67ebec22d55b44bbbdabc60265de4c521
-Size (asyncssh-1.11.0.tar.gz) = 275812 bytes
+SHA1 (asyncssh-1.11.1.tar.gz) = 28cfada71a9ffd6482e0656e7cbedd885837df33
+RMD160 (asyncssh-1.11.1.tar.gz) = 0412e5a8d5b38bbd16e0ea9ee17eeeb7df046f68
+SHA512 (asyncssh-1.11.1.tar.gz) = a80356f5c7ce85848f585c454ddd96afd6d67207cb1bf7cbb7f2c8a816a160c14ee48bf5efd7d4c939253a77a21ea1693fc424ab022d75c2f8c345ac3a1ceac5
+Size (asyncssh-1.11.1.tar.gz) = 276960 bytes



Home | Main Index | Thread Index | Old Index