From: Bernd Kuhls Date: Sat, 25 Jun 2016 22:48:37 +0000 (+0200) Subject: package/php: security bump version to 7.0.8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a342452641bc364634eae0b9b97bb12d2b6d4edd;p=buildroot.git package/php: security bump version to 7.0.8 Changelog is available here: http://php.net/ChangeLog-7.php#7.0.8 Fixes CVE-2015-8874 http://bugs.php.net/66387 Fixes CVE-2016-5766 http://bugs.php.net/72339 Fixes CVE-2016-5767 http://bugs.php.net/72446 Fixes CVE-2016-5768 http://bugs.php.net/72402 Fixes CVE-2016-5769 http://bugs.php.net/72455 Fixes CVE-2016-5772 http://bugs.php.net/72340 Fixes CVE-2016-5773 http://bugs.php.net/72434 Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/php/php.hash b/package/php/php.hash index ace52813ad..f3718f1309 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,2 +1,2 @@ # From http://php.net/downloads.php -sha256 9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794 php-7.0.7.tar.xz +sha256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394 php-7.0.8.tar.xz diff --git a/package/php/php.mk b/package/php/php.mk index 8dc70f091c..f5cb224374 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.0.7 +PHP_VERSION = 7.0.8 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES