From f86537b7554e568a6e26bdfc353057ba01f702b2c8221d0e333c60a4ed28fee8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 3 Sep 2013 08:08:34 +0000 Subject: [PATCH] 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 --- paramiko-1.10.1.tar.gz | 3 --- paramiko-1.11.0.tar.gz | 3 +++ python-paramiko.changes | 18 ++++++++++++++++++ python-paramiko.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 paramiko-1.10.1.tar.gz create mode 100644 paramiko-1.11.0.tar.gz diff --git a/paramiko-1.10.1.tar.gz b/paramiko-1.10.1.tar.gz deleted file mode 100644 index 2194f73..0000000 --- a/paramiko-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fac0dbb3d7498bf4a7e1b8fac920cb8977a90e260d43d7e30fac2d6dd5fbabc -size 822839 diff --git a/paramiko-1.11.0.tar.gz b/paramiko-1.11.0.tar.gz new file mode 100644 index 0000000..e09d99b --- /dev/null +++ b/paramiko-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46fb8af4c4ffca3c55c600c17354c7c149d8c5dcd7cd6395f4fa0ce2deaca87 +size 842743 diff --git a/python-paramiko.changes b/python-paramiko.changes index 2bcabf4..4594cc1 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -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 diff --git a/python-paramiko.spec b/python-paramiko.spec index 10aeb96..76e015a 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -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