Author: hawk Date: Mon Dec 27 10:42:00 2010 GMT Module: packages Tag: HEAD ---- Log message: - restored suexec-path.patch, our apache uses this for suexec.fcgi wrapper
---- Files affected: packages/apache-mod_fcgid: apache-mod_fcgid.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: packages/apache-mod_fcgid/apache-mod_fcgid.spec diff -u packages/apache-mod_fcgid/apache-mod_fcgid.spec:1.29 packages/apache-mod_fcgid/apache-mod_fcgid.spec:1.30 --- packages/apache-mod_fcgid/apache-mod_fcgid.spec:1.29 Thu Nov 18 22:11:54 2010 +++ packages/apache-mod_fcgid/apache-mod_fcgid.spec Mon Dec 27 11:41:55 2010 @@ -11,6 +11,7 @@ Source0: http://www.apache.org/dist/httpd/mod_fcgid/mod_%{mod_name}-%{version}.tar.gz # Source0-md5: fbfc115eb47cd9bda91269743aba5e83 Source1: %{name}.conf +Patch0: %{name}-suexec-path.patch URL: http://httpd.apache.org/mod_fcgid/ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.0.52-2 @@ -36,6 +37,7 @@ %prep %setup -q -n mod_%{mod_name}-%{version} +%patch0 -p1 %build APXS=%{apxs} ./configure.apxs @@ -74,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2010/12/27 10:41:55 hawk +- restored suexec-path.patch, our apache uses this for suexec.fcgi wrapper + Revision 1.29 2010/11/18 21:11:54 dzeus - up to 2.3.6, fixes CVE-2010-3872 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache-mod_fcgid/apache-mod_fcgid.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
