diff options
author | Michael Heimpold <mhei@heimpold.de> | 2023-01-08 10:55:36 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2023-01-08 10:55:36 +0100 |
commit | 9a49eb2e0ac63ef3d0230734c6d8d1700803cff4 (patch) | |
tree | e2618baa9e7ef91d62c8fa7d3ae07c06ab606cfd | |
parent | 5dc38da22818ae1b7b8d4404070df22f23c74aeb (diff) |
php8: update to 8.2.1
This fixes:
- CVE-2022-31631
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-rw-r--r-- | lang/php8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php8/Makefile b/lang/php8/Makefile index b13773216..0a1de9d4e 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.2.0 +PKG_VERSION:=8.2.1 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> @@ -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:=6ea4c2dfb532950fd712aa2a08c1412a6a81cd1334dd0b0bf88a8e44c2b3a943 +PKG_HASH:=650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 |