pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php71: update to 7.1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55862c189919
branches:  trunk
changeset: 378076:55862c189919
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Mar 29 16:19:38 2018 +0000

description:
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:

 lang/php/phpversion.mk |   8 ++++----
 lang/php71/distinfo    |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r be5be8723ee6 -r 55862c189919 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Mar 29 15:35:32 2018 +0000
+++ b/lang/php/phpversion.mk    Thu Mar 29 16:19:38 2018 +0000
@@ -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 @@
 # 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 -r be5be8723ee6 -r 55862c189919 lang/php71/distinfo
--- a/lang/php71/distinfo       Thu Mar 29 15:35:32 2018 +0000
+++ b/lang/php71/distinfo       Thu Mar 29 16:19:38 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index