./lang/php71, PHP Hypertext Preprocessor version 7.1

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


Branch: pkgsrc-2019Q1, Version: 7.1.30, Package name: php-7.1.30, Maintainer: pkgsrc-users

PHP is a widely-used open source general-purpose scripting language
that is especially suited for web development and can be embedded
into HTML. It is modular, and object-oriented. 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 7.1.x.

PHP 7.1.x builds upon 7.0.x, adding new features:

* Nullable types
* Void return type
* Iterable pseudo-type
* Class constant visibility modifiers
* Square bracket syntax for array destructuring assignment
* Catching multiple exceptions types
* HTTP/2 Server Push Support in ext/curl & other ext/curl improvements
* Fix inconsistent behavior in $this variable
* Create closure from callable
* More precise float values
* Asynchronous Signal Handling (without ticks) in ext/pcntl


Required to run:
[textproc/libxml2] [devel/readline]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: 39e2fc72e3e4febdb1b321e18ec20be7e7088157
RMD160: 4644b3bd9a123b740642c36513ddad83c206ca29
Filesize: 14810.148 KB

Version history: (Expand)


CVS history: (Expand)


   2019-06-04 19:42:37 by S.P.Zeidler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #5973 - requested by taca
lang/php71: security update
meta-pkgs/php71-extensions: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.258
- lang/php71/distinfo                                           1.52
- meta-pkgs/php71-extensions/Makefile                           1.6

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jun  1 15:28:07 UTC 2019

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

   Log message:
   lang/php71: update to 7.1.30

   Update php71 to 7.1.30.

   30 May 2019, PHP 7.1.30

   - EXIF:
     . Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
     (CVE-2019-11040) (Stas)

   - GD:
     . Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
     (CVE-2019-11038) (cmb)

   - Iconv:
     . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
     due to integer overflow). (CVE-2019-11039). (maris dot adam)

   - SQLite:
     . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)

   To generate a diff of this commit:
   cvs rdiff -u -r1.257 -r1.258 pkgsrc/lang/php/phpversion.mk
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/lang/php71/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jun  1 15:29:40 UTC 2019

   Modified Files:
   	pkgsrc/meta-pkgs/php71-extensions: Makefile

   Log message:
   meta-pkgs/php71-extensions: reset PKGREVISION

   Reset PKGREVISION along with update of lang/php71.

   To generate a diff of this commit:
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/meta-pkgs/php71-extensions/Makefile
   2019-06-02 12:12:57 by S.P.Zeidler | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #5967 - requested by taca
lang/php71: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.257
- lang/php71/distinfo                                           1.51

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri May  3 08:31:09 UTC 2019

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

   Log message:
   lang/php71: Update to 7.1.29

   Update php71 to 7.1.29.

   02 May 2019, PHP 7.1.29

   - EXIF
   . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
     (CVE-2019-11036) (Stas)

   - Mail
   . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)

   04 Apr 2019, PHP 7.1.28

   - EXIF:
     . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
       (Stas)
     . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
   	(CVE-2019-11035) (Stas)

   - SQLite3:
     . Added sqlite3.defensive INI directive. (BohwaZ)

   To generate a diff of this commit:
   cvs rdiff -u -r1.256 -r1.257 pkgsrc/lang/php/phpversion.mk
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/lang/php71/distinfo
   2019-04-10 13:13:18 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #5936 - requested by taca
lang/php71: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.252
- lang/php71/distinfo                                           1.50

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr  7 16:29:41 UTC 2019

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

   Log message:
   lang/php71: update to 7.1.28

   04 Apr 2019, PHP 7.1.28

   - EXIF:
     . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
     . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)

   - SQLite3:
     . Added sqlite3.defensive INI directive. (BohwaZ)