[proftpd/f14] Update to 1.3.3g

Paul Howarth pghmcfc at fedoraproject.org
Thu Nov 10 16:23:59 UTC 2011


commit 128819b058a142522b703c79d1b7646add255319
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Nov 10 15:49:08 2011 +0000

    Update to 1.3.3g
    
    - Update to 1.3.3g, fixing the following bugs:
      - ProFTPD with mod_sql_mysql dies of "Alarm clock" on FreeBSD (bug 3702)
      - Enable OpenSSL countermeasure against SSLv3/TLSv1 BEAST attacks (bug 3704);
        to disable this countermeasure, which may cause interoperability issues
        with some clients, use the NoEmptyFragments TLSOption
      - Response pool use-after-free memory corruption error
        (bug 3711, #752812, ZDI-CAN-1420)

 .gitignore   |    2 +-
 proftpd.spec |   11 ++++++++++-
 sources      |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42290f8..c8f5632 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/proftpd-1.3.3f.tar.bz2
+/proftpd-1.3.3g.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 f79cdc9..8c14e56 100644
--- a/proftpd.spec
+++ b/proftpd.spec
@@ -11,7 +11,7 @@
 
 Summary:		Flexible, stable and highly-configurable FTP server
 Name:			proftpd
-Version:		1.3.3f
+Version:		1.3.3g
 Release:		%{?prever:0.}%{rpmrel}%{?prever:.%{prever}}%{?dist}
 License:		GPLv2+
 Group:			System Environment/Daemons
@@ -276,6 +276,15 @@ fi
 %{_libexecdir}/proftpd/mod_sql_postgres.so
 
 %changelog
+* Thu Nov 10 2011 Paul Howarth <paul at city-fan.org> 1.3.3g-1
+- Update to 1.3.3g, fixing the following bugs:
+  - ProFTPD with mod_sql_mysql dies of "Alarm clock" on FreeBSD (bug 3702)
+  - Enable OpenSSL countermeasure against SSLv3/TLSv1 BEAST attacks (bug 3704);
+    to disable this countermeasure, which may cause interoperability issues
+    with some clients, use the NoEmptyFragments TLSOption
+  - Response pool use-after-free memory corruption error
+    (bug 3711, #752812, ZDI-CAN-1420)
+
 * Tue Sep 27 2011 Paul Howarth <paul at city-fan.org> 1.3.3f-1
 - Update to 1.3.3f, fixing a large number of bugs reported upstream:
   - Avoid spinning proftpd process if read(2) returns EAGAIN (bug 3639)
diff --git a/sources b/sources
index 37690e4..ce2ba5b 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-e9416d2aa7ac1246af4fc8a80fd73f27  proftpd-1.3.3f.tar.bz2
+88c0ac5a505b31b107196cf234fccced  proftpd-1.3.3g.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