Received: by mail.netbsd.org (Postfix, from userid 605) id EFAF684DB8; Thu, 12 Mar 2020 16:36:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 749EA84DC2 for ; Thu, 12 Mar 2020 16:36:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dcDTzKL_Adyi for ; Thu, 12 Mar 2020 16:36:31 +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 AB67F84D75 for ; Thu, 12 Mar 2020 16:36:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1F33FB27; Thu, 12 Mar 2020 16:36:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584030991182820" MIME-Version: 1.0 Date: Thu, 12 Mar 2020 16:36:31 +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: <20200312163631.A1F33FB27@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. --_----------=_1584030991182820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Thu Mar 12 16:36:31 UTC 2020 Modified Files: pkgsrc/security/py-asyncssh: Makefile PLIST distinfo Log Message: py-asyncssh: updated to 2.2.0 Release 2.2.0 Added support for U2F/FIDO2 security keys, with the following capabilities: ECDSA (NISTP256) and Ed25519 key algorithms Key generation, including control over the application and user the key is associated with and whether touch is required when using the key Certificate generation, both as a key being signed and a CA key Resident keys, allowing security keys to be used on multiple machines without any information being stored outside of the key Access to and management of keys loaded in an OpenSSH ssh-agent Support for both user and host keys and certificates Support for “no-touch-required” option in authorized_keys files Support for “no-touch-required” option in OpenSSH certificates Compatibility with security key support added in OpenSSH version 8.2 Added login timeout client option and limits on the length and number of banner lines AsyncSSH will accept prior to the SSH version header. Improved load_keypairs() to read public key files, confirming that they are consistent with their associated private key when they are present. Fixed issues in the SCP server related to handling filenames with spaces. Fixed an issue with resuming reading after readuntil() returns an incomplete read. Fixed a potential issue related to asyncio not reporting sockname/peername when a connection is closed immediately after it is opened. Made SSHConnection a subclass of asyncio.Protocol to please type checkers. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-asyncssh/Makefile \ pkgsrc/security/py-asyncssh/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-asyncssh/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584030991182820 Content-Disposition: inline Content-Length: 2996 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.18 pkgsrc/security/py-asyncssh/Makefile:1.19 --- pkgsrc/security/py-asyncssh/Makefile:1.18 Sun Dec 1 11:45:35 2019 +++ pkgsrc/security/py-asyncssh/Makefile Thu Mar 12 16:36:31 2020 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.18 2019/12/01 11:45:35 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/12 16:36:31 adam Exp $ -DISTNAME= asyncssh-2.1.0 +DISTNAME= asyncssh-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://asyncssh.timeheart.net/ +HOMEPAGE= https://asyncssh.readthedocs.io/ COMMENT= Asynchronous SSHv2 client and server library LICENSE= eclipse-license Index: pkgsrc/security/py-asyncssh/distinfo diff -u pkgsrc/security/py-asyncssh/distinfo:1.18 pkgsrc/security/py-asyncssh/distinfo:1.19 --- pkgsrc/security/py-asyncssh/distinfo:1.18 Sun Dec 1 11:45:35 2019 +++ pkgsrc/security/py-asyncssh/distinfo Thu Mar 12 16:36:31 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2019/12/01 11:45:35 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/03/12 16:36:31 adam Exp $ -SHA1 (asyncssh-2.1.0.tar.gz) = b937691ab5a3b2dde3cc424b9fef13481a2a253d -RMD160 (asyncssh-2.1.0.tar.gz) = 3decf62c9f150aac3c41ba578cce7e5d69dbf48a -SHA512 (asyncssh-2.1.0.tar.gz) = 10701163a3133a83fd74759a19fe5da978ae72f1bcd68be2dbe1827ab2f4e75e09ca38514dd51b6086a284a4ad1721504cb47808ae411aa2c6c71a04aa2f144a -Size (asyncssh-2.1.0.tar.gz) = 325135 bytes +SHA1 (asyncssh-2.2.0.tar.gz) = 8bcf732c0680efc5715d6e2401266e133a5f175e +RMD160 (asyncssh-2.2.0.tar.gz) = 88b9adced56cfeba7ce43726822455c708f7299a +SHA512 (asyncssh-2.2.0.tar.gz) = 8fca03803d798bd29df55234c694fe56e3fa1fb3b005bb4e54d9d36c27085dd83faba93c6dc79fa4bc6e4eaa6bb8915d4ea25860668593cea2790d6888680daa +Size (asyncssh-2.2.0.tar.gz) = 336793 bytes Index: pkgsrc/security/py-asyncssh/PLIST diff -u pkgsrc/security/py-asyncssh/PLIST:1.7 pkgsrc/security/py-asyncssh/PLIST:1.8 --- pkgsrc/security/py-asyncssh/PLIST:1.7 Sun Aug 25 12:24:06 2019 +++ pkgsrc/security/py-asyncssh/PLIST Thu Mar 12 16:36:31 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2019/08/25 12:24:06 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2020/03/12 16:36:31 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -163,6 +163,15 @@ ${PYSITELIB}/asyncssh/session.pyo ${PYSITELIB}/asyncssh/sftp.py ${PYSITELIB}/asyncssh/sftp.pyc ${PYSITELIB}/asyncssh/sftp.pyo +${PYSITELIB}/asyncssh/sk.py +${PYSITELIB}/asyncssh/sk.pyc +${PYSITELIB}/asyncssh/sk.pyo +${PYSITELIB}/asyncssh/sk_ecdsa.py +${PYSITELIB}/asyncssh/sk_ecdsa.pyc +${PYSITELIB}/asyncssh/sk_ecdsa.pyo +${PYSITELIB}/asyncssh/sk_eddsa.py +${PYSITELIB}/asyncssh/sk_eddsa.pyc +${PYSITELIB}/asyncssh/sk_eddsa.pyo ${PYSITELIB}/asyncssh/socks.py ${PYSITELIB}/asyncssh/socks.pyc ${PYSITELIB}/asyncssh/socks.pyo --_----------=_1584030991182820--