[proftpd] Update to 1.3.3b

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 10 09:42:39 UTC 2010


commit a586c734ce3e49c776c9a186bc18b83e6f5cd7a4
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 10 10:35:20 2010 +0100

    Update to 1.3.3b
    
    New upstream maintenance release 1.3.3b
    - Fixed SFTP directory listing bug
    - Avoid corrupting utmpx databases on FreeBSD
    - Avoid null pointer dereferences during data transfers
    - Fixed "AuthAliasOnly on" anonymous login

 .gitignore   |    4 ++--
 proftpd.spec |    9 ++++++++-
 sources      |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 945aba0..e9db5de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-proftpd-1.3.3a.tar.bz2
-proftpd-mod-vroot-0.8.5.tar.gz
+/proftpd-1.3.3b.tar.bz2
+/proftpd-mod-vroot-0.8.5.tar.gz
diff --git a/proftpd.spec b/proftpd.spec
index ad96f81..ac56d24 100644
--- a/proftpd.spec
+++ b/proftpd.spec
@@ -11,7 +11,7 @@
 
 Summary:		Flexible, stable and highly-configurable FTP server
 Name:			proftpd
-Version:		1.3.3a
+Version:		1.3.3b
 Release:		%{?prever:0.}%{rpmrel}%{?prever:.%{prever}}%{?dist}
 License:		GPLv2+
 Group:			System Environment/Daemons
@@ -279,6 +279,13 @@ fi
 %{_libexecdir}/proftpd/mod_sql_postgres.so
 
 %changelog
+* Fri Sep 10 2010 Paul Howarth <paul at city-fan.org> 1.3.3b-1
+- Update to 1.3.3b
+  - Fixed SFTP directory listing bug
+  - Avoid corrupting utmpx databases on FreeBSD
+  - Avoid null pointer dereferences during data transfers
+  - Fixed "AuthAliasOnly on" anonymous login
+
 * Fri Jul  2 2010 Paul Howarth <paul at city-fan.org> 1.3.3a-1
 - Update to 1.3.3a
   - Added Japanese translation
diff --git a/sources b/sources
index e2b51de..72e78ff 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-55ae8b32c9f5c00340188b7094c36ffc  proftpd-1.3.3a.tar.bz2
+721b8232fcac36317a6a1d29fa86250e  proftpd-1.3.3b.tar.bz2
 139fc328c43a9afbe290ec787713096b  proftpd-mod-vroot-0.8.5.tar.gz


More information about the scm-commits mailing list