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.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce0963c458cd
branches: trunk
changeset: 309528:ce0963c458cd
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 19 11:37:28 2018 +0000
description:
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.
diffstat:
security/py-asyncssh/Makefile | 4 ++--
security/py-asyncssh/PLIST | 17 ++++++++++-------
security/py-asyncssh/distinfo | 10 +++++-----
3 files changed, 17 insertions(+), 14 deletions(-)
diffs (68 lines):
diff -r 1eaba6b2383c -r ce0963c458cd security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile Tue Jun 19 11:07:25 2018 +0000
+++ b/security/py-asyncssh/Makefile Tue Jun 19 11:37:28 2018 +0000
@@ -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/}
diff -r 1eaba6b2383c -r ce0963c458cd security/py-asyncssh/PLIST
--- a/security/py-asyncssh/PLIST Tue Jun 19 11:07:25 2018 +0000
+++ b/security/py-asyncssh/PLIST Tue Jun 19 11:37:28 2018 +0000
@@ -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/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/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
diff -r 1eaba6b2383c -r ce0963c458cd security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo Tue Jun 19 11:07:25 2018 +0000
+++ b/security/py-asyncssh/distinfo Tue Jun 19 11:37:28 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index