Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hollow 07/09/08 16:52:29
Modified: ChangeLog apache-2.2.6.ebuild
Log:
fix mod_cgi(d) selection on threaded MPMs
(Portage version: 2.1.3.7)
Revision Changes Path
1.21 www-servers/apache/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 8 Sep 2007 16:23:45 -0000 1.20
+++ ChangeLog 8 Sep 2007 16:52:28 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/apache
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.20 2007/09/08 16:23:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.21 2007/09/08 16:52:28 hollow Exp $
+
+ 08 Sep 2007; Benedikt Böhm <hollow@g.o> apache-2.2.6.ebuild:
+ fix mod_cgi(d) selection on threaded MPMs
08 Sep 2007; Jeroen Roovers <jer@g.o> apache-2.0.59-r5.ebuild:
Stable for HPPA (bug #190331).
1.3 www-servers/apache/apache-2.2.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?r1=1.2&r2=1.3
Index: apache-2.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apache-2.2.6.ebuild 8 Sep 2007 15:42:27 -0000 1.2
+++ apache-2.2.6.ebuild 8 Sep 2007 16:52:28 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.2 2007/09/08 15:42:27 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.3 2007/09/08 16:52:28 hollow Exp $
inherit eutils flag-o-matic multilib autotools
@@ -147,7 +147,7 @@
myconf="${myconf} --enable-authnz-ldap=${modtype} --enable-ldap=${modtype}"
fi
- if use threads; then
+ if use threads || use mpm-worker || use mpm-event; then
mods="${mods} cgid"
myconf="${myconf} --enable-cgid=${modtype}"
else
--
gentoo-commits@g.o mailing list
|
|