./lang/php72, PHP Hypertext Preprocessor version 7.2

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


Branch: pkgsrc-2020Q1, Version: 7.2.30, Package name: php-7.2.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.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:
[devel/readline] [devel/pcre] [security/openssl] [textproc/libxml2]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: 45e70f84a69fc1d9811f51f74516ebf8f00d1c53
RMD160: eb49ad8a8d23ad6bac4261414405be497b16ac89
Filesize: 11995.902 KB

Version history: (Expand)


CVS history: (Expand)


   2020-05-15 18:57:50 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6200 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.298
- lang/php72/distinfo                                           1.55

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May 14 14:26:59 UTC 2020

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

   Log message:
   lang/php72: update to 7.2.31

   Update php72 to 7.2.31 (PHP 7.2.31).

   14 May 2020, PHP 7.2.31

   - Core:
     . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
       (CVE-2019-11048) (cmb)
     . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
       files are not cleaned). (CVE-2019-11048) (cmb)
   2020-04-30 09:38:46 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6175 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.295
- lang/php72/distinfo                                           1.54

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 19 02:34:58 UTC 2020

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

   Log message:
   lang/php72: update to 7.2.30

   Update php72 to 7.2.30.

   16 Apr 2020, PHP 7.2.30

   - Standard:
     . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
       appended). (dinosaur)
     . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
     . Fixed bug #79465 (OOB Read in urldecode()). (stas)