diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-10 08:22:04 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-11 01:00:26 +0200 |
commit | 3ddda416accf7465e048a330f2b458f21600abbe (patch) | |
tree | d62a0370adb33059af9204b67947ed0f503e2471 /package/php/php.mk | |
parent | aa1362f220e733689fe4210b0bb2433f6d595e6b (diff) | |
download | buildroot-3ddda416accf7465e048a330f2b458f21600abbe.tar.gz buildroot-3ddda416accf7465e048a330f2b458f21600abbe.zip |
php: security bump to version 5.6.11
Fixes:
CVE-2015-3152 - mysqlnd is vulnerable to BACKRONYM
And other security bugs with no CVE assigned yet:
Bug #69972 - Use-after-free vulnerability in
sqlite3SafetyCheckSickOrOk()
Bug # 69970 - Use-after-free vulnerability in
spl_recursive_it_move_forward_ex()
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 afac95080d..53aaecf06d 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -5,7 +5,7 @@ ################################################################################ PHP_VERSION_MAJOR = 5.6 -PHP_VERSION = $(PHP_VERSION_MAJOR).10 +PHP_VERSION = $(PHP_VERSION_MAJOR).11 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |