From 9bc48abd2ae6e23907d2ccb07bdaed1b6345da64 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 23 Nov 2019 20:11:57 +0100 Subject: [PATCH] php7: Update to version 7.2.25 - Fixes CVE-2019-11043 Signed-off-by: Josef Schlehofer --- lang/php7/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 52bec47e0..43787bd41 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.23 -PKG_RELEASE:=2 +PKG_VERSION:=7.2.25 +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:=74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14 +PKG_HASH:=746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9 PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1