diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 13:30:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 13:30:25 +0000 |
commit | 806e49bdd2176ee343739ef46ef2fa354801dcbb (patch) | |
tree | 163bf9b9f3302c4a943b2be58ac9669551308683 /dev-php/suhosin | |
parent | Based on 2.6.32.55 + genpatches-2.6.32-48 + grsecurity-2.2.2-2.6.32.55-201201... (diff) | |
download | gentoo-2-806e49bdd2176ee343739ef46ef2fa354801dcbb.tar.gz gentoo-2-806e49bdd2176ee343739ef46ef2fa354801dcbb.tar.bz2 gentoo-2-806e49bdd2176ee343739ef46ef2fa354801dcbb.zip |
Stable for AMD64, wrt security bug #399427
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/suhosin')
-rw-r--r-- | dev-php/suhosin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/suhosin/suhosin-0.9.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/suhosin/ChangeLog b/dev-php/suhosin/ChangeLog index 63c4b01f6a80..774bcd0634b4 100644 --- a/dev-php/suhosin/ChangeLog +++ b/dev-php/suhosin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/suhosin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.2 2012/01/26 08:10:49 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.3 2012/01/27 13:30:25 ago Exp $ + + 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.33.ebuild: + Stable for AMD64, wrt security bug #399427 *suhosin-0.9.33 (26 Jan 2012) diff --git a/dev-php/suhosin/suhosin-0.9.33.ebuild b/dev-php/suhosin/suhosin-0.9.33.ebuild index fd2cacf9011f..d04eba1b6d49 100644 --- a/dev-php/suhosin/suhosin-0.9.33.ebuild +++ b/dev-php/suhosin/suhosin-0.9.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.1 2012/01/26 08:10:49 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.2 2012/01/27 13:30:25 ago Exp $ EAPI="2" @@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-source-r2 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DESCRIPTION="Suhosin is an advanced protection system for PHP installations." HOMEPAGE="http://www.suhosin.org/" |