summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2006-03-03 07:11:34 +0000
committercube <cube@pkgsrc.org>2006-03-03 07:11:34 +0000
commita630484f42a5371f4270d0b9a8f69b495fc3e09e (patch)
treeda6b6732d56ada492e9b0058bce4e559b452562e /www/php4/Makefile.common
parenta17fab4c2cad4ee82333c318ff415491070061a3 (diff)
downloadpkgsrc-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.common4
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}