[proftpd/f14/master: 11/11] Update to 1.3.3d

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 19 16:43:50 UTC 2011


commit b0b1ef1a9672250bea947d21def63a83e1548d9f
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 19 16:38:46 2011 +0000

    Update to 1.3.3d
    
    New upstream release 1.3.3d
    - Fixed sql_prepare_where() buffer overflow (bug 3536, CVE-2010-4652)
    - Fixed CPU spike when handling .ftpaccess files
    - Fixed handling of SFTP uploads when compression is used

 .gitignore   |    2 +-
 proftpd.spec |   10 +++++++++-
 sources      |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19f281d..fed7102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/proftpd-1.3.3c.tar.bz2
+/proftpd-1.3.3d.tar.bz2
 /proftpd-mod-geoip-0.2.tar.gz
 /proftpd-mod-vroot-0.8.5.tar.gz
diff --git a/proftpd.spec b/proftpd.spec
index c21552f..91a629e 100644
--- a/proftpd.spec
+++ b/proftpd.spec
@@ -11,7 +11,7 @@
 
 Summary:		Flexible, stable and highly-configurable FTP server
 Name:			proftpd
-Version:		1.3.3c
+Version:		1.3.3d
 Release:		%{?prever:0.}%{rpmrel}%{?prever:.%{prever}}%{?dist}
 License:		GPLv2+
 Group:			System Environment/Daemons
@@ -285,6 +285,14 @@ fi
 %{_libexecdir}/proftpd/mod_sql_postgres.so
 
 %changelog
+* Wed Jan 19 2011 Paul Howarth <paul at city-fan.org> 1.3.3d-1
+- Updated to 1.3.3d
+  - Fixed sql_prepare_where() buffer overflow (bug 3536, CVE-2010-4652)
+  - Fixed CPU spike when handling .ftpaccess files
+  - Fixed handling of SFTP uploads when compression is used
+- Add Default-Stop LSB keyword in initscript (for runlevels 0, 1, and 6)
+- Fix typos in config file and initscript
+
 * Mon Nov  1 2010 Paul Howarth <paul at city-fan.org> 1.3.3c-1
 - Update to 1.3.3c (#647965)
   - Fixed Telnet IAC stack overflow vulnerability (CVE-2010-4221)
diff --git a/sources b/sources
index ffbc64c..d30aed5 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-8571bd78874b557e98480ed48e2df1d2  proftpd-1.3.3c.tar.bz2
+69650e91e05b3a10fa3ac54ee261679b  proftpd-1.3.3d.tar.bz2
 6242218c0c98efbab8076ec3bc9fd4d5  proftpd-mod-geoip-0.2.tar.gz
 139fc328c43a9afbe290ec787713096b  proftpd-mod-vroot-0.8.5.tar.gz


More information about the scm-commits mailing list