[python26-paramiko: 23/33] - v1.7.5 (Ernest) 19jul09 - ----------------------- - * added support for ARC4 cipher and CTR block

Andy Grimm arg at fedoraproject.org
Thu Jul 7 00:42:04 UTC 2011


commit 9b69d815f1199c9033759b3501fb06dc100a1b84
Author: Jeffrey C. Ollie <jcollie at fedoraproject.org>
Date:   Fri Jul 24 12:34:12 2009 +0000

    - v1.7.5 (Ernest) 19jul09
    - -----------------------
    - * added support for ARC4 cipher and CTR block chaining (Denis Bernard)
    - * made transport threads daemonize, to fix python 2.6 atexit behavior
    - * support unicode hostnames, and IP6 addresses (Maxime Ripard, Shikhar
    - Bhushan)
    - * various small bug fixes

 .cvsignore           |    2 +-
 python-paramiko.spec |   13 +++++++++++--
 sources              |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 30fbee9..3a90760 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-paramiko-1.7.4.tar.gz
+paramiko-1.7.5.tar.gz
diff --git a/python-paramiko.spec b/python-paramiko.spec
index 8f4359a..2f20d22 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -3,8 +3,8 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.7.4
-Release:        5%{?dist}
+Version:        1.7.5
+Release:        1%{?dist}
 Summary:        A SSH2 protocol library for python
 
 Group:          Development/Libraries
@@ -55,6 +55,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Thu Jul 23 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.5-1
+- v1.7.5 (Ernest) 19jul09
+- -----------------------
+-  * added support for ARC4 cipher and CTR block chaining (Denis Bernard)
+-  * made transport threads daemonize, to fix python 2.6 atexit behavior
+-  * support unicode hostnames, and IP6 addresses (Maxime Ripard, Shikhar
+-    Bhushan)
+-  * various small bug fixes
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
diff --git a/sources b/sources
index 42f21d2..002a1b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ae82f2eb30748be789d4ff3909e4b5e  paramiko-1.7.4.tar.gz
+7eac2199bea086cc22966eb223c64e7f  paramiko-1.7.5.tar.gz


More information about the scm-commits mailing list