Subject: CVS commit: pkgsrc/lang/php5
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 02/06/2006 06:39:59
Module Name:	pkgsrc
Committed By:	martti
Date:		Mon Feb  6 06:39:59 UTC 2006

Modified Files:
	pkgsrc/lang/php5: Makefile Makefile.common PLIST buildlink3.mk distinfo
	pkgsrc/lang/php5/patches: patch-ag patch-aj patch-ak patch-ao

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/lang/php5/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/lang/php5/Makefile.common \
    pkgsrc/lang/php5/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/lang/php5/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/php5/buildlink3.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/php5/patches/patch-ag \
    pkgsrc/lang/php5/patches/patch-ak
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/php5/patches/patch-aj \
    pkgsrc/lang/php5/patches/patch-ao

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.