php7: update to 7.2.27
authorMichael Heimpold <mhei@heimpold.de>
Fri, 7 Feb 2020 20:09:24 +0000 (21:09 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 7 Feb 2020 20:09:24 +0000 (21:09 +0100)
This fixes:
  - CVE-2020-7059
  - CVE-2020-7060

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

index c6f0466757e135124fdde8ab4c3e745bcd46c18e..cfbbcf3e51c87279850f535d64f6772653d7574f 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.2.26
+PKG_VERSION:=7.2.27
 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:=1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d
+PKG_HASH:=7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32
 
 PKG_FIXUP:=libtool autoreconf
 PKG_BUILD_PARALLEL:=1