From 1f1bfff84e5d7f023ce6164dadfde52631b41f2c Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 14 Mar 2023 21:57:59 +0100 Subject: [PATCH] php8: update to 8.1.16 This fixes: - CVE-2023-0567 - CVE-2023-0568 - CVE-2023-0662 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 009e58c7fb..c3bddb8a6c 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.1.15 +PKG_VERSION:=8.1.16 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:=cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6 +PKG_HASH:=d61f13d96a58b93c39672b58f25e1ee4ce88500f4acb1430cb01a514875c1258 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0