From a359b1b3bdf5924040cf0155e016fa8e9ae1f278 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Thu, 10 Sep 2020 20:52:06 +0200 Subject: [PATCH] php7: update to 7.2.33 This fixes: - CVE-2020-7068 Signed-off-by: Michael Heimpold (cherry picked from commit 473ca554f5cdd6f3bbed44d563b041ac7edf4557) --- lang/php7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index e90066bfd4..0eb5f8c53c 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.31 +PKG_VERSION:=7.2.33 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:=8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806 +PKG_HASH:=0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1