From ae5ae096a4bd1ffb6bd620f5f458d8b00f9bf5c0 Mon Sep 17 00:00:00 2001 From: mhei Date: Mon, 6 Feb 2012 20:53:58 +0000 Subject: [PATCH] [packages] php5: upgrade to 5.3.10, fixes CVE-2012-0830 git-svn-id: svn://svn.openwrt.org/openwrt/packages@30344 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 dee858bc8..b2f2f7051 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=5.3.9 -PKG_RELEASE:=2 +PKG_VERSION:=5.3.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=dd3288ed5c08cd61ac5bf619cb357521 +PKG_MD5SUM:=816259e5ca7d0a7e943e56a3bb32b17f PKG_FIXUP:=libtool no-autoreconf PKG_BUILD_PARALLEL:=1