15
0

Accepting request 1245339 from home:glaubitz:branches:devel:languages:python

- 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
This commit is contained in:
2025-02-12 10:40:50 +00:00
committed by Git OBS Bridge
parent f84bbeab33
commit 11870f1438
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad11e540da4f55cedda52931f1a3f812a8238a7af7f62a60de538cd80bb28124
size 1704305

BIN
paramiko-3.5.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 12 10:26:08 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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