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:           Wed Jul  4 03:38:34 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-asyncssh/Makefile \
    pkgsrc/security/py-asyncssh/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-asyncssh/PLIST

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.7 pkgsrc/security/py-asyncssh/Makefile:1.8
--- pkgsrc/security/py-asyncssh/Makefile:1.7    Tue Jun 19 11:37:28 2018
+++ pkgsrc/security/py-asyncssh/Makefile        Wed Jul  4 03:38:34 2018
@@ -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/}
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.7 pkgsrc/security/py-asyncssh/distinfo:1.8
--- pkgsrc/security/py-asyncssh/distinfo:1.7    Tue Jun 19 11:37:28 2018
+++ pkgsrc/security/py-asyncssh/distinfo        Wed Jul  4 03:38:34 2018
@@ -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

Index: pkgsrc/security/py-asyncssh/PLIST
diff -u pkgsrc/security/py-asyncssh/PLIST:1.4 pkgsrc/security/py-asyncssh/PLIST:1.5
--- pkgsrc/security/py-asyncssh/PLIST:1.4       Tue Jun 19 11:37:28 2018
+++ pkgsrc/security/py-asyncssh/PLIST   Wed Jul  4 03:38:34 2018
@@ -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_ecdh.pyo
 ${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



Home | Main Index | Thread Index | Old Index