diff options
author | taca <taca@pkgsrc.org> | 2018-03-29 16:19:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-29 16:19:38 +0000 |
commit | 6aeae8bf1852b205e7123a89f53a10e1400cb0ca (patch) | |
tree | bd18ae8eec1ceaea69406805a7d94b403c27e83b /lang | |
parent | 8830e4f3d4fdcee136945a314c977e1a5125737a (diff) | |
download | pkgsrc-6aeae8bf1852b205e7123a89f53a10e1400cb0ca.tar.gz |
lang/php71: update to 7.1.16
29 Mar 2018, PHP 7.1.16
- Core:
. Fixed bug #76025 (Segfault while throwing exception in error_handler).
(Dmitry, Laruence)
. Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
(Anatol)
- FPM:
. Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
access controls). (Jakub Zelenka)
- GD:
. Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)
- ODBC:
. Fixed bug #76088 (ODBC functions are not available by default on Windows).
(cmb)
- Opcache:
. Fixed bug #76074 (opcache corrupts variable in for-loop). (Bob)
- Phar:
. Fixed bug #76085 (Segmentation fault in buildFromIterator when directory
name contains a \n). (Laruence)
- Standard:
. Fixed bug #74139 (mail.add_x_header default inconsistent with docs). (cmb)
. Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with
segfault). (Anatol)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 8 | ||||
-rw-r--r-- | lang/php71/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index f35d23c7e5b..0bff433ab62 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.209 2018/03/02 02:13:44 taca Exp $ +# $NetBSD: phpversion.mk,v 1.210 2018/03/29 16:19:38 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -28,7 +28,7 @@ # The PHP versions that are accepted by the package. # # Possible: 56 70 71 72 -# Default: 56 +# Default: 71 # # PHP_VERSIONS_INCOMPATIBLE # The PHP versions that are not supported by the package. @@ -58,7 +58,7 @@ # The selected PHP's major version. # # Possible: 5 7 -# Default: 5 +# Default: 7 # # PKG_PHP # The same as ${PKG_PHP_VERSION}, prefixed with "php-". @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.34 PHP70_VERSION= 7.0.28 -PHP71_VERSION= 7.1.15 +PHP71_VERSION= 7.1.16 PHP72_VERSION= 7.2.3 # Define initial release of major version. diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 238da408f62..71269f7fdfb 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.34 2018/03/02 02:09:48 taca Exp $ +$NetBSD: distinfo,v 1.35 2018/03/29 16:19:39 taca Exp $ -SHA1 (php-7.1.15.tar.bz2) = 857aad496a14505ad5f61617621a2e35100a3758 -RMD160 (php-7.1.15.tar.bz2) = 5b84646a2cbfd3cc90dfa1709aa94df3a1b3f1b9 -SHA512 (php-7.1.15.tar.bz2) = db10c0138a74165c6373f0d6cc7f5ca1f6b1ae26359cc2e2a9dec8895a491b8adccee59601cb9325e54768e9cca643e9f73858fef5cbe6502c683131f9cc8ccf -Size (php-7.1.15.tar.bz2) = 15116603 bytes +SHA1 (php-7.1.16.tar.bz2) = 07419a1902450bc857af4696c4942d1c200e19b8 +RMD160 (php-7.1.16.tar.bz2) = 811bed87e9929e3add210706e8ff1f2014f316fe +SHA512 (php-7.1.16.tar.bz2) = c933275c41755d27562203972ee463ae6f009aa47d6c843ef19f945bcae8ec114a60d8f0daae326d3ed491c8f90c3097c96f30b3848cc06db51553ac262f1ef2 +Size (php-7.1.16.tar.bz2) = 15129147 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f |