[pyftpdlib/f12/master] Update to 0.5.2 to fix various security issues

Silas Sewell silas at fedoraproject.org
Tue Oct 26 18:35:26 UTC 2010


commit fa6978f1aefc9910d61ced4acf77b705a1c2cbe8
Author: Silas Sewell <silas at sewell.ch>
Date:   Tue Oct 26 14:34:32 2010 -0400

    Update to 0.5.2 to fix various security issues

 .gitignore     |    1 +
 pyftpdlib.spec |    7 +++++--
 sources        |    1 +
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b49769..556fab6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pyftpdlib-0.5.1.tar.gz
+/pyftpdlib-0.5.2.tar.gz
diff --git a/pyftpdlib.spec b/pyftpdlib.spec
index 1ca0b69..5bf3978 100644
--- a/pyftpdlib.spec
+++ b/pyftpdlib.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pyftpdlib
-Version:        0.5.1
-Release:        5%{?dist}
+Version:        0.5.2
+Release:        1%{?dist}
 Summary:        Python FTP server library
 
 Group:          Development/Languages
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc CREDITS HISTORY LICENSE README demo/ doc/ test/
 
 %changelog
+* Tue Oct 26 2010 Silas Sewell <silas at sewell.ch> - 0.5.2-1
+- Update to 0.5.2
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 8e82c1b..b57b55f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 f64ac67ebec1d8ab47c0766082617384  pyftpdlib-0.5.1.tar.gz
+7da8e0e4abb13c6c30714ef53bd57226  pyftpdlib-0.5.2.tar.gz


More information about the scm-commits mailing list