summaryrefslogtreecommitdiffstats
path: root/package/php/php.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-05-26 17:41:21 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-05-26 23:25:11 +0200
commit47aa250650ae6d9b1a80c66e6b5536f5fa606432 (patch)
tree5f076758c32ee0a5d9482ed85abf50cb13e0d8f9 /package/php/php.mk
parentbd8cbe16c4e3909da13528d72b2573efc8d355fd (diff)
downloadbuildroot-47aa250650ae6d9b1a80c66e6b5536f5fa606432.tar.gz
buildroot-47aa250650ae6d9b1a80c66e6b5536f5fa606432.zip
php: security bump to version 5.6.22
Fixes: Core: Integer Overflow in php_html_entities Core: Integer underflow / arbitrary null write in fread/gzread GD: imagescale out-of-bounds read Intl: get_icu_value_internal out-of-bounds read Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.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 d58c4fd1a5..90633eff6a 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_VERSION = 5.6.21
+PHP_VERSION = 5.6.22
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud