aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php/php_5.2.13.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-21 11:00:48 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-21 11:00:48 +0800
commit30c7c2f4a647216d58a6e4599d73356e0249a2b5 (patch)
tree4dbd31fff5c50da067e0f851e339184dc31ad509 /recipes/php/php_5.2.13.bb
parentcb1278efa38d7791b6ca9e9e3e61d4f1b7ee1a2e (diff)
downloadopenembedded-30c7c2f4a647216d58a6e4599d73356e0249a2b5.tar.gz
php: 5.2.13 and 5.3.2 both have flaws in the handling of xmlrpc
This is addressing CVE-2010-0397.patch.
Diffstat (limited to 'recipes/php/php_5.2.13.bb')
-rw-r--r--recipes/php/php_5.2.13.bb3
1 files changed, 2 insertions, 1 deletions
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"