diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-08-10 23:01:39 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-08-10 23:01:39 +0000 |
commit | c6db99b6c07a261d28c54b7a72701b42335de558 (patch) | |
tree | d59b7364e4fe6b71d8762f640ac123b6edfb58ab /www/php4/Makefile | |
parent | dd2923d1565489029d8f5d001e2178783e163c97 (diff) | |
download | pkgsrc-c6db99b6c07a261d28c54b7a72701b42335de558.tar.gz |
Update to 4.4.3
All PHP 4.x users are encouraged to upgrade to this release as soon as possible.
The security issues resolved include the following:
* 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.
The release also includes about 20 bug fixes and an upgraded PCRE library
(version 6.6).
For a full list of changes in PHP 4.4.3, see the ChangeLog:
http://www.php.net/ChangeLog-4.php#4.4.3
This also contains a fix for CVE-2006-4020 (SA21403)
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r-- | www/php4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 37d5339479c..9577f98ddc7 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2006/07/18 21:26:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.70 2006/08/10 23:01:40 adrianp Exp $ PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 3 CATEGORIES+= lang COMMENT= HTML-embedded scripting language |