Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 04/11/2005 20:02:57
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Mon Apr 11 20:02:57 UTC 2005

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/graphics/php-gd: Makefile
	pkgsrc/www/php-curl: Makefile
	pkgsrc/www/php4: Makefile Makefile.common PLIST buildlink3.mk distinfo
	pkgsrc/www/php4/patches: patch-aj
Removed Files:
	pkgsrc/www/php4/patches: patch-am

Log Message:
Update php4 to 4.3.11.

This is a maintenance release that in addition to over 70 non-critical
bug fixes addresses several security issues inside the exif and
fbsql extensions as well as the unserialize(), swf_definepoly()
and getimagesize() functions.  All Users of PHP are strongly
encouraged to upgrade to this release.

Bugfix release
* Crash in bzopen() if supplied path to non-existent file.
* DOM crashing when attribute appended to Document.
* unserialize() float problem on non-English locales.
* Crash in msg_send() when non-string is stored without being serialized.
* Possible infinite loop in imap_mail_compose().
* Fixed crash in chunk_split(), when chunklen > strlen.
* session_set_save_handler crashes PHP when supplied non-existent object ref.
* Memory leak in zend_language_scanner.c.
* Compile failures of zend_strtod.c.
* Fixed crash in overloaded objects & overload() function.
* cURL functions bypass open_basedir.

PHP4 also doesn't bundle PEAR Net_Socket and Net_SMTP anymore now.


To generate a diff of this commit:
cvs rdiff -r1.9827 -r1.9828 pkgsrc/doc/CHANGES
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/php-gd/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/php-curl/Makefile
cvs rdiff -r1.41 -r1.42 pkgsrc/www/php4/Makefile
cvs rdiff -r1.46 -r1.47 pkgsrc/www/php4/Makefile.common
cvs rdiff -r1.11 -r1.12 pkgsrc/www/php4/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/www/php4/buildlink3.mk
cvs rdiff -r1.38 -r1.39 pkgsrc/www/php4/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/www/php4/patches/patch-aj
cvs rdiff -r1.1 -r0 pkgsrc/www/php4/patches/patch-am

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