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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7c5ca106dea
branches:  trunk
changeset: 310026:b7c5ca106dea
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 04 03:38:34 2018 +0000

description:
py-asyncssh: updated to 1.13.2

Release 1.13.2:
Added support for accessing client host keys via the OpenSSH ssh-keysign program when doing host-based authentication. If ssh-keysign is present and enabled on the system, an AsyncSSH based SSH 
client can use host-based authentication without access to the host private keys.
Added support for using pathlib path objects when reading and writing private and public keys and certificates.
Added support for auth_completed() callback in the SSHServer class which runs when authentication completes successfully on each new connection.
Fixed host-based authentication unit tests to mock out calls to getnameinfo() to avoid failures on systems with restricted network functionality.

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 69943a6a788a -r b7c5ca106dea security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Tue Jul 03 21:11:46 2018 +0000
+++ b/security/py-asyncssh/Makefile     Wed Jul 04 03:38:34 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/06/19 11:37:28 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/04 03:38:34 adam Exp $
 
-DISTNAME=      asyncssh-1.13.1
+DISTNAME=      asyncssh-1.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
diff -r 69943a6a788a -r b7c5ca106dea security/py-asyncssh/PLIST
--- a/security/py-asyncssh/PLIST        Tue Jul 03 21:11:46 2018 +0000
+++ b/security/py-asyncssh/PLIST        Wed Jul 04 03:38:34 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/06/19 11:37:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/07/04 03:38:34 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -115,6 +115,9 @@
 ${PYSITELIB}/asyncssh/kex_rsa.py
 ${PYSITELIB}/asyncssh/kex_rsa.pyc
 ${PYSITELIB}/asyncssh/kex_rsa.pyo
+${PYSITELIB}/asyncssh/keysign.py
+${PYSITELIB}/asyncssh/keysign.pyc
+${PYSITELIB}/asyncssh/keysign.pyo
 ${PYSITELIB}/asyncssh/known_hosts.py
 ${PYSITELIB}/asyncssh/known_hosts.pyc
 ${PYSITELIB}/asyncssh/known_hosts.pyo
diff -r 69943a6a788a -r b7c5ca106dea security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Tue Jul 03 21:11:46 2018 +0000
+++ b/security/py-asyncssh/distinfo     Wed Jul 04 03:38:34 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/06/19 11:37:28 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/07/04 03:38:34 adam Exp $
 
-SHA1 (asyncssh-1.13.1.tar.gz) = 2bcf3e6c6b96344e312816b6f230fff9802297be
-RMD160 (asyncssh-1.13.1.tar.gz) = 2ec33f408c400284cf4209f76894cfdedc85740b
-SHA512 (asyncssh-1.13.1.tar.gz) = 27f4258105f97d903ac091d74dc49fdc022faf2c8855b0b7be5db051a814ca9029a4621603f5a951d7806a48b14ea11913191dbd0c87aa564825e45526bfb54e
-Size (asyncssh-1.13.1.tar.gz) = 298252 bytes
+SHA1 (asyncssh-1.13.2.tar.gz) = 56ef5f3859e9fb8cd22986b38ac30a9601e986b6
+RMD160 (asyncssh-1.13.2.tar.gz) = bee7834ca671597242a6874f5b98d2866fa859f3
+SHA512 (asyncssh-1.13.2.tar.gz) = 7b0a3ee1e7a3656bb7c24a0cfcd9c03789244df85e61d7b5c20f0b1a674591bfa617e528752a2524fa2c986d7f7834f5d02b182158be6c72e20c0003b3c4a110
+Size (asyncssh-1.13.2.tar.gz) = 301096 bytes



Home | Main Index | Thread Index | Old Index