diff --git a/paramiko-2.10.3.tar.gz b/paramiko-2.10.3.tar.gz deleted file mode 100644 index dcbc34c..0000000 --- a/paramiko-2.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddb1977853aef82804b35d72a0e597b244fa326c404c350bd00c5b01dbfee71a -size 1076913 diff --git a/paramiko-2.10.4.tar.gz b/paramiko-2.10.4.tar.gz new file mode 100644 index 0000000..d657bc7 --- /dev/null +++ b/paramiko-2.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2e650b6812ce6d160abff701d6ef4434ec97934b13e95cf1ad3da70ffb5c58 +size 1068156 diff --git a/python-paramiko.changes b/python-paramiko.changes index c8599e2..379b8aa 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Apr 28 21:26:08 UTC 2022 - Dirk Müller + +- update to 2.10.4: + * Servers offering certificate variants of hostkey algorithms (eg + ssh-rsa-cert-v01@openssh.com) could not have their host keys verified by + Paramiko clients, as it only ever considered non-cert key types for that + part of connection handshaking. This has been fixed. + * gq PKey instances’ __eq__ did not have the usual safety guard in place to + ensure they were being compared to another PKey object, causing occasional + spurious BadHostKeyException (among other things). This has been fixed. + * Update camelCase method calls against the threading module to be snake_case; + this and related tweaks should fix some deprecation warnings under Python 3.10. + ------------------------------------------------------------------- Fri Apr 8 07:44:16 UTC 2022 - pgajdos@suse.com diff --git a/python-paramiko.spec b/python-paramiko.spec index 09405cb..30d424a 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-paramiko -Version: 2.10.3 +Version: 2.10.4 Release: 0 Summary: SSH2 protocol library License: LGPL-2.1-or-later Group: Documentation/Other -URL: http://www.paramiko.org/ +URL: https://www.paramiko.org/ Source0: https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz Patch0: paramiko-test_extend_timeout.patch # PATCH-FIX-UPSTREAM paramiko-pr1655-remove-pytest-relaxed.patch gh#paramiko/paramiko#1655 -- pytest-relaxed is broken