Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16-r1.ebuild
Date: Thu, 02 Dec 2010 06:43:53
Message-Id: 20101202064342.7023720054@flycatcher.gentoo.org
1 robbat2 10/12/02 06:43:42
2
3 Modified: ChangeLog
4 Added: apache-2.2.16-r1.ebuild
5 Log:
6 Bug #347227: add in mod_reqtimeout (for use on Gentoo Infra). Also add mod_proxy_scgi and document all other modules that are not included.
7
8 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.147 www-servers/apache/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.147&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.147&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.146&r2=1.147
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
20 retrieving revision 1.146
21 retrieving revision 1.147
22 diff -p -w -b -B -u -u -r1.146 -r1.147
23 --- ChangeLog 19 Sep 2010 17:41:21 -0000 1.146
24 +++ ChangeLog 2 Dec 2010 06:43:42 -0000 1.147
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-servers/apache
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.146 2010/09/19 17:41:21 gmsoft Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.147 2010/12/02 06:43:42 robbat2 Exp $
30 +
31 +*apache-2.2.16-r1 (02 Dec 2010)
32 +
33 + 02 Dec 2010; Robin H. Johnson <robbat2@g.o> +apache-2.2.16-r1.ebuild:
34 + Bug #347227: add in mod_reqtimeout (for use on Gentoo Infra). Also add
35 + mod_proxy_scgi and document all other modules that are not included.
36
37 19 Sep 2010; Guy Martin <gmsoft@g.o> apache-2.2.16.ebuild:
38 hppa stable wrt #330195
39
40
41
42 1.1 www-servers/apache/apache-2.2.16-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: apache-2.2.16-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16-r1.ebuild,v 1.1 2010/12/02 06:43:42 robbat2 Exp $
52
53 # latest gentoo apache files
54 GENTOO_PATCHSTAMP="20100828"
55 GENTOO_DEVELOPER="hollow"
56 # We want the patch from r0
57 GENTOO_PATCHNAME="gentoo-${P}"
58
59 # IUSE/USE_EXPAND magic
60 IUSE_MPMS_FORK="itk peruser prefork"
61 IUSE_MPMS_THREAD="event worker"
62
63 IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
64 authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
65 authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
66 charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
67 env expires ext_filter file_cache filter headers ident imagemap include info
68 log_config log_forensic logio mem_cache mime mime_magic negotiation proxy
69 proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite
70 reqtimeout setenvif speling status substitute unique_id userdir usertrack
71 version vhost_alias"
72 # The following are also in the source as of this version, but are not available
73 # for user selection:
74 # bucketeer case_filter case_filter_in echo http isapi optional_fn_export
75 # optional_fn_import optional_hook_export optional_hook_import
76
77 # inter-module dependencies
78 # TODO: this may still be incomplete
79 MODULE_DEPENDS="
80 dav_fs:dav
81 dav_lock:dav
82 deflate:filter
83 disk_cache:cache
84 ext_filter:filter
85 file_cache:cache
86 log_forensic:log_config
87 logio:log_config
88 mem_cache:cache
89 mime_magic:mime
90 proxy_ajp:proxy
91 proxy_balancer:proxy
92 proxy_connect:proxy
93 proxy_ftp:proxy
94 proxy_http:proxy
95 proxy_scgi:proxy
96 substitute:filter
97 "
98
99 # module<->define mappings
100 MODULE_DEFINES="
101 auth_digest:AUTH_DIGEST
102 authnz_ldap:AUTHNZ_LDAP
103 cache:CACHE
104 dav:DAV
105 dav_fs:DAV
106 dav_lock:DAV
107 disk_cache:CACHE
108 file_cache:CACHE
109 info:INFO
110 ldap:LDAP
111 mem_cache:CACHE
112 proxy:PROXY
113 proxy_ajp:PROXY
114 proxy_balancer:PROXY
115 proxy_connect:PROXY
116 proxy_ftp:PROXY
117 proxy_http:PROXY
118 ssl:SSL
119 status:STATUS
120 suexec:SUEXEC
121 userdir:USERDIR
122 "
123
124 # critical modules for the default config
125 MODULE_CRITICAL="
126 authz_host
127 dir
128 mime
129 "
130
131 inherit apache-2
132
133 DESCRIPTION="The Apache Web Server."
134 HOMEPAGE="http://httpd.apache.org/"
135
136 # some helper scripts are Apache-1.1, thus both are here
137 LICENSE="Apache-2.0 Apache-1.1"
138 SLOT="2"
139 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
140 IUSE=""
141
142 DEPEND="${DEPEND}
143 >=dev-libs/openssl-0.9.8m
144 apache2_modules_deflate? ( sys-libs/zlib )"
145
146 RDEPEND="${RDEPEND}
147 >=dev-libs/openssl-0.9.8m
148 apache2_modules_mime? ( app-misc/mime-types )"