forked from pool/python-paramiko
Accepting request 197218 from home:dirkmueller:branches:devel:languages:python
- update to 1.11.0: * #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now creates the shared memory map with explicit Security Attributes of the user, which is the same technique employed by the canonical PuTTY library to avoid permissions issues when Paramiko is running under a different UAC context than the PuTTY Ageant process. Thanks to Jason R. Coombs for the patch. * #100: Remove use of PyWin32 in `win_pageant` module. Module was already dependent on ctypes for constructing appropriate structures and had ctypes implementations of all functionality. Thanks to Jason R. Coombs for the patch. * #87: Ensure updates to `known_hosts` files account for any updates to said files after Paramiko initially read them. (Includes related fix to guard against duplicate entries during subsequent `known_hosts` loads.) Thanks to `@sunweaver` for the contribution. OBS-URL: https://build.opensuse.org/request/show/197218 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
6124f75481
commit
f86537b755
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fac0dbb3d7498bf4a7e1b8fac920cb8977a90e260d43d7e30fac2d6dd5fbabc
|
||||
size 822839
|
||||
3
paramiko-1.11.0.tar.gz
Normal file
3
paramiko-1.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d46fb8af4c4ffca3c55c600c17354c7c149d8c5dcd7cd6395f4fa0ce2deaca87
|
||||
size 842743
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 08:06:53 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.11.0:
|
||||
* #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now
|
||||
creates the shared memory map with explicit Security Attributes of the user,
|
||||
which is the same technique employed by the canonical PuTTY library to avoid
|
||||
permissions issues when Paramiko is running under a different UAC context
|
||||
than the PuTTY Ageant process. Thanks to Jason R. Coombs for the patch.
|
||||
* #100: Remove use of PyWin32 in `win_pageant` module. Module was already
|
||||
dependent on ctypes for constructing appropriate structures and had ctypes
|
||||
implementations of all functionality. Thanks to Jason R. Coombs for the
|
||||
patch.
|
||||
* #87: Ensure updates to `known_hosts` files account for any updates to said
|
||||
files after Paramiko initially read them. (Includes related fix to guard
|
||||
against duplicate entries during subsequent `known_hosts` loads.) Thanks to
|
||||
`@sunweaver` for the contribution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:52:27 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-paramiko
|
||||
Version: 1.10.1
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Url: http://www.lag.net/paramiko/
|
||||
Summary: SSH2 protocol library
|
||||
|
||||
Reference in New Issue
Block a user