From 238b84c52dc847ff7914aea8e2cc4fc57928bdbd Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 14 Jul 2004 08:03:16 +0000 Subject: Update php4 to 4.3.8. This is security fix release, fixing several important security issues. From the ChangeLog: * Fixed strip_tags() to correctly handle '\0' characters. * Improved stability during startup when memory_limit is used. * Replace alloca() with emalloc() for better stack protection. * Added missing safe_mode checks inside ftok and itpc. * Fixed bug #28963 Fixed address allocation routine in IMAP extension. * Fixed bug #28632 Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL. Note: package update also includes extra patches from PHP CVS not present in stock PHP 4.3.8 release - compilation fix for mssql extension and Zend engine memory-use-after-free fix. --- www/php4/Makefile.common | 4 ++-- www/php4/Makefile.php | 6 +++--- www/php4/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index eed654f3171..9f8820e4e95 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2004/07/13 12:34:33 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.43 2004/07/14 08:03:16 jdolecek Exp $ DISTNAME?= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -15,7 +15,7 @@ HOMEPAGE?= http://www.php.net/ # PHP_DIST_VERS version number on the php distfile # PHP_BASE_VERS pkgsrc-mangled version number (convert pl -> .) # -PHP_DIST_VERS= 4.3.7 +PHP_DIST_VERS= 4.3.8 PHP_BASE_VERS= ${PHP_DIST_VERS} DISTFILES?= ${PHP_DISTFILE} diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index b29074b397b..de4a3763e7a 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.php,v 1.14 2004/07/13 12:34:33 jdolecek Exp $ +# $NetBSD: Makefile.php,v 1.15 2004/07/14 08:03:16 jdolecek Exp $ .include "../../www/php4/Makefile.common" -# revision of the core PHP interepreter -PKGREVISION= 1 +# revision of the core PHP interepreter package +PKGREVISION= # empty DISTINFO_FILE= ${.CURDIR}/../../www/php4/distinfo PATCHDIR= ${.CURDIR}/../../www/php4/patches diff --git a/www/php4/distinfo b/www/php4/distinfo index 006f2aee791..c8b1a56bca8 100644 --- a/www/php4/distinfo +++ b/www/php4/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.30 2004/07/13 12:22:29 jdolecek Exp $ +$NetBSD: distinfo,v 1.31 2004/07/14 08:03:16 jdolecek Exp $ -SHA1 (php-4.3.7.tar.bz2) = f6171d71282b2e50333d1e96859fe907da068c34 -Size (php-4.3.7.tar.bz2) = 3963734 bytes +SHA1 (php-4.3.8.tar.bz2) = 95da913b932859239f544a7b2f38c9257aa3d735 +Size (php-4.3.8.tar.bz2) = 3963437 bytes SHA1 (patch-aa) = feb064407950d0fc732b7240e65cac84420d2407 SHA1 (patch-ab) = cc7785755774377d4eb2d3d4816cea61234da167 SHA1 (patch-ag) = 1ded1d7f4daac6806f41864c783f16d3403315e4 -- cgit v1.2.3