php7: update to 7.4.30 18794/head
authorMichael Heimpold <mhei@heimpold.de>
Tue, 21 Jun 2022 21:38:21 +0000 (23:38 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 21 Jun 2022 21:38:26 +0000 (23:38 +0200)
This fixes:
    - CVE-2022-31625
    - CVE-2022-31626

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

index 96799e802f9801e50aac80c70ceddfc0d5537d85..510ef6b4a8b337ae00645b3ac2d5571a2fc06c66 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.4.28
+PKG_VERSION:=7.4.30
 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:=9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce
+PKG_HASH:=ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d
 
 PKG_BUILD_PARALLEL:=1
 PKG_USE_MIPS16:=0