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.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1230703422c
branches:  trunk
changeset: 371690:e1230703422c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 17 09:07:02 2017 +0000

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

diffstat:

 security/py-asyncssh/Makefile |   4 ++--
 security/py-asyncssh/PLIST    |   5 ++++-
 security/py-asyncssh/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r a25029d55636 -r e1230703422c security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Fri Nov 17 08:15:42 2017 +0000
+++ b/security/py-asyncssh/Makefile     Fri Nov 17 09:07:02 2017 +0000
@@ -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/}
diff -r a25029d55636 -r e1230703422c security/py-asyncssh/PLIST
--- a/security/py-asyncssh/PLIST        Fri Nov 17 08:15:42 2017 +0000
+++ b/security/py-asyncssh/PLIST        Fri Nov 17 09:07:02 2017 +0000
@@ -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/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
diff -r a25029d55636 -r e1230703422c security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Fri Nov 17 08:15:42 2017 +0000
+++ b/security/py-asyncssh/distinfo     Fri Nov 17 09:07:02 2017 +0000
@@ -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