php7: update to 7.2.19
authorMichael Heimpold <mhei@heimpold.de>
Fri, 21 Jun 2019 04:45:53 +0000 (06:45 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 21 Jun 2019 04:54:05 +0000 (06:54 +0200)
Compile and run tested on mxs platform

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 134ebb7a9d5ea2f96f7ea74b4b6df7a97c9b28c1)

lang/php7/Makefile

index 16a44047d2633a24c0951e341f27aa7313f04e9f..b0c26e20285359b6c2830808f3623686ab82c9b6 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.2.18
+PKG_VERSION:=7.2.19
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
@@ -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:=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
+PKG_HASH:=4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
 
 PKG_FIXUP:=libtool autoreconf
 PKG_BUILD_PARALLEL:=1