From 02347796d2a5d48260400b1f2602763df6cc1384 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 8 Jun 2024 07:32:11 +0200 Subject: [PATCH] php8: update to 8.1.29 This fixes: - CVE-2024-4577 - CVE-2024-5458 - CVE-2024-5585 Signed-off-by: Michael Heimpold --- lang/php8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php8/Makefile b/lang/php8/Makefile index 85c6a6ca67..9e8c93bc12 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.1.28 +PKG_VERSION:=8.1.29 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.php.net/distributions/ -PKG_HASH:=95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080 +PKG_HASH:=288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 -- 2.30.2