rpms/mod_suphp/devel mod_suphp.spec,1.11,1.12

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Nov 10 00:58:01 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/mod_suphp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7194/devel

Modified Files:
	mod_suphp.spec 
Log Message:
* Fri Nov 10 2006 Andreas Thienemann <andreas at bawue.net> - 0.6.1-4
- Fix double free corruption. For real this time. :-/



Index: mod_suphp.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_suphp/devel/mod_suphp.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod_suphp.spec	10 Sep 2006 21:04:32 -0000	1.11
+++ mod_suphp.spec	10 Nov 2006 00:57:31 -0000	1.12
@@ -25,7 +25,7 @@
 Summary: An apache2 module for executing PHP scripts with the permissions of their owners
 Name: mod_suphp
 Version: 0.6.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source0: http://www.suphp.org/download/suphp-%{version}.tar.gz
@@ -60,6 +60,7 @@
 %patch0 -p 1 -b .userdir
 %patch1 -p 1 -b .AddHandler
 %patch3 -p 1 -b .chroot
+%patch4 -p 1 -b .double-free
 
 # Patch source to conform to apr 1.x standards
 %if "%{fedora}" >= "5"
@@ -127,11 +128,14 @@
 
 
 %changelog
-* Fri Sep 08 2006 Andreas Thienemann <andreas at bawue.net> 0.6.1-3
+* Fri Nov 10 2006 Andreas Thienemann <andreas at bawue.net> - 0.6.1-4
+- Fix double free corruption. For real this time. :-/
+
+* Fri Sep 08 2006 Andreas Thienemann <andreas at bawue.net> - 0.6.1-3
 - Finally fixed double free corruption #192415
 - Fixed up configuration creation
 
-* Wed May 24 2006 Andreas Thienemann <andreas at bawue.net> 0.6.1-2
+* Wed May 24 2006 Andreas Thienemann <andreas at bawue.net> - 0.6.1-2
 - Corrected handler for mod_suphp.conf
 - Minor cleanups and fixes
 




More information about the scm-commits mailing list