summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2009-07-24 18:38:38 +0000
committerBenedikt Boehm <hollow@gentoo.org>2009-07-24 18:38:38 +0000
commit1b0568a417442141d2884c16fd9c73e371a3466d (patch)
tree0a7f67e2ab95b0c2e24817b611a56f3ba582bc6a /www-servers
parentVersion bump. (diff)
downloadgentoo-2-1b0568a417442141d2884c16fd9c73e371a3466d.tar.gz
gentoo-2-1b0568a417442141d2884c16fd9c73e371a3466d.tar.bz2
gentoo-2-1b0568a417442141d2884c16fd9c73e371a3466d.zip
add support for perusers dc branch; breaks old peruser configuration!
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/apache/ChangeLog9
-rw-r--r--www-servers/apache/apache-2.2.11-r1.ebuild110
-rw-r--r--www-servers/apache/apache-2.2.11-r3.ebuild (renamed from www-servers/apache/apache-2.2.10.ebuild)18
-rw-r--r--www-servers/apache/apache-2.2.11.ebuild110
-rw-r--r--www-servers/apache/metadata.xml2
5 files changed, 23 insertions, 226 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog
index 413ffbeef8fd..09e30fd3fe2c 100644
--- a/www-servers/apache/ChangeLog
+++ b/www-servers/apache/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-servers/apache
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.114 2009/07/11 19:08:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.115 2009/07/24 18:38:38 hollow Exp $
+
+*apache-2.2.11-r3 (24 Jul 2009)
+
+ 24 Jul 2009; Benedikt Böhm <hollow@gentoo.org> -apache-2.2.10.ebuild,
+ -apache-2.2.11.ebuild, -apache-2.2.11-r1.ebuild, +apache-2.2.11-r3.ebuild,
+ metadata.xml:
+ add support for perusers dc branch; breaks old peruser configuration!
11 Jul 2009; Raúl Porcel <armin76@gentoo.org> apache-2.2.11-r2.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #276589
diff --git a/www-servers/apache/apache-2.2.11-r1.ebuild b/www-servers/apache/apache-2.2.11-r1.ebuild
deleted file mode 100644
index 6d077e798934..000000000000
--- a/www-servers/apache/apache-2.2.11-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.11-r1.ebuild,v 1.4 2009/07/07 00:31:21 rich0 Exp $
-
-# latest gentoo apache files
-GENTOO_PATCHSTAMP="20090705"
-GENTOO_DEVELOPER="hollow"
-
-# IUSE/USE_EXPAND magic
-IUSE_MPMS_FORK="itk peruser prefork"
-IUSE_MPMS_THREAD="event worker"
-
-IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
-authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
-authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
-charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires
-ext_filter file_cache filter headers ident imagemap include info log_config
-log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
-proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
-status substitute unique_id userdir usertrack version vhost_alias"
-
-# inter-module dependencies
-# TODO: this may still be incomplete
-MODULE_DEPENDS="
- dav_fs:dav
- dav_lock:dav
- deflate:filter
- disk_cache:cache
- ext_filter:filter
- file_cache:cache
- log_forensic:log_config
- logio:log_config
- mem_cache:cache
- mime_magic:mime
- proxy_ajp:proxy
- proxy_balancer:proxy
- proxy_connect:proxy
- proxy_ftp:proxy
- proxy_http:proxy
- substitute:filter
-"
-
-# module<->define mappings
-MODULE_DEFINES="
- auth_digest:AUTH_DIGEST
- authnz_ldap:AUTHNZ_LDAP
- cache:CACHE
- dav:DAV
- dav_fs:DAV
- dav_lock:DAV
- disk_cache:CACHE
- file_cache:CACHE
- info:INFO
- ldap:LDAP
- mem_cache:CACHE
- proxy:PROXY
- proxy_ajp:PROXY
- proxy_balancer:PROXY
- proxy_connect:PROXY
- proxy_ftp:PROXY
- proxy_http:PROXY
- ssl:SSL
- status:STATUS
- suexec:SUEXEC
- userdir:USERDIR
-"
-
-# critical modules for the default config
-MODULE_CRITICAL="
- authz_host
- dir
- mime
-"
-
-inherit apache-2
-
-DESCRIPTION="The Apache Web Server."
-HOMEPAGE="http://httpd.apache.org/"
-
-# some helper scripts are Apache-1.1, thus both are here
-LICENSE="Apache-2.0 Apache-1.1"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="sni"
-
-DEPEND="${DEPEND}
- apache2_modules_deflate? ( sys-libs/zlib )"
-
-RDEPEND="${RDEPEND}
- apache2_modules_mime? ( app-misc/mime-types )"
-
-src_unpack() {
- if ! use sni ; then
- EPATCH_EXCLUDE="04_all_mod_ssl_tls_sni.patch"
- fi
-
- apache-2_src_unpack
-}
-
-pkg_preinst() {
- # note regarding IfDefine changes
- if has_version "<${CATEGORY}/${PN}-2.2.6-r1"; then
- elog
- elog "When upgrading from versions 2.2.6 or earlier, please be aware"
- elog "that the define for mod_authnz_ldap has changed from AUTH_LDAP"
- elog "to AUTHNZ_LDAP. Additionally mod_auth_digest needs to be enabled"
- elog "with AUTH_DIGEST now."
- elog
- fi
-}
diff --git a/www-servers/apache/apache-2.2.10.ebuild b/www-servers/apache/apache-2.2.11-r3.ebuild
index f09433651dc4..89ba093ebe28 100644
--- a/www-servers/apache/apache-2.2.10.ebuild
+++ b/www-servers/apache/apache-2.2.11-r3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.10.ebuild,v 1.7 2009/01/23 11:29:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.11-r3.ebuild,v 1.1 2009/07/24 18:38:38 hollow Exp $
# latest gentoo apache files
-GENTOO_PATCHSTAMP="20081025"
+GENTOO_PATCHSTAMP="20090724"
GENTOO_DEVELOPER="hollow"
# IUSE/USE_EXPAND magic
@@ -80,8 +80,8 @@ HOMEPAGE="http://httpd.apache.org/"
# some helper scripts are Apache-1.1, thus both are here
LICENSE="Apache-2.0 Apache-1.1"
SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="sni"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE="sni peruser_dc"
DEPEND="${DEPEND}
apache2_modules_deflate? ( sys-libs/zlib )"
@@ -91,7 +91,15 @@ RDEPEND="${RDEPEND}
src_unpack() {
if ! use sni ; then
- EPATCH_EXCLUDE="04_all_mod_ssl_tls_sni.patch"
+ EPATCH_EXCLUDE="${EPATCH_EXCLUDE} 04_all_mod_ssl_tls_sni.patch"
+ fi
+
+ if use peruser_dc ; then
+ if ! use apache2_mpms_peruser ; then
+ die "USE=peruser_dc requires APACHE2_MPMS=peruser"
+ fi
+ else
+ EPATCH_EXCLUDE="${EPATCH_EXCLUDE} 22_all_peruser_0.3.0-dc3.patch"
fi
apache-2_src_unpack
diff --git a/www-servers/apache/apache-2.2.11.ebuild b/www-servers/apache/apache-2.2.11.ebuild
deleted file mode 100644
index 7d91031becf7..000000000000
--- a/www-servers/apache/apache-2.2.11.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.11.ebuild,v 1.7 2009/05/02 13:29:36 jer Exp $
-
-# latest gentoo apache files
-GENTOO_PATCHSTAMP="20090101"
-GENTOO_DEVELOPER="hollow"
-
-# IUSE/USE_EXPAND magic
-IUSE_MPMS_FORK="itk peruser prefork"
-IUSE_MPMS_THREAD="event worker"
-
-IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
-authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
-authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
-charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires
-ext_filter file_cache filter headers ident imagemap include info log_config
-log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
-proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
-status substitute unique_id userdir usertrack version vhost_alias"
-
-# inter-module dependencies
-# TODO: this may still be incomplete
-MODULE_DEPENDS="
- dav_fs:dav
- dav_lock:dav
- deflate:filter
- disk_cache:cache
- ext_filter:filter
- file_cache:cache
- log_forensic:log_config
- logio:log_config
- mem_cache:cache
- mime_magic:mime
- proxy_ajp:proxy
- proxy_balancer:proxy
- proxy_connect:proxy
- proxy_ftp:proxy
- proxy_http:proxy
- substitute:filter
-"
-
-# module<->define mappings
-MODULE_DEFINES="
- auth_digest:AUTH_DIGEST
- authnz_ldap:AUTHNZ_LDAP
- cache:CACHE
- dav:DAV
- dav_fs:DAV
- dav_lock:DAV
- disk_cache:CACHE
- file_cache:CACHE
- info:INFO
- ldap:LDAP
- mem_cache:CACHE
- proxy:PROXY
- proxy_ajp:PROXY
- proxy_balancer:PROXY
- proxy_connect:PROXY
- proxy_ftp:PROXY
- proxy_http:PROXY
- ssl:SSL
- status:STATUS
- suexec:SUEXEC
- userdir:USERDIR
-"
-
-# critical modules for the default config
-MODULE_CRITICAL="
- authz_host
- dir
- mime
-"
-
-inherit apache-2
-
-DESCRIPTION="The Apache Web Server."
-HOMEPAGE="http://httpd.apache.org/"
-
-# some helper scripts are Apache-1.1, thus both are here
-LICENSE="Apache-2.0 Apache-1.1"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="sni"
-
-DEPEND="${DEPEND}
- apache2_modules_deflate? ( sys-libs/zlib )"
-
-RDEPEND="${RDEPEND}
- apache2_modules_mime? ( app-misc/mime-types )"
-
-src_unpack() {
- if ! use sni ; then
- EPATCH_EXCLUDE="04_all_mod_ssl_tls_sni.patch"
- fi
-
- apache-2_src_unpack
-}
-
-pkg_preinst() {
- # note regarding IfDefine changes
- if has_version "<${CATEGORY}/${PN}-2.2.6-r1"; then
- elog
- elog "When upgrading from versions 2.2.6 or earlier, please be aware"
- elog "that the define for mod_authnz_ldap has changed from AUTH_LDAP"
- elog "to AUTHNZ_LDAP. Additionally mod_auth_digest needs to be enabled"
- elog "with AUTH_DIGEST now."
- elog
- fi
-}
diff --git a/www-servers/apache/metadata.xml b/www-servers/apache/metadata.xml
index d00b39bdf8d0..6f53eb19c3b5 100644
--- a/www-servers/apache/metadata.xml
+++ b/www-servers/apache/metadata.xml
@@ -12,6 +12,8 @@
provides HTTP services in sync with the current HTTP standards.
</longdescription>
<use>
+ <flag name="peruser_dc">Enable support for the dc branch of peruser.
+ EXPERIMENTAL!</flag>
<flag name='sni'>Enable TLS Server Name Indication (SNI) -
EXPERIMENTAL!</flag>
<flag name='suexec'>Install suexec with apache</flag>