From c05ea69d6d4f503c9bf69fd3d5e551e21c434084 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 25 Feb 2020 22:35:15 +0100 Subject: [PATCH] php7: update to 7.2.28 This fixes: - CVE-2020-7062 - CVE-2020-7063 Signed-off-by: Michael Heimpold (cherry picked from commit 95c72d8abaa8a99471275ae0723e4d941f36d81a) --- lang/php7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index a48c03017b..f3c0913a93 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.27 +PKG_VERSION:=7.2.28 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:=7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32 +PKG_HASH:=afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1 -- 2.30.2