]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
php: security update to 5.3.10.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 5 Feb 2012 18:05:18 +0000 (19:05 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 5 Feb 2012 18:05:18 +0000 (19:05 +0100)
5.3.10 Fixes arbitary remote code execution CVE-2012-0830
5.3.9 Fixes for CVE-2011-4566 and CVE-2011-4885
...

config/rootfiles/common/php
lfs/php

index 693a4b2fb2d4f34a2455bda2d8a1d09baf5f3276..23031e96b42053147c78a19f8fac2f736118ed8e 100644 (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
diff --git a/lfs/php b/lfs/php
index e8073ff1309b8e2c51b9265c5b9938058f51a95d..2a883de84c156380984e139b448382a7ea21f80b 100644 (file)
--- a/lfs/php
+++ b/lfs/php
 
 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
 ###############################################################################