[oe-commits] Holger Hans Peter Freyther : php-5.2.11: Upgrade to 5.2. 12 to fix various issues

git version control git at git.openembedded.org
Fri Mar 5 10:31:31 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 70c732de4a75c4bc51a8f7c83130eef631eaae55
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=70c732de4a75c4bc51a8f7c83130eef631eaae55

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Thu Mar  4 23:23:54 2010 +0100

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.

---

 conf/checksums.ini                                 |    4 ----
 .../acinclude-xml2-config.patch                    |    0 
 .../imap-fix-autofoo.patch                         |    0 
 .../{php-5.2.11 => php-5.2.12}/pear-makefile.patch |    0 
 recipes/php/php.inc                                |    2 +-
 recipes/php/{php_5.2.11.bb => php_5.2.12.bb}       |    3 +++
 6 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 4ed5379..eb097a2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -21998,10 +21998,6 @@ sha256=3e9510ce715f28b7e6b803fcdadb73b37c83792c0b5e1e9bcb066ab972649996
 md5=e6029fafcee029edcfa2ceed7a005333
 sha256=e105b6aad55589aecf20ae70ab7aa81eb202296fc52531f62e546af23077cca1
 
-[http://us2.php.net/distributions/php-5.2.11.tar.bz2]
-md5=286bf34630f5643c25ebcedfec5e0a09
-sha256=9bcd14ceda2b4bd7abcc7eb59bd74bae490d9335e4207580de783b48aa7e8f23
-
 [http://us2.php.net/distributions/php-5.2.5.tar.bz2]
 md5=1fe14ca892460b09f06729941a1bb605
 sha256=5cac1e70df5019ebdfdab2e0b8b216f7fdf56b9895c9f68c993313918249bba3
diff --git a/recipes/php/php-5.2.11/acinclude-xml2-config.patch b/recipes/php/php-5.2.12/acinclude-xml2-config.patch
similarity index 100%
rename from recipes/php/php-5.2.11/acinclude-xml2-config.patch
rename to 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
similarity index 100%
rename from recipes/php/php-5.2.11/imap-fix-autofoo.patch
rename to 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
similarity index 100%
rename from recipes/php/php-5.2.11/pear-makefile.patch
rename to recipes/php/php-5.2.12/pear-makefile.patch
diff --git a/recipes/php/php.inc b/recipes/php/php.inc
index 0f9a420..6f30690 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
similarity index 95%
rename from recipes/php/php_5.2.11.bb
rename to recipes/php/php_5.2.12.bb
index 5b4871c..9ae606b 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 "
 





More information about the Openembedded-commits mailing list