diff --git a/paramiko-3.5.0.tar.gz b/paramiko-3.5.0.tar.gz deleted file mode 100644 index 9c22eb5..0000000 --- a/paramiko-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad11e540da4f55cedda52931f1a3f812a8238a7af7f62a60de538cd80bb28124 -size 1704305 diff --git a/paramiko-3.5.1.tar.gz b/paramiko-3.5.1.tar.gz new file mode 100644 index 0000000..13a2ad6 --- /dev/null +++ b/paramiko-3.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c665bc45b2b215bd7d7f039901b14b067da00f3a11e6640995fd58f2664822 +size 1566110 diff --git a/python-paramiko.changes b/python-paramiko.changes index dd9ea5b..39b7098 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 12 10:26:08 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.5.1 + * [Bug] #2490: Private key material is now explicitly ‘unpadded’ during + decryption, removing a reliance on some lax OpenSSL behavior & making + us compatible with future Cryptography releases. Patch courtesy of + Alex Gaynor. + ------------------------------------------------------------------- Wed Nov 20 15:21:50 UTC 2024 - Dirk Müller diff --git a/python-paramiko.spec b/python-paramiko.spec index babd184..69f680e 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,7 +1,7 @@ # # spec file for package python-paramiko # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-paramiko -Version: 3.5.0 +Version: 3.5.1 Release: 0 Summary: SSH2 protocol library License: LGPL-2.1-or-later