Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/apache: apache-2.2.20.ebuild ChangeLog
Date: Thu, 01 Sep 2011 15:51:30
Message-Id: 20110901155120.703CB2004C@flycatcher.gentoo.org
1 pva 11/09/01 15:51:20
2
3 Modified: ChangeLog
4 Added: apache-2.2.20.ebuild
5 Log:
6 Version bump, fixes security bug #380475 thank Alex Legler for report and Denis Kaganovich for help in bug 368743. Fixes init script, bug 357585 wrt Robert Trace.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.156 www-servers/apache/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.156&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.156&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.155&r2=1.156
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
20 retrieving revision 1.155
21 retrieving revision 1.156
22 diff -u -r1.155 -r1.156
23 --- ChangeLog 22 Jul 2011 13:41:10 -0000 1.155
24 +++ ChangeLog 1 Sep 2011 15:51:20 -0000 1.156
25 @@ -1,6 +1,13 @@
26 # ChangeLog for www-servers/apache
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.155 2011/07/22 13:41:10 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.156 2011/09/01 15:51:20 pva Exp $
30 +
31 +*apache-2.2.20 (01 Sep 2011)
32 +
33 + 01 Sep 2011; Peter Volkov <pva@g.o> +apache-2.2.20.ebuild:
34 + Version bump, fixes security bug #380475 thank Alex Legler for report and
35 + Denis Kaganovich for help in bug 368743. Fixes init script, bug 357585 wrt
36 + Robert Trace.
37
38 22 Jul 2011; Jeroen Roovers <jer@g.o> apache-2.2.17.ebuild:
39 Stable for HPPA (bug #360625).
40
41
42
43 1.1 www-servers/apache/apache-2.2.20.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.20.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.20.ebuild?rev=1.1&content-type=text/plain
47
48 Index: apache-2.2.20.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.20.ebuild,v 1.1 2011/09/01 15:51:20 pva Exp $
53
54 # latest gentoo apache files
55 GENTOO_PATCHSTAMP="20110901"
56 GENTOO_DEVELOPER="pva"
57 # We want the patch from r0
58 GENTOO_PATCHNAME="gentoo-${P}"
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 cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
68 env expires ext_filter file_cache filter headers ident imagemap include info
69 log_config log_forensic logio mem_cache mime mime_magic negotiation proxy
70 proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite
71 reqtimeout setenvif speling status substitute unique_id userdir usertrack
72 version vhost_alias"
73 # The following are also in the source as of this version, but are not available
74 # for user selection:
75 # bucketeer case_filter case_filter_in echo http isapi optional_fn_export
76 # optional_fn_import optional_hook_export optional_hook_import
77
78 # inter-module dependencies
79 # TODO: this may still be incomplete
80 MODULE_DEPENDS="
81 dav_fs:dav
82 dav_lock:dav
83 deflate:filter
84 disk_cache:cache
85 ext_filter:filter
86 file_cache:cache
87 log_forensic:log_config
88 logio:log_config
89 mem_cache:cache
90 mime_magic:mime
91 proxy_ajp:proxy
92 proxy_balancer:proxy
93 proxy_connect:proxy
94 proxy_ftp:proxy
95 proxy_http:proxy
96 proxy_scgi:proxy
97 substitute:filter
98 "
99
100 # module<->define mappings
101 MODULE_DEFINES="
102 auth_digest:AUTH_DIGEST
103 authnz_ldap:AUTHNZ_LDAP
104 cache:CACHE
105 dav:DAV
106 dav_fs:DAV
107 dav_lock:DAV
108 disk_cache:CACHE
109 file_cache:CACHE
110 info:INFO
111 ldap:LDAP
112 mem_cache:CACHE
113 proxy:PROXY
114 proxy_ajp:PROXY
115 proxy_balancer:PROXY
116 proxy_connect:PROXY
117 proxy_ftp:PROXY
118 proxy_http:PROXY
119 ssl:SSL
120 status:STATUS
121 suexec:SUEXEC
122 userdir:USERDIR
123 "
124
125 # critical modules for the default config
126 MODULE_CRITICAL="
127 authz_host
128 dir
129 mime
130 "
131
132 inherit apache-2
133
134 DESCRIPTION="The Apache Web Server."
135 HOMEPAGE="http://httpd.apache.org/"
136
137 # some helper scripts are Apache-1.1, thus both are here
138 LICENSE="Apache-2.0 Apache-1.1"
139 SLOT="2"
140 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
141 IUSE=""
142
143 DEPEND="${DEPEND}
144 >=dev-libs/openssl-0.9.8m
145 apache2_modules_deflate? ( sys-libs/zlib )"
146
147 RDEPEND="${RDEPEND}
148 >=dev-libs/openssl-0.9.8m
149 apache2_modules_mime? ( app-misc/mime-types )"