aboutsummaryrefslogtreecommitdiff
path: root/lang/php7
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2016-09-21 21:48:33 +0200
committerMichael Heimpold <mhei@heimpold.de>2016-09-21 21:55:44 +0200
commit5d063301acd93e4208c7b27cfb83b0fa7769593c (patch)
tree8c0fe2d19be883bc317a07878901c83e22e9d8fc /lang/php7
parent6d2d5a6a19107bf8c2ffa9d6f699e3ce36b32d1f (diff)
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 <mhei@heimpold.de>
Diffstat (limited to 'lang/php7')
-rw-r--r--lang/php7/Makefile6
1 files 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 <mhei@heimpold.de>
@@ -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