Accepting request 235923 from Cloud:OpenStack:Master
- update to 1.13.1: * :support:`256 backported` Convert API documentation to Sphinx, yielding a new API docs website to replace the old Epydoc one. * 🐛`-` Use constant-time hash comparison operations where possible, to protect against `timing-based attacks <http://codahale.com/a-lesson-in-timing-attacks/>`_. Thanks to Alex Gaynor for the patch. * :feature:`58` Allow client code to access the stored SSH server banner via `Transport.get_banner <paramiko.transport.Transport.get_banner>`. Thanks to ``@Jhoanor`` for the patch. * 🐛`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_) Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang condition that frequently occurs at ``Transport`` shutdown time. Thanks to Mateusz Kobos, Matthijs van der Vleuten and Guillaume Zitta for the original reports and to Marius Gedminas for helping test nontrivial use cases. * 🐛`268` Fix some missed renames of ``ProxyCommand`` related error classes. Thanks to Marius Gedminas for catch & patch. * 🐛`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some SFTP servers regarding request/response ordering. Thanks to Richard Kettlewell. * 🐛`193` (and its attentant PRs :issue:`230` & :issue:`253`) Fix SSH agent problems present on Windows. Thanks to David Hobbs for initial report and to Aarni Koskela & Olle Lundberg for the patches. * 🐛`225 (1.12+)` Note ecdsa requirement in README. Thanks to Amaury Rodriguez for the catch. * 🐛`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test case. OBS-URL: https://build.opensuse.org/request/show/235923 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=35
This commit is contained in:
parent
31936cb886
commit
e9d9312253
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc0c0549f611ccc1358a0e1c760e00074990adba723d4d647a2637a1fadbdd71
|
|
||||||
size 859845
|
|
3
paramiko-1.13.1.tar.gz
Normal file
3
paramiko-1.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f4b9d9f0d3d29ef70ae7a3b065def5f9c22a6faa6b85ecb45a969b07e06c6b6
|
||||||
|
size 1103993
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 31 11:35:11 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 1.13.1:
|
||||||
|
* :support:`256 backported` Convert API documentation to Sphinx, yielding a new
|
||||||
|
API docs website to replace the old Epydoc one.
|
||||||
|
* :bug:`-` Use constant-time hash comparison operations where possible, to
|
||||||
|
protect against `timing-based attacks
|
||||||
|
<http://codahale.com/a-lesson-in-timing-attacks/>`_. Thanks to Alex Gaynor
|
||||||
|
for the patch.
|
||||||
|
* :feature:`58` Allow client code to access the stored SSH server banner via
|
||||||
|
`Transport.get_banner <paramiko.transport.Transport.get_banner>`. Thanks to
|
||||||
|
``@Jhoanor`` for the patch.
|
||||||
|
* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_)
|
||||||
|
Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang
|
||||||
|
condition that frequently occurs at ``Transport`` shutdown time. Thanks to
|
||||||
|
Mateusz Kobos, Matthijs van der Vleuten and Guillaume Zitta for the original
|
||||||
|
reports and to Marius Gedminas for helping test nontrivial use cases.
|
||||||
|
* :bug:`268` Fix some missed renames of ``ProxyCommand`` related error classes.
|
||||||
|
Thanks to Marius Gedminas for catch & patch.
|
||||||
|
* :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some
|
||||||
|
SFTP servers regarding request/response ordering. Thanks to Richard
|
||||||
|
Kettlewell.
|
||||||
|
* :bug:`193` (and its attentant PRs :issue:`230` & :issue:`253`) Fix SSH agent
|
||||||
|
problems present on Windows. Thanks to David Hobbs for initial report and to
|
||||||
|
Aarni Koskela & Olle Lundberg for the patches.
|
||||||
|
* :bug:`225 (1.12+)` Note ecdsa requirement in README. Thanks to Amaury
|
||||||
|
Rodriguez for the catch.
|
||||||
|
* :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks
|
||||||
|
to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
|
||||||
|
case.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 18 15:10:24 UTC 2014 - rschweikert@suse.com
|
Fri Apr 18 15:10:24 UTC 2014 - rschweikert@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-paramiko
|
Name: python-paramiko
|
||||||
Version: 1.12.0
|
Version: 1.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/paramiko/paramiko/
|
Url: https://github.com/paramiko/paramiko/
|
||||||
Summary: SSH2 protocol library
|
Summary: SSH2 protocol library
|
||||||
@ -52,7 +52,7 @@ python setup.py build
|
|||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python test.py
|
LANG=en_US.UTF-8 python test.py
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user