php5: update to 5.6.17
authorMichael Heimpold <mhei@heimpold.de>
Fri, 8 Jan 2016 20:43:51 +0000 (21:43 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 8 Jan 2016 20:44:39 +0000 (21:44 +0100)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php5/Makefile

index 3ab2e8eae6585bf010aeb3c73941068bb165c1d0..17314cfeb3d24fd2d1261c8d7c1f1b1e9f1395de 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2015 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=5.6.16
+PKG_VERSION:=5.6.17
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>, Michael Heimpold <mhei@heimpold.de>
@@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=LICENSE
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.php.net/distributions/
-PKG_MD5SUM:=3f1d999ed1f9cb5713c9a0161c557f2f
+PKG_MD5SUM:=5e080e4b7df5db24f1b64313f8114bd8
 
 PKG_FIXUP:=libtool autoreconf
 PKG_BUILD_PARALLEL:=1