diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-16 15:33:34 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-17 18:29:33 +0200 |
commit | 4e1f7ce9f9158c3bb60f544d12d5953ca0463d37 (patch) | |
tree | e874727b4f7795912247ad45a6803fb339db1a65 /package/php/php.mk | |
parent | bee5ff6299442204bb0879fed11e8a1a5c4aed73 (diff) | |
download | buildroot-4e1f7ce9f9158c3bb60f544d12d5953ca0463d37.tar.gz buildroot-4e1f7ce9f9158c3bb60f544d12d5953ca0463d37.zip |
php: security bump to version 5.6.8
Fixes:
CVE-2015-1351 - OPCache: Use After Free
CVE-2015-1352 - Postgres: Null pointer dereference
And others with no CVE assigned yet.
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 1a5e084f8f..f305afa700 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 5.6.7 +PHP_VERSION = 5.6.8 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |