From 6e6c4446384a62d2c4e069c38646348a9ffc82e4 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Wed, 16 Nov 2022 15:31:56 +0100 Subject: [PATCH] php7: update to 7.4.33 This fixes: - CVE-2022-31630 - CVE-2022-37454 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 4415b51dd6..2dad473f9c 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.4.32 +PKG_VERSION:=7.4.33 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:=323332c991e8ef30b1d219cb10f5e30f11b5f319ce4c6642a5470d75ade7864a +PKG_HASH:=924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 -- 2.30.2