php7: update to 7.4.33 19913/head
authorMichael Heimpold <mhei@heimpold.de>
Wed, 16 Nov 2022 14:31:56 +0000 (15:31 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 16 Nov 2022 14:31:56 +0000 (15:31 +0100)
This fixes:
    - CVE-2022-31630
    - CVE-2022-37454

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

index 4415b51dd65727dd8146c51ddde4b1e5ace21da1..2dad473f9c8450bf5d71a68c89c0d858841def2d 100644 (file)
@@ -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 <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:=323332c991e8ef30b1d219cb10f5e30f11b5f319ce4c6642a5470d75ade7864a
+PKG_HASH:=924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927
 
 PKG_BUILD_PARALLEL:=1
 PKG_USE_MIPS16:=0