This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 144815dabebdd5cbabc73a205db8143215fac59d (commit) from 6acda73be0ef6c20182a9eb85904a2df3613e9c3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 144815dabebdd5cbabc73a205db8143215fac59d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 5 19:05:18 2012 +0100
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 ...
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/php | 1 + lfs/php | 12 ++---------- 2 files changed, 3 insertions(+), 10 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/php b/config/rootfiles/common/php index 693a4b2..23031e9 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 e8073ff..2a883de 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 ###############################################################################
hooks/post-receive -- IPFire 2.x development tree