summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-08-22 10:49:03 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-25 19:50:30 +0200
commit374adc17a01c3617bdd09097e1226070566b22ec (patch)
tree8cedf1cb999c3f89586d19f8b21b2b9d5bdc4c43
parentf21256b86adc88665f6fe1c16672ee7ebf76d6db (diff)
downloadbuildroot-374adc17a01c3617bdd09097e1226070566b22ec.tar.gz
buildroot-374adc17a01c3617bdd09097e1226070566b22ec.zip
php: security bump to version 5.5.16
Fixes: CVE-2014-3538 - Extensive backtracking in rule regular expression CVE-2014-3587 - Segfault in cdf.c CVE-2014-2497 - php-gd 'c_color' NULL pointer dereference CVE-2014-5120 - Null byte injection possible with imagexxx functions CVE-2014-3597 - segfault in dns_get_record Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/php/php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index de7d668355..d174533f01 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_VERSION = 5.5.15
+PHP_VERSION = 5.5.16
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install
OpenPOWER on IntegriCloud