SPECS: apache.spec - rel 7; ressurect apache-bug-40970.patch; prevents apac...

arekm arekm at pld-linux.org
Fri Jun 6 11:20:39 CEST 2008


Author: arekm                        Date: Fri Jun  6 09:20:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 7; ressurect apache-bug-40970.patch; prevents apache from doing stupid stat() on every documentroot

---- Files affected:
SPECS:
   apache.spec (1.527 -> 1.528) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.527 SPECS/apache.spec:1.528
--- SPECS/apache.spec:1.527	Tue May 13 21:38:32 2008
+++ SPECS/apache.spec	Fri Jun  6 11:20:33 2008
@@ -35,7 +35,7 @@
 Summary(tr.UTF-8):	Lider WWW tarayıcı
 Name:		apache
 Version:	2.2.8
-Release:	6
+Release:	7
 License:	Apache
 Group:		Networking/Daemons
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -82,6 +82,7 @@
 Patch8:		httpd-2.0.45-encode.patch
 Patch9:		%{name}-paths.patch
 Patch10:	httpd-2.0.46-dav401dest.patch
+Patch11:	%{name}-bug-40970.patch
 Patch12:	httpd-2.0.46-sslmutex.patch
 Patch14:	httpd-2.0.48-corelimit.patch
 Patch15:	httpd-2.0.48-debuglog.patch
@@ -1737,6 +1738,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 %patch12 -p1
 %patch14 -p1
 %patch15 -p1
@@ -1763,7 +1765,8 @@
 
 %build
 cp /usr/share/apr/build/apr_common.m4 build
-cp /usr/share/libtool/ltmain.sh build
+%{__libtoolize}
+%{__aclocal} -I build
 cp /usr/share/automake/config.* build
 %{__autoheader}
 %{__autoconf}
@@ -2726,6 +2729,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.528  2008-06-06 09:20:33  arekm
+- rel 7; ressurect apache-bug-40970.patch; prevents apache from doing stupid stat() on every documentroot
+
 Revision 1.527  2008-05-13 19:38:32  hawk
 - added patch for suexec: when called as suexec.fcgi it removes some
   restriction making use of php + fcgi + suexec usage possible and allows
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.527&r2=1.528&f=u



More information about the pld-cvs-commit mailing list