From 11870f14383704b8fcb6c2e638e2daa85b758f30f68e414f953da30baa3adf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 12 Feb 2025 10:40:50 +0000 Subject: [PATCH] Accepting request 1245339 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. OBS-URL: https://build.opensuse.org/request/show/1245339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=128 --- paramiko-3.5.0.tar.gz | 3 --- paramiko-3.5.1.tar.gz | 3 +++ python-paramiko.changes | 9 +++++++++ python-paramiko.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 paramiko-3.5.0.tar.gz create mode 100644 paramiko-3.5.1.tar.gz 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