php7: update to 7.4.32
authorMichael Heimpold <mhei@heimpold.de>
Tue, 4 Oct 2022 05:41:38 +0000 (07:41 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 4 Oct 2022 05:41:38 +0000 (07:41 +0200)
This fixes:
    - CVE-2022-31628
    - CVE-2022-31629

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/Makefile

index 510ef6b4a8b337ae00645b3ac2d5571a2fc06c66..4415b51dd65727dd8146c51ddde4b1e5ace21da1 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.4.30
+PKG_VERSION:=7.4.32
 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:=ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d
+PKG_HASH:=323332c991e8ef30b1d219cb10f5e30f11b5f319ce4c6642a5470d75ade7864a
 
 PKG_BUILD_PARALLEL:=1
 PKG_USE_MIPS16:=0