diff options
author | cube <cube@pkgsrc.org> | 2006-03-03 07:11:34 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2006-03-03 07:11:34 +0000 |
commit | a630484f42a5371f4270d0b9a8f69b495fc3e09e (patch) | |
tree | da6b6732d56ada492e9b0058bce4e559b452562e /www/php4/Makefile.common | |
parent | a17fab4c2cad4ee82333c318ff415491070061a3 (diff) | |
download | pkgsrc-a630484f42a5371f4270d0b9a8f69b495fc3e09e.tar.gz |
Update to version 4.4.2. Ok'd by jdolecek@.
This is a bug fix release, which addresses some security problems too.
The major points that this release corrects are:
* Prevent header injection by limiting each header to a single line.
* Possible XSS inside error reporting functionality.
* Missing safe_mode/open_basedir checks into cURL extension.
* Apache 2 regression with sub-request handling on non-Linux systems.
* key() and current() regression related to references.
This release also fixes about 30 other defects.
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 c022c2c15ad..f777b0b817f 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.51 2005/12/05 20:51:13 rillig Exp $ +# $NetBSD: Makefile.common,v 1.52 2006/03/03 07:11:34 cube Exp $ DISTNAME?= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -18,7 +18,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.4.1 +PHP_DIST_VERS= 4.4.2 PHP_BASE_VERS= ${PHP_DIST_VERS} DISTFILES?= ${PHP_DISTFILE} |