php-5.2.11: Upgrade to 5.2.12 to fix various issues
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 4 Mar 2010 22:23:54 +0000 (23:23 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 4 Mar 2010 23:04:00 +0000 (00:04 +0100)
Fix CVE-2009-3557, CVE-2009-3558, CVE-2009-4017,
CVE-2009-4142 and CVE-2009-4143.

conf/checksums.ini
recipes/php/php-5.2.12/acinclude-xml2-config.patch [moved from recipes/php/php-5.2.11/acinclude-xml2-config.patch with 100% similarity]
recipes/php/php-5.2.12/imap-fix-autofoo.patch [moved from recipes/php/php-5.2.11/imap-fix-autofoo.patch with 100% similarity]
recipes/php/php-5.2.12/pear-makefile.patch [moved from recipes/php/php-5.2.11/pear-makefile.patch with 100% similarity]
recipes/php/php.inc
recipes/php/php_5.2.12.bb [moved from recipes/php/php_5.2.11.bb with 95% similarity]

index 4ed5379..eb097a2 100644 (file)
@@ -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
index 0f9a420..6f30690 100644 (file)
@@ -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}"
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 (file)
@@ -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 "