From adb76ab12aa2d9c9ccecb4952e18a38113a27033 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 21 Jun 2022 23:38:21 +0200 Subject: [PATCH] php7: update to 7.4.30 This fixes: - CVE-2022-31625 - CVE-2022-31626 Signed-off-by: Michael Heimpold --- lang/php7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 96799e802f..510ef6b4a8 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.4.28 +PKG_VERSION:=7.4.30 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:=http://www.php.net/distributions/ -PKG_HASH:=9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce +PKG_HASH:=ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 -- 2.30.2