diff options
| author | adam <adam@pkgsrc.org> | 2019-06-10 09:36:36 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2019-06-10 09:36:36 +0000 |
| commit | 655439257de0ba311b07a23be1dfdd62571278ca (patch) | |
| tree | 3f505c14fed2a4e955b430ce7698465f264cbc75 /security/py-asyncssh/Makefile | |
| parent | c60a8799a5280212d3dba147dbc72ba8b5c77ee9 (diff) | |
| download | pkgsrc-655439257de0ba311b07a23be1dfdd62571278ca.tar.gz | |
py-asyncssh: updated to 1.17.0
Release 1.17.0:
Added support for “reverse direction” SSH connections, useful to support applications like NETCONF Call Home, described in RFC 8071.
Added support for the PyCA implementation of Chacha20-Poly1305, eliminating the dependency on libnacl/libsodium to provide this functionality, as long as OpenSSL 1.1.1b or later is installed.
Restored libnacl support for Curve25519/Ed25519 on systems which have an older version of OpenSSL that doesn’t have that support. This fallback also applies to Chacha20-Poly1305.
Fixed Pageant support on Windows to use the Pageant agent by default when it is available and client keys are not explicitly configured.
Disabled the use of RSA SHA-2 signatures when using the Pageant or Windows 10 OpenSSH agent on Windows, since neither of those support the signature flags options to request them.
Fixed a regression where a callable was no longer usable in the sftp_factory argument of create_server.
Diffstat (limited to 'security/py-asyncssh/Makefile')
| -rw-r--r-- | security/py-asyncssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index bffe1ee2b88..88340ca9293 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/04/01 09:14:30 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/06/10 09:36:36 adam Exp $ -DISTNAME= asyncssh-1.16.1 +DISTNAME= asyncssh-1.17.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/} |
