From b9026d539e0f7e928c2b382ee49220e5ef353eed Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 7 Jan 2023 21:18:03 +0100 Subject: [PATCH] package/php: security bump version to 8.0.27 Release notes: https://www.php.net/releases/8_0_27.php Changelog: https://www.php.net/ChangeLog-8.php#8.0.27 Fixes CVE-2022-31631: http://bugs.php.net/81740 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 574d5fb7c4..01e9c4fe79 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From https://www.php.net/downloads.php -sha256 a291b71d0498707fc5514eb5b9513e88f0f1d4890bcdefd67282ded8a2bfb941 php-8.0.25.tar.xz +sha256 f942cbfe2f7bacbb8039fb79bbec41c76ea779ac5c8157f21e1e0c1b28a5fc3a php-8.0.27.tar.xz # License file sha256 a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index 531f88e896..e1b62b02a8 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 8.0.25 +PHP_VERSION = 8.0.27 PHP_SITE = https://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES