From d36f26a6cd130e6dd26ae5b886bc989c03feeaf21beffcf6e27bac611836e2d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 1 Jul 2023 20:44:14 +0000 Subject: [PATCH] - update to 2.13.2: * Fixed an issue with host-based authentication when using proxy_command, allowing it to be used if the caller explicitly specifies client_host. * Improved handling of signature algorithms for OpenSSH certificates so that RSA SHA-2 signatures will work with both older and newer versions of OpenSSH. * Worked around an issue with some Cisco SSH implementations generating invalid "ignore" packets. * Fixed unit tests to avoid errors when cryptography's version of * OpenSSL disables support for SHA-1 signatures. * Fixed unit tests to avoid errors when the filesystem enforces that filenames be valid UTF-8 strings. * Added documentation about which config options apply when passing a string as a tunnel argument. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=47 --- asyncssh-2.13.1.tar.gz | 3 --- asyncssh-2.13.2.tar.gz | 3 +++ python-asyncssh.changes | 19 +++++++++++++++++++ python-asyncssh.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 asyncssh-2.13.1.tar.gz create mode 100644 asyncssh-2.13.2.tar.gz diff --git a/asyncssh-2.13.1.tar.gz b/asyncssh-2.13.1.tar.gz deleted file mode 100644 index b1b2285..0000000 --- a/asyncssh-2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbb83c05c0b45cf230de1ef2f06059e360f9afa5c3ddf60fc92faf7b94ff887 -size 497376 diff --git a/asyncssh-2.13.2.tar.gz b/asyncssh-2.13.2.tar.gz new file mode 100644 index 0000000..0a59ec6 --- /dev/null +++ b/asyncssh-2.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991e531c4bb7dbec62b754878d96a3246338aac11a28ce3c3e99018fb2f5828c +size 498674 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index 01b7163..3edc743 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jul 1 20:43:24 UTC 2023 - Dirk Müller + +- update to 2.13.2: + * Fixed an issue with host-based authentication when using + proxy_command, allowing it to be used if the caller + explicitly specifies client_host. + * Improved handling of signature algorithms for OpenSSH + certificates so that RSA SHA-2 signatures will work with + both older and newer versions of OpenSSH. + * Worked around an issue with some Cisco SSH implementations + generating invalid "ignore" packets. + * Fixed unit tests to avoid errors when cryptography's version + of * OpenSSL disables support for SHA-1 signatures. + * Fixed unit tests to avoid errors when the filesystem enforces + that filenames be valid UTF-8 strings. + * Added documentation about which config options apply when + passing a string as a tunnel argument. + ------------------------------------------------------------------- Mon Mar 6 21:40:22 UTC 2023 - Dirk Müller diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 7137fc0..8fc0ccf 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-asyncssh -Version: 2.13.1 +Version: 2.13.2 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later