rpms/proftpd/EL-5 .cvsignore, 1.15, 1.16 proftpd.spec, 1.37, 1.38 sources, 1.15, 1.16

Paul Howarth pghmcfc at fedoraproject.org
Fri Feb 19 13:37:15 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/proftpd/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27119/EL-5

Modified Files:
	.cvsignore proftpd.spec sources 
Log Message:
Update to 1.3.2d


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/proftpd/EL-5/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	16 Nov 2009 20:05:30 -0000	1.15
+++ .cvsignore	19 Feb 2010 13:37:15 -0000	1.16
@@ -1,3 +1,3 @@
-proftpd-1.3.2b.tar.bz2
+proftpd-1.3.2d.tar.bz2
 proftpd-mod-vroot-0.8.5.tar.gz
 proftpd-mod-exec-0.9.6.tar.gz


Index: proftpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/proftpd/EL-5/proftpd.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- proftpd.spec	16 Nov 2009 20:05:30 -0000	1.37
+++ proftpd.spec	19 Feb 2010 13:37:15 -0000	1.38
@@ -11,7 +11,7 @@
 
 Summary:		Flexible, stable and highly-configurable FTP server
 Name:			proftpd
-Version:		1.3.2b
+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
 
 %{__make} %{?_smp_mflags}
 
-
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot} \
@@ -184,11 +183,9 @@ SMOD5=mod_wrap2:mod_wrap2_file:mod_wrap2
 # 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,34 @@ fi
 %defattr(-,root,root,-)
 %{_libexecdir}/proftpd/mod_sql_postgres.so
 
-
 %changelog
+* Mon Feb 15 2010 Paul Howarth <paul at city-fan.org> 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 <paul at city-fan.org> 1.3.2c-1
+- Update to 1.3.2c, addressing the following issues:
+  - SSL/TLS renegotiation vulnerability (CVE-2009-3555, bug 3324)
+  - Failed database transaction can cause mod_quotatab to loop (bug 3228)
+  - Segfault in mod_wrap (bug 3332)
+  - <Directory> sections can have <Limit> problems (bug 3337)
+  - mod_wrap2 segfaults when a valid user retries the USER command (bug 3341)
+  - mod_auth_file handles 'getgroups' request incorrectly (bug 3347)
+  - Segfault caused by scrubbing zero-length portion of memory (bug 3350)
+- Drop upstreamed segfault patch
+
+* Thu Dec 10 2009 Paul Howarth <paul at city-fan.org> 1.3.2b-3
+- Add patch for upstream bug 3350 - segfault on auth failures
+
+* Wed Dec  9 2009 Paul Howarth <paul at city-fan.org> 1.3.2b-2
+- Reduce the mod_facts patch to the single commit addressing the issue with
+  directory names with glob characters (#521634), avoiding introducing a
+  further problem with <Limit> (#544002)
+
 * Wed Oct 21 2009 Paul Howarth <paul at city-fan.org> 1.3.2b-1
 - Update to 1.3.2b
   - Fixed regression causing command-line define options not to work (bug 3221)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/proftpd/EL-5/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	16 Nov 2009 20:05:30 -0000	1.15
+++ sources	19 Feb 2010 13:37:15 -0000	1.16
@@ -1,3 +1,3 @@
-0d6777839f37115654ce384841f68131  proftpd-1.3.2b.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



More information about the scm-commits mailing list