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.11.ebuild apache-2.2.8.ebuild apache-2.2.9.ebuild apache-2.2.8-r3.ebuild apache-2.2.8-r4.ebuild
Date: Thu, 01 Jan 2009 13:55:01
Message-Id: E1LIO0o-0000tS-Oz@stork.gentoo.org
1 hollow 09/01/01 13:54:58
2
3 Modified: ChangeLog
4 Added: apache-2.2.11.ebuild
5 Removed: apache-2.2.8.ebuild apache-2.2.9.ebuild
6 apache-2.2.8-r3.ebuild apache-2.2.8-r4.ebuild
7 Log:
8 version bump wrt #251342; also fixes #252363, #252194
9 (Portage version: 2.2_rc18/cvs/Linux 2.6.22-vs2.3.0.34-gentoo x86_64)
10
11 Revision Changes Path
12 1.92 www-servers/apache/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.92&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?rev=1.92&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/ChangeLog?r1=1.91&r2=1.92
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
21 retrieving revision 1.91
22 retrieving revision 1.92
23 diff -u -r1.91 -r1.92
24 --- ChangeLog 25 Oct 2008 14:42:49 -0000 1.91
25 +++ ChangeLog 1 Jan 2009 13:54:58 -0000 1.92
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-servers/apache
28 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.91 2008/10/25 14:42:49 hollow Exp $
30 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.92 2009/01/01 13:54:58 hollow Exp $
32 +
33 +*apache-2.2.11 (01 Jan 2009)
34 +
35 + 01 Jan 2009; Benedikt Böhm <hollow@g.o> -apache-2.2.8.ebuild,
36 + -apache-2.2.8-r3.ebuild, -apache-2.2.8-r4.ebuild, -apache-2.2.9.ebuild,
37 + +apache-2.2.11.ebuild:
38 + version bump wrt #251342; also fixes #252363, #252194
39
40 *apache-2.2.10 (25 Oct 2008)
41
42
43
44
45 1.1 www-servers/apache/apache-2.2.11.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.11.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/apache/apache-2.2.11.ebuild?rev=1.1&content-type=text/plain
49
50 Index: apache-2.2.11.ebuild
51 ===================================================================
52 # Copyright 1999-2009 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.11.ebuild,v 1.1 2009/01/01 13:54:58 hollow Exp $
55
56 # latest gentoo apache files
57 GENTOO_PATCHSTAMP="20090101"
58 GENTOO_DEVELOPER="hollow"
59
60 # IUSE/USE_EXPAND magic
61 IUSE_MPMS_FORK="itk peruser prefork"
62 IUSE_MPMS_THREAD="event worker"
63
64 IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
65 authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
66 authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
67 charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires
68 ext_filter file_cache filter headers ident imagemap include info log_config
69 log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
70 proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
71 status substitute unique_id userdir usertrack version vhost_alias"
72
73 # inter-module dependencies
74 # TODO: this may still be incomplete
75 MODULE_DEPENDS="
76 dav_fs:dav
77 dav_lock:dav
78 deflate:filter
79 disk_cache:cache
80 ext_filter:filter
81 file_cache:cache
82 log_forensic:log_config
83 logio:log_config
84 mem_cache:cache
85 mime_magic:mime
86 proxy_ajp:proxy
87 proxy_balancer:proxy
88 proxy_connect:proxy
89 proxy_ftp:proxy
90 proxy_http:proxy
91 substitute:filter
92 "
93
94 # module<->define mappings
95 MODULE_DEFINES="
96 auth_digest:AUTH_DIGEST
97 authnz_ldap:AUTHNZ_LDAP
98 cache:CACHE
99 dav:DAV
100 dav_fs:DAV
101 dav_lock:DAV
102 disk_cache:CACHE
103 file_cache:CACHE
104 info:INFO
105 ldap:LDAP
106 mem_cache:CACHE
107 proxy:PROXY
108 proxy_ajp:PROXY
109 proxy_balancer:PROXY
110 proxy_connect:PROXY
111 proxy_ftp:PROXY
112 proxy_http:PROXY
113 ssl:SSL
114 status:STATUS
115 suexec:SUEXEC
116 userdir:USERDIR
117 "
118
119 # critical modules for the default config
120 MODULE_CRITICAL="
121 authz_host
122 dir
123 mime
124 "
125
126 inherit apache-2
127
128 DESCRIPTION="The Apache Web Server."
129 HOMEPAGE="http://httpd.apache.org/"
130
131 # some helper scripts are Apache-1.1, thus both are here
132 LICENSE="Apache-2.0 Apache-1.1"
133 SLOT="2"
134 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
135 IUSE="sni"
136
137 DEPEND="${DEPEND}
138 apache2_modules_deflate? ( sys-libs/zlib )"
139
140 RDEPEND="${RDEPEND}
141 apache2_modules_mime? ( app-misc/mime-types )"
142
143 src_unpack() {
144 if ! use sni ; then
145 EPATCH_EXCLUDE="04_all_mod_ssl_tls_sni.patch"
146 fi
147
148 apache-2_src_unpack
149 }
150
151 pkg_preinst() {
152 # note regarding IfDefine changes
153 if has_version "<${CATEGORY}/${PN}-2.2.6-r1"; then
154 elog
155 elog "When upgrading from versions 2.2.6 or earlier, please be aware"
156 elog "that the define for mod_authnz_ldap has changed from AUTH_LDAP"
157 elog "to AUTHNZ_LDAP. Additionally mod_auth_digest needs to be enabled"
158 elog "with AUTH_DIGEST now."
159 elog
160 fi
161 }