aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-12-31 16:41:42 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-07 14:45:14 +0000
commit71610002628a07bdd9d78efc0b777f222ec10156 (patch)
tree93387d10007186a37181ea2c75cb54e26da9b261
parent899071d7f6010f53e72116d872ef2d3a80553509 (diff)
downloadmeta-openembedded-contrib-71610002628a07bdd9d78efc0b777f222ec10156.tar.gz
php: upgrade to 5.5.20
Among many fixes since 5.5.15, the following security issues were fixed: CVE-2014-8142 CVE-2014-3710 CVE-2014-3669 CVE-2014-3670 CVE-2014-3668 CVE-2014-3538 CVE-2014-3587 CVE-2014-2497 CVE-2014-5120 CVE-2014-3597 For more details please see the upstream changelog: http://php.net/ChangeLog-5.php Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta-oe/recipes-devtools/php/php_5.5.20.bb (renamed from meta-oe/recipes-devtools/php/php_5.5.15.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_5.5.15.bb b/meta-oe/recipes-devtools/php/php_5.5.20.bb
index 1e53a326ca..7f11b7fd7d 100644
--- a/meta-oe/recipes-devtools/php/php_5.5.15.bb
+++ b/meta-oe/recipes-devtools/php/php_5.5.20.bb
@@ -29,8 +29,8 @@ SRC_URI_append_class-target += " \
file://70_mod_php5.conf \
"
-SRC_URI[md5sum] = "5cb5f2ed9099299f8a4c952d59d93812"
-SRC_URI[sha256sum] = "00f24226b12fee27e332383b6304f1b9ed3f4d9173dd728a68c5c3f5a59b8ba7"
+SRC_URI[md5sum] = "9dfc1d4d2b44fb7e2b4ee9651d032203"
+SRC_URI[sha256sum] = "f28a150d1cd8991bd1a41dce4fdff4e343d1dbe01a48b9b44bea74532ce0391a"
S = "${WORKDIR}/php-${PV}"