From bf500cd6e28f57b4550d9564bbd67142bb511b760f8fb9aab5af512b3626b1e1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Dec 2023 16:06:52 +0000 Subject: [PATCH] - update to 2.14.2 (bsc#1218165, CVE-2023-48795): * Implemented "strict kex" support and other countermeasures to * protect against the Terrapin Attack described in CVE-2023-48795 * Fixed config parser to properly an optional equals delimiter in all config arguments. * Fixed TCP send error handling to avoid race condition when receiving incoming disconnect message. * Improved type signature in SSHConnection async context manager. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=54 --- asyncssh-2.14.1.tar.gz | 3 --- asyncssh-2.14.2.tar.gz | 3 +++ python-asyncssh.changes | 14 ++++++++++++++ python-asyncssh.spec | 5 ++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 asyncssh-2.14.1.tar.gz create mode 100644 asyncssh-2.14.2.tar.gz diff --git a/asyncssh-2.14.1.tar.gz b/asyncssh-2.14.1.tar.gz deleted file mode 100644 index e42a990..0000000 --- a/asyncssh-2.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ac31c333a0d83c88831523245500caa814503423741b0e465339ef6da5b5e29 -size 497303 diff --git a/asyncssh-2.14.2.tar.gz b/asyncssh-2.14.2.tar.gz new file mode 100644 index 0000000..f466893 --- /dev/null +++ b/asyncssh-2.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e956bf8988d07a06ba3305f6604e261f4ca014c4a232f0873f1c7692fbe3cfc2 +size 498190 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index 0548d77..dafb80c 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Dec 18 15:55:18 UTC 2023 - Dirk Müller + +- update to 2.14.2 (bsc#1218165, CVE-2023-48795): + * Implemented "strict kex" support and other countermeasures to + * protect against the Terrapin Attack described in + CVE-2023-48795 + * Fixed config parser to properly an optional equals delimiter + in all config arguments. + * Fixed TCP send error handling to avoid race condition when + receiving incoming disconnect message. + * Improved type signature in SSHConnection async context + manager. + ------------------------------------------------------------------- Fri Nov 10 12:34:04 UTC 2023 - Dirk Müller diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 94bd08c..9edc254 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -16,10 +16,9 @@ # -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-asyncssh -Version: 2.14.1 +Version: 2.14.2 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later