forked from pool/python-paramiko
- update to 2.6.0
- drop relaxed.patch and 1311.patch
* add a new keyword argument to SSHClient.connect <paramiko.client.SSHClient.connect>
and paramiko.transport.Transport -> disabled_algorithms
* Fix Ed25519 key handling so certain key comment lengths don't cause
SSHException("Invalid key")
* Add backwards-compatible support for the gssapi
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=88
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 10:47:26 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 2.6.0
|
||||
- drop relaxed.patch and 1311.patch
|
||||
* add a new keyword argument to SSHClient.connect <paramiko.client.SSHClient.connect>
|
||||
and paramiko.transport.Transport -> disabled_algorithms
|
||||
* Fix Ed25519 key handling so certain key comment lengths don't cause
|
||||
SSHException("Invalid key")
|
||||
* Add backwards-compatible support for the gssapi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 11:22:32 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user