From 5d063301acd93e4208c7b27cfb83b0fa7769593c Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Wed, 21 Sep 2016 21:48:33 +0200 Subject: [PATCH] php7: update to 7.0.11 This fixes the following CVEs: - in intl: CVE-2016-7416 - in mysqlnd: CVE-2016-7412 - in phar: CVE-2016-7414 - in spl: CVE-2016-7417 - in wddx: CVE-2016-7413, CVE-2016-7418 Signed-off-by: Michael Heimpold --- lang/php7/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 64dd84365..11ad3183d 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.0.10 -PKG_RELEASE:=5 +PKG_VERSION:=7.0.11 +PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=6f087f16514b6c442e8009a5828827b7 +PKG_MD5SUM:=9a6013a5e9f258bbfb62ae5ac66b72da PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1