From ef245f0acd92c7732a622ebd333ffb2d946bf59f Mon Sep 17 00:00:00 2001 From: mhei Date: Thu, 19 Dec 2013 20:38:39 +0000 Subject: [PATCH] [packages] php5: upgrade to 5.4.23 This upgrades includes a fix for a memory corruption in openssl_x509_parse() (CVE-2013-6420). Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/packages@39140 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/php5/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 41e354372..286ebec5d 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=5.4.22 -PKG_RELEASE:=2 +PKG_VERSION:=5.4.23 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=0a7400d1d7f1f55b2b36285bf1a00762 +PKG_MD5SUM:=023857598b92ea5c78137543817f4bc5 PKG_FIXUP:=libtool no-autoreconf PKG_BUILD_PARALLEL:=1 -- 2.11.0