pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/php53



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jun 16 01:27:25 UTC 2012

Modified Files:
        pkgsrc/lang/php53: Makefile Makefile.common Makefile.php distinfo
Removed Files:
        pkgsrc/lang/php53/patches: patch-ext_phar_tar.c
            patch-ext_standard_crypt__freesec.c

Log Message:
Update php53 to 5.3.14 (PHP 5.3.14).

Version 5.3.14
06-June-2012

* CLI SAPI
    - Fixed bug #61546 (functions related to current script failed when
      chdir() in cli sapi)

* Core
    - Fixed CVE-2012-2143
    - Fixed bug #62005 (unexpected behavior when incrementally assigning to a
      member of a null object)
    - Fixed bug #61730 (Segfault from array_walk modifying an array passed by
      reference)
    - Fixed missing bound check in iptcparse()
    - Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64)
    - Fixed bug #54197 ([PATH=] sections incompatibility with
      user_ini.filename set to null)
    - Fixed bug #61713 (Logic error in charset detection for htmlentities)
    - Fixed bug #61991 (long overflow in realpath_cache_get())
    - Changed php://fd to be available only for CLI.

* CURL
    - Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)

* COM
    - Fixed bug #62146 com_dotnet cannot be built shared

* Fileinfo
    - Fixed bug #61812 (Uninitialised value used in libmagic)

* Iconv
    - Fixed a bug that iconv extension fails to link to the correct library
      when another extension makes use of a library that links to the iconv
      library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail

* Intl
    - Fixed bug #62082 (Memory corruption in internal function
      get_icu_disp_value_src_php()

* JSON
    - Fixed bug #61537 (json_encode() incorrectly truncates/discards
      information)

* PDO
    - Fixed bug #61755 (A parsing bug in the prepared statements can lead to
      access violations)

* Phar
    - Fixed bug #61065 (Secunia SA44335)

* Streams
    - Fixed bug #61961 (file_get_contents leaks when access empty file with
      maxlen set)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/php53/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/php53/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/php53/Makefile.php
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/php53/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php53/patches/patch-ext_phar_tar.c \
    pkgsrc/lang/php53/patches/patch-ext_standard_crypt__freesec.c

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




Home | Main Index | Thread Index | Old Index