From f1e6365bc4dff98432d9b4326eac274daf34a752 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Mon, 15 Apr 2024 22:05:44 +0200 Subject: [PATCH] php8: update to 8.2.18 This fixes: - CVE-2024-1874 - CVE-2024-2756 - CVE-2024-3096 While at, switch to https download URL. Signed-off-by: Michael Heimpold --- lang/php8/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php8/Makefile b/lang/php8/Makefile index e3506a6ab5..0378af1abc 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.2.16 +PKG_VERSION:=8.2.18 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -15,8 +15,8 @@ PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:php:php PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_HASH:=28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593 +PKG_SOURCE_URL:=https://www.php.net/distributions/ +PKG_HASH:=44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50 PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16