packages: apache/apache.spec, apache/httpd-peruser.patch (REMOVED) - rel 10...

arekm arekm at pld-linux.org
Sun May 3 14:22:10 CEST 2009


Author: arekm                        Date: Sun May  3 12:22:10 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 10; drop unmaintained/buggy peruser mpm

---- Files affected:
packages/apache:
   apache.spec (1.561 -> 1.562) , httpd-peruser.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.561 packages/apache/apache.spec:1.562
--- packages/apache/apache.spec:1.561	Mon Apr 20 23:37:55 2009
+++ packages/apache/apache.spec	Sun May  3 14:22:04 2009
@@ -35,7 +35,7 @@
 Summary(tr.UTF-8):	Lider WWW tarayıcı
 Name:		apache
 Version:	2.2.11
-Release:	9
+Release:	10
 License:	Apache v2.0
 Group:		Networking/Daemons/HTTP
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -86,8 +86,6 @@
 Patch18:	%{name}-v6only-ENOPROTOOPT.patch
 Patch19:	%{name}-conffile-path.patch
 Patch20:	%{name}-apxs.patch
-# http://www.telana.com/peruser.php (2.2.3-0.3.0)
-Patch21:	httpd-peruser.patch
 Patch23:	%{name}-suexec_fcgi.patch
 Patch24:	%{name}-revert-bug-40463.patch
 Patch25:	%{name}-prefork-graceful-fix.patch
@@ -1742,7 +1740,6 @@
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
-%patch21 -p1
 %patch23 -p1
 %patch24 -p1
 %patch25 -p0
@@ -1780,7 +1777,7 @@
 cd ../..
 
 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
-for mpm in prefork worker %{?with_peruser:peruser} %{?with_event:event}; do
+for mpm in prefork worker %{?with_event:event}; do
 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
 ../%configure \
 	--enable-layout=PLD \
@@ -1864,7 +1861,7 @@
 
 done
 
-for mpm in %{?with_peruser:peruser} worker %{?with_event:event}; do
+for mpm in worker %{?with_event:event}; do
 	if ! cmp -s buildmpm-prefork/modules-inside buildmpm-${mpm}/modules-inside; then
 		echo "List of compiled modules is different between prefork-MPM and ${mpm}-MPM!"
 		echo "Build failed."
@@ -1884,7 +1881,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 # install other mpm-s
-for mpm in %{?with_peruser:peruser} worker %{?with_event:event}; do
+for mpm in worker %{?with_event:event}; do
 	install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
 done
 
@@ -2725,6 +2722,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.562  2009/05/03 12:22:04  arekm
+- rel 10; drop unmaintained/buggy peruser mpm
+
 Revision 1.561  2009/04/20 21:37:55  arekm
 - rel 9; drop unmaintained metuxmpm
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.561&r2=1.562&f=u



More information about the pld-cvs-commit mailing list