From: Gustavo Zacarias Date: Fri, 9 Dec 2016 12:47:30 +0000 (-0300) Subject: php: security bump to version 7.0.14 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2483170d3258ee3e805ead6f0ebafe9fc6765c19;p=buildroot.git php: security bump to version 7.0.14 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/php/php.hash b/package/php/php.hash index f1cd34654e..0424e467f7 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,2 +1,2 @@ # From http://php.net/downloads.php -sha256 357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf php-7.0.13.tar.xz +sha256 0f1dff6392a1cc2ed126b9695f580a2ed77eb09d2c23b41cabfb41e6f27a8c89 php-7.0.14.tar.xz diff --git a/package/php/php.mk b/package/php/php.mk index c8abe660ad..8c1ccef68c 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.0.13 +PHP_VERSION = 7.0.14 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES