diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-05-26 17:41:21 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-05-26 23:25:11 +0200 |
commit | 47aa250650ae6d9b1a80c66e6b5536f5fa606432 (patch) | |
tree | 5f076758c32ee0a5d9482ed85abf50cb13e0d8f9 /package/php/php.mk | |
parent | bd8cbe16c4e3909da13528d72b2573efc8d355fd (diff) | |
download | buildroot-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.mk | 2 |
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 |