From f4a390c59b9ab1b4bb7fd3ed849337ad373c4da7 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Fri, 18 Feb 2022 22:40:37 +0100 Subject: [PATCH] php7: update to 7.4.28 This fixes: - CVE-2021-21708 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 9da12c206e..96799e802f 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.4.27 +PKG_VERSION:=7.4.28 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:=3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c +PKG_HASH:=9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 -- 2.30.2