summaryrefslogtreecommitdiffstats
path: root/package/php/php.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-16 14:48:37 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-17 11:23:24 +0200
commitf8abb0b3d90cd1cc6a807e3beaa6ad01d8d84860 (patch)
tree23f0b9d1eaf2ab0e30fc8403a79d4201252485b6 /package/php/php.mk
parent28b163f3162c91afaed1e5c5c59d10d18cfa7dbc (diff)
downloadbuildroot-f8abb0b3d90cd1cc6a807e3beaa6ad01d8d84860.tar.gz
buildroot-f8abb0b3d90cd1cc6a807e3beaa6ad01d8d84860.zip
php: security bump to version 5.5.18
Fixes: CVE-2014-3669 - Integer overflow in unserialize() (32-bits only) CVE-2014-3670 - Heap corruption in exif_thumbnail() CVE-2014-3668 - Global buffer overflow in mkgmtime() function Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/php.mk')
-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 bca4f3a9a2..26ec67d13e 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_VERSION = 5.5.17
+PHP_VERSION = 5.5.18
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud