./lang/php56, PHP Hypertext Preprocessor version 5.6

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q4, Version: 5.6.30, Package name: php-5.6.30, Maintainer: pkgsrc-users

PHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in. The language is designed to allow web developers to
write dynamically generated pages quickly.

This package provides PHP version 5.6.x.


Required to run:
[textproc/libxml2]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, ssl

Master sites: (Expand)

SHA1: 9ac486b7f86c01a297375cae5728b424ac5790ce
RMD160: 445f7a88b802f88484671e2981f44147b13794fc
Filesize: 14659.977 KB

Version history: (Expand)


CVS history: (Expand)


   2017-01-21 11:49:15 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5198 - requested by taca
lang/php56: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.171
- lang/php56/distinfo                                           1.39

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jan 20 00:44:01 UTC 2017

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php56: distinfo

   Log message:
   Update php56 to 5.6.30.

   PHP                                                                        NEWS
   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   19 Jan 2017, PHP 5.6.30

   - EXIF:
    . Fixed bug #73737 (FPE when parsing a tag format). (Stas)

   - GD:
    . Fixed bug #73549 (Use after free when stream is passed to imagepng). (cmb)
    . Fixed bug #73868 (DOS vulnerability in gdImageCreateFromGd2Ctx()). (cmb)
    . Fixed bug #73869 (Signed Integer Overflow gd_io.c). (cmb)

   - Intl:
    . Fixed bug #68447 (grapheme_extract take an extra trailing character).
      (SATŌ Kentarō)

   - Phar:
    . Fixed bug #73764 (Crash while loading hostile phar archive). (Stas)
    . Fixed bug #73768 (Memory corruption when loading hostile phar). (Stas)
    . Fixed bug #73773 (Seg fault when loading hostile phar). (Stas)

   - SQLite3:
    . Reverted fix for bug #73530	(Unsetting result set may reset other result
      set). (cmb)

   - Standard:
    . Fixed bug #70213 (Unserialize context shared on double class lookup).
      (Taoguang Chen)
    . Fixed bug #73825 (Heap out of bounds read on unserialize in
      finish_nested_data()). (Stas)