php5: upgrade to 5.4.23
authorMichael Heimpold <mhei@heimpold.de>
Thu, 19 Dec 2013 20:38:39 +0000 (20:38 +0000)
committerMichael Heimpold <mhei@heimpold.de>
Thu, 19 Dec 2013 20:38:39 +0000 (20:38 +0000)
This upgrades includes a fix for a memory corruption
in openssl_x509_parse() (CVE-2013-6420).

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 39140

lang/php5/Makefile

index 41e3543728e500946e9ebd4f6e73a10577654edb..286ebec5dc71a6a0380e6fb7e1ce7d8f6043189d 100644 (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