./lang/php55, PHP Hypertext Preprocessor version 5.5

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


Branch: pkgsrc-2015Q4, Version: 5.5.33, Package name: php-5.5.33, 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.5.x.


Required to run:
[textproc/libxml2]


Package options: inet6, ssl

Master sites: (Expand)

SHA1: b9f709ad257256b8040141c994ecb1b72235ce92
RMD160: 930a9fe01432ef5878cb9781670e50a5b17548ef
Filesize: 13365.709 KB

Version history: (Expand)


CVS history: (Expand)


   2016-03-08 15:24:52 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #4944 - requested by taca
lang/php55: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.126
- lang/php55/distinfo                                           1.50

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:17:33 UTC 2016

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

   Log message:
   Update php55 to 5.5.33, security fixes.

   03 Mar 2016, PHP 5.5.33

   - Phar:
     . Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). (Stas)

   - WDDX:
     . Fixed bug #71587 (Use-After-Free / Double-Free in WDDX Deserialize). (Stas)
   2016-02-10 20:29:19 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #4916 - requested by taca
lang/php55: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.123
- lang/php55/distinfo                                           1.49

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Feb  6 07:11:06 UTC 2016

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

   Log message:
   Update php55 to 5.5.32 (PHP 5.5.32).

   04 Feb 2016, PHP 5.5.32

   - Core:
     . Fixed bug #71039 (exec functions ignore length but look for NULL termination).
       (Anatol)
     . Fixed bug #71323 (Output of stream_get_meta_data can be falsified by its
       input). (Leo Gaspard)
     . Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)

   - GD:
     . Improved the fix for bug #70976. (Remi)

   - PCRE:
     . Upgraded pcrelib to 8.38.

   - Phar:
     . Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
     . Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
       (Stas)
     . Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)

   - WDDX:
     . Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (Stas)
   2016-01-17 20:19:56 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #4891 - requested by taca
lang/php55: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.120
- lang/php55/distinfo                                           1.48

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jan  8 03:27:23 UTC 2016

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

   Log message:
   Update php55 to 5.5.31, security fix.

   07 Jan 2015, PHP 5.5.31

   - FPM:
     . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas)

   - GD:
     . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
       Out of Bounds). (emmanuel dot law at gmail dot com).

   - WDDX:
     . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet \ 
Deserialization).
       (taoguangchen at icloud dot com)
     . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion
       Vulnerability). (taoguangchen at icloud dot com)

   - XMLRPC:
     . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()).
       (Julien)