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
...
This commit is contained in:
Arne Fitzenreiter
2012-02-05 19:05:18 +01:00
parent 6acda73be0
commit 144815dabe
2 changed files with 3 additions and 10 deletions

View File

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

12
lfs/php
View File

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