summaryrefslogtreecommitdiff
path: root/lang/php5/buildlink3.mk
diff options
context:
space:
mode:
authormartti <martti>2006-02-06 06:39:59 +0000
committermartti <martti>2006-02-06 06:39:59 +0000
commit877d1b2a02a8b60b8a03aaaf875454812ec437de (patch)
treef43f9941a6ffaff6bfbe7124c952151c7555558b /lang/php5/buildlink3.mk
parent099f1f30c2a9621f9e648955ab95c8a4a5847b26 (diff)
downloadpkgsrc-877d1b2a02a8b60b8a03aaaf875454812ec437de.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/buildlink3.mk')
-rw-r--r--lang/php5/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/buildlink3.mk b/lang/php5/buildlink3.mk
index be192d881e6..2ea3baaaadb 100644
--- a/lang/php5/buildlink3.mk
+++ b/lang/php5/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2006/02/05 23:09:47 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2006/02/06 06:39:59 martti Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PHP_BUILDLINK3_MK:= ${PHP_BUILDLINK3_MK}+
@@ -11,8 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nphp}
BUILDLINK_PACKAGES+= php
.if !empty(PHP_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.php+= php-5.1.*
-BUILDLINK_RECOMMENDED.php+= php>=5.1.1nb4
+BUILDLINK_DEPENDS.php+= php>=5.1.2
+BUILDLINK_RECOMMENDED.php+= php>=5.1.2
BUILDLINK_PKGSRCDIR.php?= ../../lang/php5
.endif # PHP_BUILDLINK3_MK