diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-14 08:03:16 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-14 08:03:16 +0000 |
commit | 7122e3effd2064e61f1ed619efba92d1a4878641 (patch) | |
tree | 5bdf8eb3e86aaf5d717097f2bb114a116c33a80e /www/php4/Makefile.php | |
parent | a4d88eab376175dd7a69de8cfd900c064a3d504d (diff) | |
download | pkgsrc-7122e3effd2064e61f1ed619efba92d1a4878641.tar.gz |
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.
Diffstat (limited to 'www/php4/Makefile.php')
-rw-r--r-- | www/php4/Makefile.php | 6 |
1 files changed, 3 insertions, 3 deletions
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 |