./lang/php72, PHP Hypertext Preprocessor version 7.2

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


Branch: pkgsrc-2019Q4, Version: 7.2.28, Package name: php-7.2.28, 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.2.x.

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

* Argument type declarations
* Object return type declarations
* Parameter Type Widening
* Trailing commas in list syntax
* HashContext as Object
* Argon2 in password hash
* Libsodium as part of PHP Core
* Deprecated: __autoload, $php_errormsg, create_function(),
mbstring.func_overload, parse_str() without second argument,
gmp_random(), each(), assert(), $errcontext
* uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD,
about 10x on Linux


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

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: 119ee13b9a945034abcfdf11c81bd4b3b6751d9f
RMD160: 048d6b9a7cd80ee48cc1fbfffadf69eadeb9c679
Filesize: 12023.203 KB

Version history: (Expand)


CVS history: (Expand)


   2020-03-08 11:29:22 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6143 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.289
- lang/php72/distinfo                                           1.52

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Feb 20 14:47:55 UTC 2020

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

   Log message:
   lang/php72: update to 7.2.28

   Update php72 to 7.2.28 (PHP 7.2.28).

   20 Feb 2020, PHP 7.2.28

   - DOM:
     . Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
       cmb)

   - Phar:
     . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
       all-access permissions). (CVE-2020-7063) (stas)

   - Session:
     . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
       (CVE-2020-7062) (stas)
   2020-01-29 14:39:33 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6129 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.286
- lang/php72/Makefile                                           1.23-1.24
- lang/php72/distinfo                                           1.51

---
   Module Name:	pkgsrc
   Committed By:	jperkin
   Date:		Sat Jan 18 21:51:16 UTC 2020

   Modified Files:
   	pkgsrc/lang/php72: Makefile

   Log message:
   *: Recursive revision bump for openssl 1.1.1.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan 25 17:24:03 UTC 2020

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php72: Makefile distinfo

   Log message:
   lang/php72: update to 7.2.27

   Update php72 to 7.2.27 (PHP 7.2.27).

   23 Jan 2020, PHP 7.2.27

   - Mbstring:
     . Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
       (CVE-2020-7060) (Nikita)

   - Session:
     . Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb, Nikita)

   - Standard:
     . Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)