[Buildroot] [PATCH] php: security bump to version 5.6.8

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Apr 16 18:33:34 UTC 2015


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 at zacarias.com.ar>
---
 package/php/php.hash | 2 +-
 package/php/php.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/php/php.hash b/package/php/php.hash
index e5e42d2..210c9f0 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,2 +1,2 @@
 # From http://php.net/downloads.php
-md5	4e04eb021de009981ed963f993a171c1	php-5.6.7.tar.xz
+md5	526a5a7f593de632cd9e8546335de8b7	php-5.6.8.tar.xz
diff --git a/package/php/php.mk b/package/php/php.mk
index f91f076..e4331f2 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
-- 
2.0.5



More information about the buildroot mailing list