summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-01-22 09:17:57 +0000
committeradam <adam@pkgsrc.org>2019-01-22 09:17:57 +0000
commit671f320f43fc16e5ff54041d9188cd13e1cb1355 (patch)
tree9f45830e0542534cb65cf2599252551388c94738 /security
parent04a55064f097b73cca0c86154e69cb1b4d5a0ff4 (diff)
downloadpkgsrc-671f320f43fc16e5ff54041d9188cd13e1cb1355.tar.gz
py-asyncssh: updated to 1.15.1
Release 1.15.1: Added callback-based host validation in SSHClient, allowing callers to decide programmatically whether to trust server host keys and certificates rather than having to provide a list of trusted values in advance. Changed SSH client code to only load the default known hosts file if if exists. Previously an error was returned if a known_hosts value wasn’t specified and the default known_hosts file didn’t exist. For host validate to work in this case, verification callbacks must be implemented or other forms of validation such as X.509 trusted CAs or GSS-based key exchange must be used. Fixed known hosts validation to completely disable certificate checks when known_hosts is set to None. Previously, key checking was disabled in this case but other checks for certificate expiration and hostname mismatch were still performed, causing connections to fail even when checking was supposed to be disabled. Switched curve25519 key exchange to use the PyCA implementation, avoiding a dependency on libnacl/libsodium. For now, support for Ed25519 keys still requires these libraries, but once that support appears in PyCA, it may be possible to remove this dependency entirely. Added get_fingerprint() method to return a fingerprint of an SSHKey.
Diffstat (limited to 'security')
-rw-r--r--security/py-asyncssh/Makefile4
-rw-r--r--security/py-asyncssh/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 79b05be8c7b..cfea0f9d24d 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/11/27 07:03:38 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/01/22 09:17:57 adam Exp $
-DISTNAME= asyncssh-1.15.0
+DISTNAME= asyncssh-1.15.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
diff --git a/security/py-asyncssh/distinfo b/security/py-asyncssh/distinfo
index 3fbee645f11..0e1cb8ee52e 100644
--- a/security/py-asyncssh/distinfo
+++ b/security/py-asyncssh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/11/27 07:03:38 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/01/22 09:17:57 adam Exp $
-SHA1 (asyncssh-1.15.0.tar.gz) = 973a19ab2d5f575aabaf1f7d0ef966d489d9e2e4
-RMD160 (asyncssh-1.15.0.tar.gz) = 602785754721cae1ba8437cf49f8c38bf6fb6723
-SHA512 (asyncssh-1.15.0.tar.gz) = 8a3eea2abef11487361848eaf838aaccafb881cca3c18d5fd6a995597678a92fa4a62c5d53aaa90208c7600d492346e875469007b1255903270b5524cdc66042
-Size (asyncssh-1.15.0.tar.gz) = 308839 bytes
+SHA1 (asyncssh-1.15.1.tar.gz) = eabab9d617ff34f64a23ca7a9d41e1d54680f18e
+RMD160 (asyncssh-1.15.1.tar.gz) = 016df95d4a46802c8f72be1167427ca58868fc39
+SHA512 (asyncssh-1.15.1.tar.gz) = 0968857e84f2399aad9581147eda5d9ecaae9d9f736c24c5f6804e2af569a738ad3548f3f8f4cc75970f5a68636a829118c39880143de0cf6b453fa50fad036d
+Size (asyncssh-1.15.1.tar.gz) = 310892 bytes