diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-08-20 01:34:32 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-08-20 01:34:32 +0000 |
commit | ab8599ef83d660d660ec048b8a8962c00b604dee (patch) | |
tree | 2692d8bbd06a3951d8a7d7153c209a0094021071 /net-www | |
parent | Add patch to fix byterange bug that can cause a DoS. Fixes bug #102991 (diff) | |
download | historical-ab8599ef83d660d660ec048b8a8962c00b604dee.tar.gz historical-ab8599ef83d660d660ec048b8a8962c00b604dee.tar.bz2 historical-ab8599ef83d660d660ec048b8a8962c00b604dee.zip |
Stable x86
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/Manifest | 2 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.54-r9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-www/apache/Manifest b/net-www/apache/Manifest index bfb3b354e10b..66e843bfc75e 100644 --- a/net-www/apache/Manifest +++ b/net-www/apache/Manifest @@ -27,7 +27,7 @@ MD5 37f5ed6f2423381241b029e6685bcdd2 metadata.xml 493 MD5 d489bb3b9136e5ca881ab59b08fb50b8 apache-2.0.54-r12.ebuild 12924 MD5 267a472fedfbd4436e9e2cd6abb78ba2 apache-2.0.54-r13.ebuild 12657 MD5 7855d3e919a6d58bd326839a750e8e45 apache-2.0.54-r14.ebuild 12657 -MD5 20ad4eead6c89b9ce56d25fb22e11e24 apache-2.0.54-r9.ebuild 12628 +MD5 3055f1c938ce5da610b63b28688cf20c apache-2.0.54-r9.ebuild 12627 MD5 8b12871dd74fcd3f4fdf451c9d8c259e files/00_apache_manual.conf 781 MD5 998b4b7df08eb15641e0b9132443b365 files/apache-1.3.27-apachectl.patch 1328 MD5 37d2c4ea8e1a6725deaca42b6aa22c69 files/apache-1.3.27_db4_gentoo.patch 1006 diff --git a/net-www/apache/apache-2.0.54-r9.ebuild b/net-www/apache/apache-2.0.54-r9.ebuild index 2263c351a27d..0c35de421e5f 100644 --- a/net-www/apache/apache-2.0.54-r9.ebuild +++ b/net-www/apache/apache-2.0.54-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r9.ebuild,v 1.1 2005/08/20 01:31:10 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r9.ebuild,v 1.2 2005/08/20 01:34:32 vericgar Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="berkdb gdbm ldap threads ipv6 doc static ssl selinux" #Standard location for Gentoo Linux |