diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-12 09:11:21 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-12 09:11:21 +0000 |
commit | d1545a17789883e1d379fee01a95e8a503b00e87 (patch) | |
tree | 280dae681f43bfbdb0011cd359d026b9530d9cbf /dev-php/mod_php | |
parent | Add warning about crack and pdf extensions. (diff) | |
download | historical-d1545a17789883e1d379fee01a95e8a503b00e87.tar.gz historical-d1545a17789883e1d379fee01a95e8a503b00e87.tar.bz2 historical-d1545a17789883e1d379fee01a95e8a503b00e87.zip |
Stable on x86 with regard to security bug 97655.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-php/mod_php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index fb8675e96ca7..6adc69357e6c 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/mod_php # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.250 2005/07/12 07:26:34 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.251 2005/07/12 09:11:21 sebastian Exp $ + + 12 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> + mod_php-4.4.0.ebuild: + Stable on x86 with regard to security bug 97655. *mod_php-4.4.0-r1 (12 Jul 2005) diff --git a/dev-php/mod_php/mod_php-4.4.0.ebuild b/dev-php/mod_php/mod_php-4.4.0.ebuild index 2a9606f3ee85..c538df85ba15 100644 --- a/dev-php/mod_php/mod_php-4.4.0.ebuild +++ b/dev-php/mod_php/mod_php-4.4.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0.ebuild,v 1.3 2005/07/12 07:26:34 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0.ebuild,v 1.4 2005/07/12 09:11:21 sebastian Exp $ IUSE="${IUSE} apache2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" detectapache() { local domsg= |