From bf02c16be050588137f9ff93d73fc1628727316f Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 26 Sep 2016 21:30:36 -0700 Subject: [PATCH] php: update 5.6.25 This update includes the following security fixes: CVE-2016-7411 CVE-2016-7412 CVE-2016-7413 CVE-2016-7414 CVE-2016-7416 CVE-2016-7417 CVE-2016-7418 plus other bug fixes. http://www.php.net/ChangeLog-5.php#5.6.26 Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa --- .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0 meta-oe/recipes-devtools/php/{php_5.6.25.bb => php_5.6.26.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/php/{php-5.6.25 => php-5.6.26}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%) rename meta-oe/recipes-devtools/php/{php_5.6.25.bb => php_5.6.26.bb} (51%) diff --git a/meta-oe/recipes-devtools/php/php-5.6.25/change-AC_TRY_RUN-to-AC_TRY_LINK.patch b/meta-oe/recipes-devtools/php/php-5.6.26/change-AC_TRY_RUN-to-AC_TRY_LINK.patch similarity index 100% rename from meta-oe/recipes-devtools/php/php-5.6.25/change-AC_TRY_RUN-to-AC_TRY_LINK.patch rename to meta-oe/recipes-devtools/php/php-5.6.26/change-AC_TRY_RUN-to-AC_TRY_LINK.patch diff --git a/meta-oe/recipes-devtools/php/php_5.6.25.bb b/meta-oe/recipes-devtools/php/php_5.6.26.bb similarity index 51% rename from meta-oe/recipes-devtools/php/php_5.6.25.bb rename to meta-oe/recipes-devtools/php/php_5.6.26.bb index 8620ee169c..cbd0615d68 100644 --- a/meta-oe/recipes-devtools/php/php_5.6.25.bb +++ b/meta-oe/recipes-devtools/php/php_5.6.26.bb @@ -3,5 +3,5 @@ require php.inc LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4" SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch" -SRC_URI[md5sum] = "f63b9956c25f1ae0433015a80b44224c" -SRC_URI[sha256sum] = "58ce6032aced7f3e42ced492bd9820e5b3f2a3cd3ef71429aa92fd7b3eb18dde" +SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" +SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236"