1
0

5 Commits

Author SHA256 Message Date
b00408c25c Accepting request 1245348 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-paramiko?expand=0&rev=65
2025-02-12 20:30:38 +00:00
20e1148d4c - 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/package/show/devel:languages:python/python-paramiko?expand=0&rev=128
2025-02-12 10:40:50 +00:00
c62096dfdb Accepting request 1225317 from devel:languages:python
- reenable python 313 build

- Update to 3.5.0:
  * [Feature] #982: (via #2444, which was a rebase of #2157)
    Add support for AES-GCM encryption ciphers (128 and 256 bit variants).
    Thanks to Alex Gaynor for the report (& for cryptography review),
    Shen Cheng for the original PR, and Chris Mason for the updated PR;
    plus as usual to everyone who tested the patches and reported their results!
    This functionality has been tested in client mode against OpenSSH 9.0, 9.2,
    and 9.6, as well as against a number of proprietary appliance SSH servers.

OBS-URL: https://build.opensuse.org/request/show/1225317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-paramiko?expand=0&rev=64
2024-11-21 14:13:13 +00:00
7c39cbb9f2 - reenable python 313 build
* [Feature] #982: (via #2444, which was a rebase of #2157)
    Add support for AES-GCM encryption ciphers (128 and 256 bit variants).
    Thanks to Alex Gaynor for the report (& for cryptography review),
    Shen Cheng for the original PR, and Chris Mason for the updated PR;
    This functionality has been tested in client mode against OpenSSH 9.0, 9.2,
    and 9.6, as well as against a number of proprietary appliance SSH servers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=126
2024-11-20 15:22:00 +00:00
cab21216e1 - Update to 3.5.0:
* [Feature] #982: (via #2444, which was a rebase of #2157) 
    Add support for AES-GCM encryption ciphers (128 and 256 bit variants). 
    Thanks to Alex Gaynor for the report (& for cryptography review), 
    Shen Cheng for the original PR, and Chris Mason for the updated PR; 
    plus as usual to everyone who tested the patches and reported their results!
    This functionality has been tested in client mode against OpenSSH 9.0, 9.2, 
    and 9.6, as well as against a number of proprietary appliance SSH servers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=125
2024-11-20 14:08:17 +00:00
4 changed files with 31 additions and 5 deletions

Binary file not shown.

BIN
paramiko-3.5.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
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>
- reenable python 313 build
-------------------------------------------------------------------
Wed Nov 20 10:00:34 UTC 2024 - Anton Smorodskyi <anton.smorodskyi@suse.com>
- Update to 3.5.0:
* [Feature] #982: (via #2444, which was a rebase of #2157)
Add support for AES-GCM encryption ciphers (128 and 256 bit variants).
Thanks to Alex Gaynor for the report (& for cryptography review),
Shen Cheng for the original PR, and Chris Mason for the updated PR;
plus as usual to everyone who tested the patches and reported their results!
This functionality has been tested in client mode against OpenSSH 9.0, 9.2,
and 9.6, as well as against a number of proprietary appliance SSH servers.
-------------------------------------------------------------------
Sun Aug 18 17:53:00 UTC 2024 - Antonio Larrosa <alarrosa@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.4.1
Version: 3.5.1
Release: 0
Summary: SSH2 protocol library
License: LGPL-2.1-or-later