diff options
author | martti <martti@pkgsrc.org> | 2006-02-06 06:39:59 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-02-06 06:39:59 +0000 |
commit | d5484cd27d7cf3fcf441d9f0fc32580a03076619 (patch) | |
tree | f43f9941a6ffaff6bfbe7124c952151c7555558b /lang/php5/buildlink3.mk | |
parent | ff932ea4164b1f84bcf739e574cc782a41129548 (diff) | |
download | pkgsrc-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/buildlink3.mk')
-rw-r--r-- | lang/php5/buildlink3.mk | 6 |
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 |