From 0aa49a6b3bf8718bdd6fe5890d3fe07293c9c9ff Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 3 Jul 2012 09:48:49 +0200 Subject: [PATCH] php: security update to 5.3.14. The release fixes multiple security issues: A weakness in the DES implementation of crypt and a heap overflow issue in the phar extension PHP 5.4.4 and PHP 5.3.14 fixes over 30 bugs. Please note that the use of php://fd streams is now restricted to the CLI SAPI. --- lfs/php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/php b/lfs/php index 075d4fbae4..3fcac17172 100644 --- a/lfs/php +++ b/lfs/php @@ -24,7 +24,7 @@ include Config -VER = 5.3.13 +VER = 5.3.14 THISAPP = php-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,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 = 370be99c5cdc2e756c82c44d774933c8 +$(DL_FILE)_MD5 = 7caac4f71e2f21426c11ac153e538392 idn-0.1.tgz_MD5 = ef8635ec22348325a76abd2abddca4a1 Log-1.9.11.tgz_MD5 = fb7c648b212f12fdb5ce1ab687793513 -- 2.39.2