From 5abacb2751225739f51c9b55ecc8b516b5ea76f8 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 13 Feb 2018 14:57:22 -0800 Subject: [PATCH] php: update stable version 5.6.31 -> 5.6.33 04 Jan 2017, PHP 5.6.33 - GD: . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (cmb) - Phar: . Fixed bug #74782 (Reflected XSS in .phar 404 page). (Stas) 26 Sep 2017, PHP 5.6.32 - Date: . Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick) - mcrypt: . Fixed bug #72535 (arcfour encryption stream filter crashes php). (Leigh) - PCRE: . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol) Signed-off-by: Andre McCurdy Signed-off-by: Armin Kuster --- .../0001-Add-lpthread-to-link.patch | 0 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0 meta-oe/recipes-devtools/php/{php_5.6.31.bb => php_5.6.33.bb} | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/php/{php-5.6.31 => php-5.6.33}/0001-Add-lpthread-to-link.patch (100%) rename meta-oe/recipes-devtools/php/{php-5.6.31 => php-5.6.33}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%) rename meta-oe/recipes-devtools/php/{php_5.6.31.bb => php_5.6.33.bb} (65%) diff --git a/meta-oe/recipes-devtools/php/php-5.6.31/0001-Add-lpthread-to-link.patch b/meta-oe/recipes-devtools/php/php-5.6.33/0001-Add-lpthread-to-link.patch similarity index 100% rename from meta-oe/recipes-devtools/php/php-5.6.31/0001-Add-lpthread-to-link.patch rename to meta-oe/recipes-devtools/php/php-5.6.33/0001-Add-lpthread-to-link.patch diff --git a/meta-oe/recipes-devtools/php/php-5.6.31/change-AC_TRY_RUN-to-AC_TRY_LINK.patch b/meta-oe/recipes-devtools/php/php-5.6.33/change-AC_TRY_RUN-to-AC_TRY_LINK.patch similarity index 100% rename from meta-oe/recipes-devtools/php/php-5.6.31/change-AC_TRY_RUN-to-AC_TRY_LINK.patch rename to meta-oe/recipes-devtools/php/php-5.6.33/change-AC_TRY_RUN-to-AC_TRY_LINK.patch diff --git a/meta-oe/recipes-devtools/php/php_5.6.31.bb b/meta-oe/recipes-devtools/php/php_5.6.33.bb similarity index 65% rename from meta-oe/recipes-devtools/php/php_5.6.31.bb rename to meta-oe/recipes-devtools/php/php_5.6.33.bb index dd8047be29..cf31238b6a 100644 --- a/meta-oe/recipes-devtools/php/php_5.6.31.bb +++ b/meta-oe/recipes-devtools/php/php_5.6.33.bb @@ -6,5 +6,5 @@ SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \ file://pthread-check-threads-m4.patch \ file://0001-Add-lpthread-to-link.patch \ " -SRC_URI[md5sum] = "620abe25e0d6cd5f041a360a30ce5783" -SRC_URI[sha256sum] = "8f397169cb65f0539f3bcb04060f97770d73e19074a37bd2c58b98ebf6ecb10f" +SRC_URI[md5sum] = "1ba84d9881521065f6398e665786f9e2" +SRC_URI[sha256sum] = "07f696a9761dcd839e2045c95c3a4d2ffb52c54417477cca9d30a14975b831cc"