From 62a8de4cc4f59f74fc262282cd48fd6f37493836 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 7 Aug 2006 03:27:15 +0000 Subject: Update to php 4.4.3: * Disallow certain characters in session names. * Fixed a buffer overflow inside the wordwrap() function. * Prevent jumps to parent directory via the 2nd parameter of the tempnam() function. * Improved safe_mode check for the error_log() function. * Fixed cross-site scripting inside the phpinfo() function. * Fixed offset/length parameter validation inside the substr_compare() function. * Upgraded bundled PCRE library to version 6.6 * Over 20 various bug fixes. Approved by: ale's vacation --- lang/php4/Makefile | 4 ++-- lang/php4/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lang/php4') diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 23d81b91bfa1..3d771235b027 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php4 -PORTVERSION= 4.4.2 -PORTREVISION?= 2 +PORTVERSION= 4.4.3 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php4/distinfo b/lang/php4/distinfo index 4f69b64bd6b1..fb88c34018cb 100644 --- a/lang/php4/distinfo +++ b/lang/php4/distinfo @@ -1,3 +1,3 @@ -MD5 (php-4.4.2.tar.bz2) = 28051cd9ef43490dd9727a4d442011b5 -SHA256 (php-4.4.2.tar.bz2) = a2024d665125a41611eb64451648d37a81e3579594c8810bb41ac8b2b63f81eb -SIZE (php-4.4.2.tar.bz2) = 4371185 +MD5 (php-4.4.3.tar.bz2) = 9542117551c0e79f5bf21f46493094e7 +SHA256 (php-4.4.3.tar.bz2) = 0f57da4b9d94f7febd37c0bc8e608e5aafafe744d094466723e04afb283407f7 +SIZE (php-4.4.3.tar.bz2) = 4461353 -- cgit