summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-02-06 06:39:59 +0000
committermartti <martti@pkgsrc.org>2006-02-06 06:39:59 +0000
commitd5484cd27d7cf3fcf441d9f0fc32580a03076619 (patch)
treef43f9941a6ffaff6bfbe7124c952151c7555558b /lang/php5/Makefile
parentff932ea4164b1f84bcf739e574cc782a41129548 (diff)
downloadpkgsrc-d5484cd27d7cf3fcf441d9f0fc32580a03076619.tar.gz
Updated lang/php5 to 5.1.2
* HTTP Response Splitting has been addressed in ext/session and in the header() function. * Fixed format string vulnerability in ext/mysqli. * Fixed possible cross-site scripting problems in certain error conditions. * Hash & XMLWriter extensions added and enabled by default. * Upgraded OCI8 extension. * Over 85 various bug fixes. (I haven't heard anything from the MAINTAINER but since this works fine on my servers and as this fixes security issues I checked in this)
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index eabba22cc6b..c76854bc932 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2006/02/05 23:09:47 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2006/02/06 06:39:59 martti Exp $
#
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 4
+#PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/