Path to this page:
Subject: CVS commit: pkgsrc/security/py-asyncssh
From: Adam Ciarcinski
Date: 2024-09-09 09:04:00
Message id: 20240909070400.4B963FC74@cvs.NetBSD.org
Log Message:
py-asyncssh: updated to 2.17.0
Release 2.17.0 (2 Sep 2024)
* Add support for specifying a per-connection credential store for GSSAPI
authentication. Thanks go to GitHub user zarganum for suggesting this
feature and proposing a detailed design.
* Fixed a regression introduced in AsyncSSH 2.15.0 which could cause
connections to be closed with an uncaught exception when a session
on the connection was closed. Thanks go to Wilson Conley for being
the first to help reproduce this issue, and others who also helped
to confirm the fix.
* Added a workaround where getaddrinfo() on some systems may return duplicate
entries, causing bind() to fail when opening a listener. Thanks go to
Colin Watson for reporting this issue and suggesting a fix.
* Relaxed padding length check on OpenSSH private keys to provide better
compatibility with keys generated by PuTTYgen.
* Improved documentation on SSHClient and SSHServer classes to explain
when they are created and their relationship to the SSHClientConnection
and SSHServerConnection classes.
* Updated examples to use Python 3.7 and made some minor improvements.
Files: