Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.6.ebuild
Date: Sat, 08 Sep 2007 17:24:32
Message-Id: E1IU3Xp-00057s-DC@stork.gentoo.org
1 hollow 07/09/08 16:52:29
2
3 Modified: ChangeLog apache-2.2.6.ebuild
4 Log:
5 fix mod_cgi(d) selection on threaded MPMs
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.21 www-servers/apache/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 8 Sep 2007 16:23:45 -0000 1.20
22 +++ ChangeLog 8 Sep 2007 16:52:28 -0000 1.21
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-servers/apache
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.20 2007/09/08 16:23:45 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.21 2007/09/08 16:52:28 hollow Exp $
28 +
29 + 08 Sep 2007; Benedikt Böhm <hollow@g.o> apache-2.2.6.ebuild:
30 + fix mod_cgi(d) selection on threaded MPMs
31
32 08 Sep 2007; Jeroen Roovers <jer@g.o> apache-2.0.59-r5.ebuild:
33 Stable for HPPA (bug #190331).
34
35
36
37 1.3 www-servers/apache/apache-2.2.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild?r1=1.2&r2=1.3
42
43 Index: apache-2.2.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- apache-2.2.6.ebuild 8 Sep 2007 15:42:27 -0000 1.2
50 +++ apache-2.2.6.ebuild 8 Sep 2007 16:52:28 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.2 2007/09/08 15:42:27 hollow Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.3 2007/09/08 16:52:28 hollow Exp $
56
57 inherit eutils flag-o-matic multilib autotools
58
59 @@ -147,7 +147,7 @@
60 myconf="${myconf} --enable-authnz-ldap=${modtype} --enable-ldap=${modtype}"
61 fi
62
63 - if use threads; then
64 + if use threads || use mpm-worker || use mpm-event; then
65 mods="${mods} cgid"
66 myconf="${myconf} --enable-cgid=${modtype}"
67 else
68
69
70
71 --
72 gentoo-commits@g.o mailing list