summaryrefslogtreecommitdiffstats
path: root/package/php
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-25 09:51:05 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-26 09:16:21 +0200
commitb54b2d4f13ae60a53d765b25002e5590adb2d14b (patch)
tree4041005aacf504cf9ec6e3d88e9b9025e6d1fe66 /package/php
parent2a86ff3bbd0f6982180a2f52f626f0fa22915310 (diff)
downloadbuildroot-b54b2d4f13ae60a53d765b25002e5590adb2d14b.tar.gz
buildroot-b54b2d4f13ae60a53d765b25002e5590adb2d14b.zip
php: security bump to version 5.5.15
Fixes: CVE-2014-4670 (SPL Iterators use-after-free) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php')
-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 fea03ebb3a..de7d668355 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_VERSION = 5.5.14
+PHP_VERSION = 5.5.15
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install
OpenPOWER on IntegriCloud