From 434abdff9292b04e9f147bbc5a66e09e312abde3 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 10 Jul 2008 18:49:55 +0000 Subject: the ext/imap security patch introduced in php-5.2.6-r2 raises the dependency on c-client to version 2006k, fixing DEPEND accordingly, bug 231258 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r5 x86_64) --- dev-lang/php/ChangeLog | 7 ++++++- dev-lang/php/php-5.2.6-r2.ebuild | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 3544e84e3500..799b5fcf4287 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/php # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.274 2008/07/08 11:16:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.275 2008/07/10 18:49:55 hoffie Exp $ + + 10 Jul 2008; Christian Hoffmann php-5.2.6-r2.ebuild: + the ext/imap security patch introduced in php-5.2.6-r2 raises the + dependency on c-client to version 2006k, fixing DEPEND accordingly, bug + 231258 08 Jul 2008; Raúl Porcel php-5.2.6-r2.ebuild: alpha/ia64/sparc stable wrt security #230575 diff --git a/dev-lang/php/php-5.2.6-r2.ebuild b/dev-lang/php/php-5.2.6-r2.ebuild index d2447e318a9d..1302a1cca87f 100644 --- a/dev-lang/php/php-5.2.6-r2.ebuild +++ b/dev-lang/php/php-5.2.6-r2.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-lang/php/php-5.2.6-r2.ebuild,v 1.5 2008/07/08 11:16:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild,v 1.6 2008/07/10 18:49:55 hoffie Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -37,7 +37,8 @@ inherit versionator php5_2-sapi apache-module DESCRIPTION="The PHP language runtime engine: CLI, CGI and Apache2 SAPIs." -DEPEND="app-admin/php-toolkit" +DEPEND="app-admin/php-toolkit + >=net-libs/c-client-2006k" RDEPEND="${DEPEND}" if [[ -n "${KOLAB_PATCH}" ]] ; then IUSE="${IUSE} kolab" -- cgit v1.2.3-65-gdbad