pkgsrc/lang/php5/patches
taca 5d136a7bb6 Update lang/php5 to 5.2.12, security update.
Security Enhancements and Fixes in PHP 5.2.12:

* Fixed a safe_mode bypass in tempnam() identified by Grzegorz
  Stachowiak. (CVE-2009-3557, Rasmus)
* Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz
  Stachowiak. (CVE-2009-3558, Rasmus)
* Added "max_file_uploads" INI directive, which can be set to limit the
  number of file uploads per-request to 20 by default, to prevent possible
  DOS via temporary file exhaustion, identified by Bogdan
  Calin. (CVE-2009-4017, Ilia)
* Added protection for $_SESSION from interrupt corruption and improved
  "session.save_path" check, identified by Stefan Esser. (CVE-2009-4143,
  Stas)
* Fixed bug #49785 (insufficient input string validation of
  htmlspecialchars()). (CVE-2009-4142, Moriyoshi, hello at iwamot dot com)

Key enhancements in PHP 5.2.12 include:

* Fixed unnecessary invocation of setitimer when timeouts have been
  disabled. (Arvind Srinivasan)
* Fixed crash in com_print_typeinfo when an invalid typelib is given. (Pierre)
* Fixed crash in SQLiteDatabase::ArrayQuery() and
  SQLiteDatabase::SingleQuery() when calling using Reflection. (Felipe)
* Fixed crash when instantiating PDORow and PDOStatement through
  Reflection. (Felipe)
* Fixed memory leak in openssl_pkcs12_export_to_file(). (Felipe)
* Fixed bug #50207 (segmentation fault when concatenating very large strings
  on 64bit linux). (Ilia)
* Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle
  database). (Felipe)
* Fixed bug #50006 (Segfault caused by uksort()). (Felipe)
* Fixed bug #50005 (Throwing through Reflection modified Exception object
  makes segmentation fault). (Felipe)
* Fixed bug #49174 (crash when extending PDOStatement and trying to set
  queryString property). (Felipe)
* Fixed bug #49098 (mysqli segfault on error). (Rasmus)
* Over 50 other bug fixes.
2009-12-23 07:07:34 +00:00
..
patch-aa Fix non-portable "configure" shell script. 2006-11-07 16:57:46 +00:00
patch-ag Update lang/php5 to 5.2.12, security update. 2009-12-23 07:07:34 +00:00
patch-ah Update lang/php5 to 5.2.12, security update. 2009-12-23 07:07:34 +00:00
patch-aj
patch-al Update PHP5 to 5.2.1. Includes several important security fixes and 2007-02-20 20:46:19 +00:00
patch-an Get SSL support working on OpenSolaris. Unfortunately on OpenSolairs the 2009-02-07 18:03:00 +00:00
patch-ap load extensions via dlopen(), in preference to using NsLinkModule() et.al. on Mac OS X, 2007-09-04 23:39:31 +00:00
patch-aq load extensions via dlopen(), in preference to using NsLinkModule() et.al. on Mac OS X, 2007-09-04 23:39:31 +00:00
patch-ar When building extensions make sure non-standard OpenSSL locations are 2009-02-21 17:01:52 +00:00
patch-as resurrect patch originally from databases/php-pdo/patches/patch-aa, so 2009-06-26 21:54:35 +00:00