diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-07-07 19:46:11 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-07-07 19:46:11 +0000 |
commit | ddc9984727c39c5190e8c398c5ce73ad34973ff4 (patch) | |
tree | 9c73eef7a1a37b961f561992252c1352173acf93 /dev-php5/suhosin | |
parent | Fix for building with media-video/ffmpeg-0.4.9_p20080326, wrt bug #231063. (diff) | |
download | gentoo-2-ddc9984727c39c5190e8c398c5ce73ad34973ff4.tar.gz gentoo-2-ddc9984727c39c5190e8c398c5ce73ad34973ff4.tar.bz2 gentoo-2-ddc9984727c39c5190e8c398c5ce73ad34973ff4.zip |
stable on amd64, bug 230816
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r5 x86_64)
Diffstat (limited to 'dev-php5/suhosin')
-rw-r--r-- | dev-php5/suhosin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index 016ab0cd21ff..281d6f54c4f7 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/suhosin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.28 2008/05/15 12:04:21 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.29 2008/07/07 19:46:11 hoffie Exp $ + + 07 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> suhosin-0.9.24.ebuild: + stable on amd64, bug 230816 *suhosin-0.9.24 (15 May 2008) diff --git a/dev-php5/suhosin/suhosin-0.9.24.ebuild b/dev-php5/suhosin/suhosin-0.9.24.ebuild index 253f005c4b80..e2a42f84356c 100644 --- a/dev-php5/suhosin/suhosin-0.9.24.ebuild +++ b/dev-php5/suhosin/suhosin-0.9.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.24.ebuild,v 1.1 2008/05/15 12:04:21 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.24.ebuild,v 1.2 2008/07/07 19:46:11 hoffie Exp $ PHP_EXT_NAME="suhosin" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-source-r1 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" DESCRIPTION="Suhosin is an advanced protection system for PHP installations." HOMEPAGE="http://www.suhosin.org/" |