Subject: CVS commit: pkgsrc/lang/php5
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 05/06/2006 22:42:44
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Sat May  6 22:42:44 UTC 2006

Modified Files:
	pkgsrc/lang/php5: Makefile Makefile.common PLIST distinfo
	pkgsrc/lang/php5/patches: patch-at
Removed Files:
	pkgsrc/lang/php5/patches: patch-ap patch-aq patch-ar

Log Message:
Update lang/php5 to 5.1.4.

Some of the key changes include:

* Disallow certain characters in session names.
* Fixed a buffer overflow inside the wordwrap() function.
* Prevent jumps to parent directory via the 2nd parameter of the
  tempnam() function.
* Enforce safe_mode for the source parameter of the copy() function.
* Fixed cross-site scripting inside the phpinfo() function.
* Fixed offset/length parameter validation inside the substr_compare()
  function.
* Fixed a heap corruption inside the session extension.
* Fixed a bug that would allow variable to survive unset().
* Fixed a number of crashes in the DOM, SOAP and PDO extensions.
* Upgraded bundled PCRE library to version 6.6
* The use of the var keyword to declare properties no longer raises
  a deprecation E_STRICT.
* FastCGI interface was completely reimplemented.
* Multitude of improvements to the SPL, SimpleXML, GD, CURL and
  Reflection extensions.
* Over 120 various bug fixes.

See release annoucement on:
	http://www.php.net/release_5_1_3.php

And ChangeLog:
	http://www.php.net/ChangeLog-5.php#5.1.3


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/lang/php5/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/lang/php5/Makefile.common
cvs rdiff -r1.10 -r1.11 pkgsrc/lang/php5/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/lang/php5/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/lang/php5/patches/patch-ap \
    pkgsrc/lang/php5/patches/patch-aq pkgsrc/lang/php5/patches/patch-ar
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/php5/patches/patch-at

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