[Buildroot] [git commit branch/2019.11.x] package/php: security bump to version 7.3.16

Peter Korsgaard peter at korsgaard.com
Sat Mar 28 07:26:04 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=0fadf76f3515ec670cceeb99ed07ff80970a9626
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x

Changelog: https://www.php.net/ChangeLog-7.php#7.3.16

Fixes CVE-2020-7064, CVE-2020-7065 & CVE-2020-7066.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 a784adb7f5..f5c8b7837d 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@
 # From https://www.php.net/downloads.php
-sha256 de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166  php-7.3.15.tar.xz
+sha256 91aaee3dbdc71b69b4f3292f9d99211172a2fa926c3f3bbdb0e85dab03dd2bcb  php-7.3.16.tar.xz
 
 # License file
 sha256 f689b8fa63bea7950ce6a21bf52ed88ea0d77673ee76e6de12f51191174d91b8  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 55b583c1fb..45e93b1cb2 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_VERSION = 7.3.15
+PHP_VERSION = 7.3.16
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES


More information about the buildroot mailing list