diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-11-13 22:28:18 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-14 13:17:45 +0100 |
commit | 9a5261544fb151531485a319e091f91032284c77 (patch) | |
tree | a2e4a8bc1a14f6ffe9e98d73e11258372f4dba67 /package/php/php.mk | |
parent | 4900b2c63b301445cca5f3674f83c573dfbcc0e1 (diff) | |
download | buildroot-9a5261544fb151531485a319e091f91032284c77.tar.gz buildroot-9a5261544fb151531485a319e091f91032284c77.zip |
php: security bump to version 5.5.19
Fixes:
CVE-2014-3710 - fileinfo: out-of-bounds read in elf note headers.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
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 9456f1c9b2..ae959db466 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 5.5.18 +PHP_VERSION = 5.5.19 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |