Received: by mail.netbsd.org (Postfix, from userid 605) id 2A7AB855B0; Fri, 17 Nov 2017 09:07:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9FC084D20 for ; Fri, 17 Nov 2017 09:07:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BHeeh9AVHZab for ; Fri, 17 Nov 2017 09:07:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 234CF84CD9 for ; Fri, 17 Nov 2017 09:07:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C10F1FB3F; Fri, 17 Nov 2017 09:07:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510909622239490" MIME-Version: 1.0 Date: Fri, 17 Nov 2017 09:07:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-asyncssh To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171117090702.C10F1FB3F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510909622239490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1510909622239490 Content-Disposition: inline Content-Length: 2677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1510909622239490--