From fa5f56a06b40b10c4281292aef95587ecff27768 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 6 Dec 2021 23:19:54 +0100 Subject: [PATCH] package/php: security bump version to 7.4.26 Changelog: https://www.php.net/ChangeLog-8.php#7.4.26 Fixes CVE-2021-21707: http://bugs.php.net/79971 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 c55f997731..76e4b4a8e5 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From https://www.php.net/downloads.php -sha256 12a758f1d7fee544387a28d3cf73226f47e3a52fb3049f07fcc37d156d393c0a php-7.4.25.tar.xz +sha256 e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8 php-7.4.26.tar.xz # License file sha256 a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index 27e665bf3c..2123cbc5e9 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.4.25 +PHP_VERSION = 7.4.26 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES