diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2009-10-09 14:09:58 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2009-10-09 14:09:58 +0000 |
commit | 070b337840202cd6fd1e69527aac926f163a544d (patch) | |
tree | fae70be7fe9be0539207408324d8e66da69c029d /dev-lang/php | |
parent | Fixed warning reported in bug #283880. (diff) | |
download | gentoo-2-070b337840202cd6fd1e69527aac926f163a544d.tar.gz gentoo-2-070b337840202cd6fd1e69527aac926f163a544d.tar.bz2 gentoo-2-070b337840202cd6fd1e69527aac926f163a544d.zip |
adding dependency on recent enough suhosin per bug 276583, thanks to Rodrigo Saboya <saboya@gmail.com>
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.11.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index ee62596213c0..c498b09f2eed 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.348 2009/10/07 16:24:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.349 2009/10/09 14:09:58 hoffie Exp $ + + 09 Oct 2009; Christian Hoffmann <hoffie@gentoo.org> php-5.2.11.ebuild: + adding dependency on recent enough suhosin per bug 276583 07 Oct 2009; <chainsaw@gentoo.org> php-5.2.11.ebuild: Marked stable on AMD64 as requested by Bernd Marienfeldt in security bug diff --git a/dev-lang/php/php-5.2.11.ebuild b/dev-lang/php/php-5.2.11.ebuild index 548ca1ecf05d..85f46419825b 100644 --- a/dev-lang/php/php-5.2.11.ebuild +++ b/dev-lang/php/php-5.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.5 2009/10/07 16:24:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.6 2009/10/09 14:09:58 hoffie Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -42,7 +42,8 @@ DEPEND="app-admin/php-toolkit imap? ( >=virtual/imap-c-client-2006k ) pcre? ( >=dev-libs/libpcre-7.8 ) xml? ( >=dev-libs/libxml2-2.7.2-r2 ) - xmlrpc? ( >=dev-libs/libxml2-2.7.2-r2 virtual/libiconv )" + xmlrpc? ( >=dev-libs/libxml2-2.7.2-r2 virtual/libiconv ) + suhosin? ( >=dev-php5/suhosin-0.9.29 )" RDEPEND="${DEPEND}" if [[ -n "${KOLAB_PATCH}" ]] ; then |