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 | 238b84c52dc847ff7914aea8e2cc4fc57928bdbd (patch) | |
tree | 5bdf8eb3e86aaf5d717097f2bb114a116c33a80e /www/php4/Makefile.common | |
parent | 788ad3fe6d9a3627a79e1edbfc538b0d52bea404 (diff) | |
download | pkgsrc-238b84c52dc847ff7914aea8e2cc4fc57928bdbd.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.common')
-rw-r--r-- | www/php4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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} |