From 3325a3ce0131af706d3f338d2d9dd578a3173d0e Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 7 Nov 2020 21:44:02 +0100 Subject: [PATCH] php7: update to 7.2.34 This fixes: - CVE-2020-7069 - CVE-2020-7070 Signed-off-by: Michael Heimpold (cherry picked from commit 5b3870890d9b55c51ed034bfbe7620654021c452) --- lang/php7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 0eb5f8c53c..f91035d0f6 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.33 +PKG_VERSION:=7.2.34 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -17,7 +17,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:=0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a +PKG_HASH:=409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903 PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1