From 30c7c2f4a647216d58a6e4599d73356e0249a2b5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 21 Mar 2010 11:00:48 +0800 Subject: php: 5.2.13 and 5.3.2 both have flaws in the handling of xmlrpc This is addressing CVE-2010-0397.patch. --- recipes/php/php_5.2.13.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/php/php_5.2.13.bb') diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb index 5f446d4f12..dad6bcd44e 100644 --- a/recipes/php/php_5.2.13.bb +++ b/recipes/php/php_5.2.13.bb @@ -3,10 +3,11 @@ require php.inc DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \ libc-client openssl" -PR = "r5" +PR = "r6" SRC_URI += "file://pear-makefile.patch;patch=1 \ file://imap-fix-autofoo.patch;patch=1 \ + file://CVE-2010-0397.patch;patch=1 \ " SRC_URI[src.md5sum] = "eb4d0766dc4fb9667f05a68b6041e7d1" SRC_URI[src.sha256sum] = "2b50a2535e3bb9a98cd4d1633f9452d877276c40b385915261f040d535c7eadb" -- cgit 1.2.3-korg