From b9833c6f520c70370e0f484f15d202148f1f08be Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 1 Aug 2019 22:24:44 +0200 Subject: [PATCH] package/php: security bump version to 7.3.8 Release notes: https://www.php.net/ChangeLog-7.php#7.3.8 Fixes CVE-2019-11042 & CVE-2019-11041 Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- 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 30aa8bfcf6..1330eebbb3 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From http://php.net/downloads.php -sha256 ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c php-7.3.7.tar.xz +sha256 f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5 php-7.3.8.tar.xz # License file sha256 f689b8fa63bea7950ce6a21bf52ed88ea0d77673ee76e6de12f51191174d91b8 LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index 2da27a473d..0502158377 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.3.7 +PHP_VERSION = 7.3.8 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES -- 2.30.2