From: Arne Fitzenreiter Date: Sun, 5 Feb 2012 18:05:18 +0000 (+0100) Subject: php: security update to 5.3.10. X-Git-Tag: v2.11-core57~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=144815dabebdd5cbabc73a205db8143215fac59d;p=ipfire-2.x.git php: security update to 5.3.10. 5.3.10 Fixes arbitary remote code execution CVE-2012-0830 5.3.9 Fixes for CVE-2011-4566 and CVE-2011-4885 ... --- diff --git a/config/rootfiles/common/php b/config/rootfiles/common/php index 693a4b2fb2..23031e96b4 100644 --- a/config/rootfiles/common/php +++ b/config/rootfiles/common/php @@ -197,6 +197,7 @@ usr/bin/php #usr/include/php/ext/standard/credits.h #usr/include/php/ext/standard/credits_ext.h #usr/include/php/ext/standard/credits_sapi.h +#usr/include/php/ext/standard/crypt_blowfish.h #usr/include/php/ext/standard/crypt_freesec.h #usr/include/php/ext/standard/css.h #usr/include/php/ext/standard/cyr_convert.h diff --git a/lfs/php b/lfs/php index e8073ff130..2a883de84c 100644 --- a/lfs/php +++ b/lfs/php @@ -24,18 +24,13 @@ include Config -VER = 5.3.5 +VER = 5.3.10 THISAPP = php-$(VER) DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = php -PAK_VER = 1 - -DEPS = "" - ############################################################################### # Top-level Rules @@ -47,7 +42,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) idn-0.1.tgz = $(DL_FROM)/idn-0.1.tgz Log-1.9.11.tgz = $(DL_FROM)/Log-1.9.11.tgz -$(DL_FILE)_MD5 = 8aaf20c95e91f25c5b6a591e5d6d61b9 +$(DL_FILE)_MD5 = 816259e5ca7d0a7e943e56a3bb32b17f idn-0.1.tgz_MD5 = ef8635ec22348325a76abd2abddca4a1 Log-1.9.11.tgz_MD5 = fb7c648b212f12fdb5ce1ab687793513 @@ -59,9 +54,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - @$(PAK) - ############################################################################### # Downloading, checking, md5sum ###############################################################################