[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 <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39140 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mhei 2013-12-19 20:38:39 +00:00
parent c8afd579e1
commit ef245f0acd

View File

@ -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