From 2e6bd4cb86682b224803325127d3f777d40b3231 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 16 May 2020 13:48:47 +0200 Subject: [PATCH] php7: update to version 7.2.31 This fixes: - CVE-2019-11048 Signed-off-by: Michael Heimpold --- lang/php7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 7e61d3322..d7d712f2a 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.30 +PKG_VERSION:=7.2.31 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:=aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3 +PKG_HASH:=8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806 PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1