php7: update to 7.2.26
authorMichael Heimpold <mhei@heimpold.de>
Wed, 18 Dec 2019 19:57:14 +0000 (20:57 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 18 Dec 2019 19:57:34 +0000 (20:57 +0100)
This fixes:
  - CVE-2019-11046
  - CVE-2019-11044
  - CVE-2019-11045
  - CVE-2019-11050
  - CVE-2019-11047

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/Makefile

index e5151f4e36da23e6e55d8c005c5bf3a349fc4a10..0003295c4ed5364ed9d97115e663b2cb3f0701f8 100644 (file)
@@ -6,8 +6,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.2.25
-PKG_RELEASE:=2
+PKG_VERSION:=7.2.26
+PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
 PKG_LICENSE:=PHP-3.01
@@ -16,7 +16,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:=746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9
+PKG_HASH:=1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d
 
 PKG_FIXUP:=libtool autoreconf
 PKG_BUILD_PARALLEL:=1