[oe-commits] [meta-openembedded] 06/30: php: update to 5.5.37 and 5.6.23

git at git.openembedded.org git at git.openembedded.org
Tue Jul 26 10:51:52 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit c267610d4e63e080d9777c4dcf815dee493633ae
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Jul 19 05:14:48 2016 -0400

    php: update to 5.5.37 and 5.6.23
    
    Includes many CVE fixes and other bug fixes:
    http://php.net/ChangeLog-5.php#5.5.37
    http://php.net/ChangeLog-5.php#5.6.23
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch                          | 0
 meta-oe/recipes-devtools/php/php_5.5.32.bb                          | 6 ------
 meta-oe/recipes-devtools/php/php_5.5.37.bb                          | 6 ++++++
 meta-oe/recipes-devtools/php/{php_5.6.18.bb => php_5.6.23.bb}       | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php-5.6.18/change-AC_TRY_RUN-to-AC_TRY_LINK.patch b/meta-oe/recipes-devtools/php/php-5.6.23/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
similarity index 100%
rename from meta-oe/recipes-devtools/php/php-5.6.18/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
rename to meta-oe/recipes-devtools/php/php-5.6.23/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
diff --git a/meta-oe/recipes-devtools/php/php_5.5.32.bb b/meta-oe/recipes-devtools/php/php_5.5.32.bb
deleted file mode 100644
index 4ee3c38..0000000
--- a/meta-oe/recipes-devtools/php/php_5.5.32.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require php.inc
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=464ca70af214d2407f6b7d4458158afd"
-
-SRC_URI[md5sum] = "47443f39152d671d24bc839e6a49049d"
-SRC_URI[sha256sum] = "b0f2c108db8e05db9f6366aaba9a754fd0ee31f3f86ee889561b608dfd6e92ee"
diff --git a/meta-oe/recipes-devtools/php/php_5.5.37.bb b/meta-oe/recipes-devtools/php/php_5.5.37.bb
new file mode 100644
index 0000000..c7655bc
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php_5.5.37.bb
@@ -0,0 +1,6 @@
+require php.inc
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=464ca70af214d2407f6b7d4458158afd"
+
+SRC_URI[md5sum] = "3a4b249bee5451a0982263a94a8a8c9d"
+SRC_URI[sha256sum] = "d2380ebe46caf17f2c4cd055867d00a82e6702dc5f62dc29ce864a5742905d88"
diff --git a/meta-oe/recipes-devtools/php/php_5.6.18.bb b/meta-oe/recipes-devtools/php/php_5.6.23.bb
similarity index 51%
rename from meta-oe/recipes-devtools/php/php_5.6.18.bb
rename to meta-oe/recipes-devtools/php/php_5.6.23.bb
index 2ce012f..002ca74 100644
--- a/meta-oe/recipes-devtools/php/php_5.6.18.bb
+++ b/meta-oe/recipes-devtools/php/php_5.6.23.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] = "7340353bedd998286ba2c4d87d7864f8"
-SRC_URI[sha256sum] = "c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed"
+SRC_URI[md5sum] = "147734b7e0164ebdd2dc18474fcfb309"
+SRC_URI[sha256sum] = "facd280896d277e6f7084b60839e693d4db68318bfc92085d3dc0251fd3558c7"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list