aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-04 23:23:54 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 00:04:00 +0100
commit70c732de4a75c4bc51a8f7c83130eef631eaae55 (patch)
tree95f997b8989e9fcd1e158250ce27183be8eb7cbd /recipes/php
parente874add03c391a79319f1177773d89882ba6357a (diff)
downloadopenembedded-70c732de4a75c4bc51a8f7c83130eef631eaae55.tar.gz
php-5.2.11: Upgrade to 5.2.12 to fix various issues
Fix CVE-2009-3557, CVE-2009-3558, CVE-2009-4017, CVE-2009-4142 and CVE-2009-4143.
Diffstat (limited to 'recipes/php')
-rw-r--r--recipes/php/php-5.2.12/acinclude-xml2-config.patch (renamed from recipes/php/php-5.2.11/acinclude-xml2-config.patch)0
-rw-r--r--recipes/php/php-5.2.12/imap-fix-autofoo.patch (renamed from recipes/php/php-5.2.11/imap-fix-autofoo.patch)0
-rw-r--r--recipes/php/php-5.2.12/pear-makefile.patch (renamed from recipes/php/php-5.2.11/pear-makefile.patch)0
-rw-r--r--recipes/php/php.inc2
-rw-r--r--recipes/php/php_5.2.12.bb (renamed from recipes/php/php_5.2.11.bb)3
5 files changed, 4 insertions, 1 deletions
diff --git a/recipes/php/php-5.2.11/acinclude-xml2-config.patch b/recipes/php/php-5.2.12/acinclude-xml2-config.patch
index bf519d2934..bf519d2934 100644
--- a/recipes/php/php-5.2.11/acinclude-xml2-config.patch
+++ b/recipes/php/php-5.2.12/acinclude-xml2-config.patch
diff --git a/recipes/php/php-5.2.11/imap-fix-autofoo.patch b/recipes/php/php-5.2.12/imap-fix-autofoo.patch
index 3695b7bc42..3695b7bc42 100644
--- a/recipes/php/php-5.2.11/imap-fix-autofoo.patch
+++ b/recipes/php/php-5.2.12/imap-fix-autofoo.patch
diff --git a/recipes/php/php-5.2.11/pear-makefile.patch b/recipes/php/php-5.2.12/pear-makefile.patch
index 487f507a02..487f507a02 100644
--- a/recipes/php/php-5.2.11/pear-makefile.patch
+++ b/recipes/php/php-5.2.12/pear-makefile.patch
diff --git a/recipes/php/php.inc b/recipes/php/php.inc
index 0f9a42077a..6f30690440 100644
--- a/recipes/php/php.inc
+++ b/recipes/php/php.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.php.net"
SECTION = "console/network"
LICENSE = "PHP"
-SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2\
+SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2;name=src\
file://acinclude-xml2-config.patch;patch=1"
S = "${WORKDIR}/php-${PV}"
diff --git a/recipes/php/php_5.2.11.bb b/recipes/php/php_5.2.12.bb
index 5b4871cbc7..9ae606bdc5 100644
--- a/recipes/php/php_5.2.11.bb
+++ b/recipes/php/php_5.2.12.bb
@@ -8,6 +8,9 @@ PR = "r4"
SRC_URI += "file://pear-makefile.patch;patch=1 \
file://imap-fix-autofoo.patch;patch=1 \
"
+SRC_URI[src.md5sum] = "5b7077e366c7eeab34da31dd860a1923"
+SRC_URI[src.sha256sum] = "e65756a8412726a491ca48da1e0693eaeb3f38f19fb6cbc8f53005cab1f2491a"
+
export THREADS="pthread"
export LIBS=" -lpthread "