From 59097f2687e7551523fe9c4110811c027323e197 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Feb 19 2010 13:37:15 +0000 Subject: Update to 1.3.2d --- diff --git a/.cvsignore b/.cvsignore index 0b45570..0d8f788 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ -proftpd-1.3.2c.tar.bz2 +proftpd-1.3.2d.tar.bz2 proftpd-mod-vroot-0.8.5.tar.gz proftpd-mod-exec-0.9.6.tar.gz diff --git a/proftpd.spec b/proftpd.spec index 3c99446..32d8dc9 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -11,7 +11,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd -Version: 1.3.2c +Version: 1.3.2d Release: %{?prever:0.}%{rpmrel}%{?prever:.%{prever}}%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -164,7 +164,6 @@ SMOD5=mod_wrap2:mod_wrap2_file:mod_wrap2_sql %{__make} %{?_smp_mflags} - %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} \ @@ -184,11 +183,9 @@ SMOD5=mod_wrap2:mod_wrap2_file:mod_wrap2_sql # Find translations %find_lang proftpd - %clean %{__rm} -rf %{buildroot} - %post if [ $1 -eq 1 ]; then /sbin/chkconfig --add proftpd @@ -214,7 +211,6 @@ if [ $1 -ge 1 ]; then /sbin/service proftpd condrestart &>/dev/null || : fi - %files -f proftpd.lang %defattr(-,root,root,-) %doc COPYING CREDITS ChangeLog NEWS README @@ -289,8 +285,15 @@ fi %defattr(-,root,root,-) %{_libexecdir}/proftpd/mod_sql_postgres.so - %changelog +* Mon Feb 15 2010 Paul Howarth 1.3.2d-1 +- Update to 1.3.2d, addressing the following issues: + - mod_tls doesn't compile with pre-0.9.7 openssl (bug 3358) + - Lack of PID protection in ScoreboardFile (bug 3370) + - Crash when retrying a failed login with mod_radius being used (bug 3372) + - RADIUS authentication broken on 64-bit platforms (bug 3381) + - SIGHUP eventually causes certain DSO modules to segfault (bug 3387) + * Thu Dec 10 2009 Paul Howarth 1.3.2c-1 - Update to 1.3.2c, addressing the following issues: - SSL/TLS renegotiation vulnerability (CVE-2009-3555, bug 3324) diff --git a/sources b/sources index a2bbcdd..c00dcf5 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -559fd3fb6959d42ddd66b333a03b0c49 proftpd-1.3.2c.tar.bz2 +0941935e30199a3f22f7225fe76bc489 proftpd-1.3.2d.tar.bz2 139fc328c43a9afbe290ec787713096b proftpd-mod-vroot-0.8.5.tar.gz dfcaf605f116c29d7b4771a9b02f509b proftpd-mod-exec-0.9.6.tar.gz