From 48b402eb65c62c819aff13ed6fc6b3e1423aa14e Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 19 Jul 2016 23:14:33 +0200 Subject: [PATCH] php5: update to 5.6.23 This fixes the following CVEs: - in GD: CVE-2015-8874, CVE-2016-5766, CVE-2016-5767 - in mbstring: CVE-2016-5768 - in mcrypt: CVE-2016-5769 - in SPL: CVE-2016-5770, CVE-2016-5771 - in WDDX: CVE-2016-5772 - in zip: CVE-2016-5773 Signed-off-by: Michael Heimpold --- lang/php5/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index d57c52f27..5641ac089 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=5.6.21 +PKG_VERSION:=5.6.23 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo , Michael Heimpold @@ -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:=177c69d47024541739c439c9d9eb6ba5 +PKG_MD5SUM:=c2d2155e50bcbaa0ee7a63845862c894 PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1 @@ -266,7 +266,7 @@ else endif ifneq ($(SDK)$(CONFIG_PACKAGE_php5-mod-mcrypt),) - CONFIGURE_ARGS+= --with-mcrypt=shared,"$(STAGING_DIR)/usr" + CONFIGURE_ARGS+= --with-mcrypt=shared,"$(STAGING_DIR)/usr" else CONFIGURE_ARGS+= --without-mcrypt endif