summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-07-10 18:49:55 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-07-10 18:49:55 +0000
commit434abdff9292b04e9f147bbc5a66e09e312abde3 (patch)
tree28718e5d731b64a235e41b216a133a5eab9a1a60 /dev-lang
parentVersion bump. Add src_test. (diff)
downloadgentoo-2-434abdff9292b04e9f147bbc5a66e09e312abde3.tar.gz
gentoo-2-434abdff9292b04e9f147bbc5a66e09e312abde3.tar.bz2
gentoo-2-434abdff9292b04e9f147bbc5a66e09e312abde3.zip
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)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog7
-rw-r--r--dev-lang/php/php-5.2.6-r2.ebuild5
2 files changed, 9 insertions, 3 deletions
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 <hoffie@gentoo.org> 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 <armin76@gentoo.org> 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"