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:           Tue Jun 19 11:37:28 UTC 2018

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

Log Message:
py-asyncssh: updated to 1.13.1

Release 1.13.1:
Added client and server support for host-based SSH authentication. If enabled, this will allow all users from a given host to be authenticated by a shared host key, rather than each user needing 
their own key. This should only be used with hosts which are trusted to keep their host keys secure and provide accurate client usernames.
Added support for RSA key exchange algorithms (rsa2048-sha256 and rsa1024-sha1) available in PuTTY and some mobile SSH clients.
Added support for the SECP256K1 elliptic curve for ECDSA keys and ECDH key exchange. This curve is supported by the Bitvise SSH client and server.
Added debug logging of the algorithms listed in a received kexinit message.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-asyncssh/Makefile \
    pkgsrc/security/py-asyncssh/distinfo
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/security/py-asyncssh/Makefile:1.7
--- pkgsrc/security/py-asyncssh/Makefile:1.6    Tue May 29 07:18:57 2018
+++ pkgsrc/security/py-asyncssh/Makefile        Tue Jun 19 11:37:28 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/05/29 07:18:57 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/19 11:37:28 adam Exp $
 
-DISTNAME=      asyncssh-1.13.0
+DISTNAME=      asyncssh-1.13.1
 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.6 pkgsrc/security/py-asyncssh/distinfo:1.7
--- pkgsrc/security/py-asyncssh/distinfo:1.6    Tue May 29 07:18:57 2018
+++ pkgsrc/security/py-asyncssh/distinfo        Tue Jun 19 11:37:28 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/05/29 07:18:57 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/06/19 11:37:28 adam Exp $
 
-SHA1 (asyncssh-1.13.0.tar.gz) = e0a08cae6d5e6e65188359ec91cea8c8dcac24fa
-RMD160 (asyncssh-1.13.0.tar.gz) = 73b20b1b0a4cafd7df2eb2f88ee5f04cc1c14a27
-SHA512 (asyncssh-1.13.0.tar.gz) = f118bfbdc1fb016dbd6e4e240103de8f6d33c030c5e50166329a4ac49e1f2248a6bce12e079abdad96884902c7484cabac4465e4897d0c416730325b28f0fa7d
-Size (asyncssh-1.13.0.tar.gz) = 293350 bytes
+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

Index: pkgsrc/security/py-asyncssh/PLIST
diff -u pkgsrc/security/py-asyncssh/PLIST:1.3 pkgsrc/security/py-asyncssh/PLIST:1.4
--- pkgsrc/security/py-asyncssh/PLIST:1.3       Tue May 29 07:18:57 2018
+++ pkgsrc/security/py-asyncssh/PLIST   Tue Jun 19 11:37:28 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/29 07:18:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/06/19 11:37:28 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -76,15 +76,9 @@ ${PYSITELIB}/asyncssh/crypto/umac.pyo
 ${PYSITELIB}/asyncssh/crypto/x509.py
 ${PYSITELIB}/asyncssh/crypto/x509.pyc
 ${PYSITELIB}/asyncssh/crypto/x509.pyo
-${PYSITELIB}/asyncssh/dh.py
-${PYSITELIB}/asyncssh/dh.pyc
-${PYSITELIB}/asyncssh/dh.pyo
 ${PYSITELIB}/asyncssh/dsa.py
 ${PYSITELIB}/asyncssh/dsa.pyc
 ${PYSITELIB}/asyncssh/dsa.pyo
-${PYSITELIB}/asyncssh/ecdh.py
-${PYSITELIB}/asyncssh/ecdh.pyc
-${PYSITELIB}/asyncssh/ecdh.pyo
 ${PYSITELIB}/asyncssh/ecdsa.py
 ${PYSITELIB}/asyncssh/ecdsa.pyc
 ${PYSITELIB}/asyncssh/ecdsa.pyo
@@ -112,6 +106,15 @@ ${PYSITELIB}/asyncssh/gss_win32.pyo
 ${PYSITELIB}/asyncssh/kex.py
 ${PYSITELIB}/asyncssh/kex.pyc
 ${PYSITELIB}/asyncssh/kex.pyo
+${PYSITELIB}/asyncssh/kex_dh.py
+${PYSITELIB}/asyncssh/kex_dh.pyc
+${PYSITELIB}/asyncssh/kex_dh.pyo
+${PYSITELIB}/asyncssh/kex_ecdh.py
+${PYSITELIB}/asyncssh/kex_ecdh.pyc
+${PYSITELIB}/asyncssh/kex_ecdh.pyo
+${PYSITELIB}/asyncssh/kex_rsa.py
+${PYSITELIB}/asyncssh/kex_rsa.pyc
+${PYSITELIB}/asyncssh/kex_rsa.pyo
 ${PYSITELIB}/asyncssh/known_hosts.py
 ${PYSITELIB}/asyncssh/known_hosts.pyc
 ${PYSITELIB}/asyncssh/known_hosts.pyo



Home | Main Index | Thread Index | Old Index