diff --git a/asyncssh-1.17.1.tar.gz b/asyncssh-1.17.1.tar.gz deleted file mode 100644 index da5c6e6..0000000 --- a/asyncssh-1.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbb4497115e469a09bde32755f4e07c26d4138519b08ffda994926fd89aed83f -size 327718 diff --git a/asyncssh-1.18.0.tar.gz b/asyncssh-1.18.0.tar.gz new file mode 100644 index 0000000..4991832 --- /dev/null +++ b/asyncssh-1.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651055ea7694a168c8251617a714f53d3fe6a9392cb8331bd3a561ac6f3f3db5 +size 327950 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index 116d1c0..8c8ddbe 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 13 11:36:14 UTC 2019 - Tomáš Chvátal + +- Update to 1.18.0: + * Added support for GSSAPI ECDH and Edwards DH key exchange algorithms. + * Fixed gssapi-with-mic authentication to work with GSS key exchanges, in cases where gssapi-keyex is not supported. + * Made connect_ssh and connect_reverse_ssh methods into async context managers, simplifying the syntax needed to use them to create tunneled SSH connections. + * Fixed a couple of issues with known hosts matching on tunneled SSH connections. + * Improved flexibility of key/certificate parser automatic format detection to properly recognize PEM even when other arbitrary text is present at the beginning of the file. With this change, the parser can also now handle mixing of multiple key formats in a single file. + * Added support for OpenSSL “TRUSTED” PEM certificates. For now, no enforcement is done of the additional trust restrictions, but such certificates can be loaded and used by AsyncSSH without converting them back to regular PEM format. + * Fixed some additional SFTP and SCP issues related to parsing of Windows paths with drive letters and paths with multiple colons. + * Made AsyncSSH tolerant of a client which sends multiple service requests for the “ssh-userauth” service. This is needed by the Paramiko client when it tries more than one form of authentication on a connection. + ------------------------------------------------------------------- Thu Aug 8 12:49:50 UTC 2019 - Ondřej Súkup diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 21de9bc..a449de1 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-asyncssh -Version: 1.17.1 +Version: 1.18.0 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later