pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan 11 17:03:57 UTC 2014

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php54: distinfo
        pkgsrc/lang/php54/patches: patch-configure patch-php.ini-development
            patch-php.ini-production
Removed Files:
        pkgsrc/lang/php54/patches: patch-ext_date_lib_parse__iso__intervals.c
            patch-ext_date_lib_parse__iso__intervals.re

Log Message:
Update php to 5.4.24.

09 Jan 2014, PHP 5.4.24

- Core:
  . Added validation of class names in the autoload process. (Dmitry)
  . Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
  . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike)

- Date:
  . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
  . Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year
    1600). (Derick, T. Carter)
  . Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter)

- DOM:
  . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML()
    Produces invalid Markup). (Mike)

- Exif:
  . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas)

- Filter:
  . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)

- GD:
  . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
    (Adam)

- PDO_odbc:
  . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
    (michael at orlitzky dot com)

- SNMP:
  . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)

- XSL
  . Fixed bug #49634 (Segfault throwing an exception in a XSL registered
    function). (Mike)

- ZIP:
  . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/php54/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php54/patches/patch-configure
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.c \
    pkgsrc/lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.re
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php54/patches/patch-php.ini-development \
    pkgsrc/lang/php54/patches/patch-php.ini-production

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