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.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1a2f0aca781
branches:  trunk
changeset: 308541:c1a2f0aca781
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 26 15:52:07 2018 +0000

description:
lang/php71: update to 7.1.18

24 May 2018, PHP 7.1.18

- FPM:
  . Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
    (mgorny)

- intl:
  . Fixed bug #74385 (Locale::parseLocale() broken with some arguments).
    (Anatol)

- Opcache:
  . Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp). (Dmitry)
  . Fixed bug #76275 (Assertion failure in file cache when unserializing empty
    try_catch_array). (Nikita)
  . Fixed bug #76281 (Opcache causes incorrect "undefined variable" errors).
    (Nikita)

- Reflection:
  . Fixed arginfo for array_replace(_recursive) and array_merge(_recursive).
    (carusogabriel)

diffstat:

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

diffs (36 lines):

diff -r 96c2481c06d3 -r c1a2f0aca781 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat May 26 13:25:55 2018 +0000
+++ b/lang/php/phpversion.mk    Sat May 26 15:52:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.217 2018/04/29 16:26:40 taca Exp $
+# $NetBSD: phpversion.mk,v 1.218 2018/05/26 15:52:07 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
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.36
 PHP70_VERSION= 7.0.30
-PHP71_VERSION= 7.1.17
+PHP71_VERSION= 7.1.18
 PHP72_VERSION= 7.2.5
 
 # Define initial release of major version.
diff -r 96c2481c06d3 -r c1a2f0aca781 lang/php71/distinfo
--- a/lang/php71/distinfo       Sat May 26 13:25:55 2018 +0000
+++ b/lang/php71/distinfo       Sat May 26 15:52:07 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.36 2018/04/26 15:41:03 taca Exp $
+$NetBSD: distinfo,v 1.37 2018/05/26 15:52:07 taca Exp $
 
-SHA1 (php-7.1.17.tar.bz2) = bdf16f742e3fb0764ec458e362d056d1bedc7c23
-RMD160 (php-7.1.17.tar.bz2) = fc2a789f1f7a409374b3ec207084dc4e3790a64d
-SHA512 (php-7.1.17.tar.bz2) = 6a3d7e93ee3d167a16b95de88929509fa4a4a053bbf793f3919850065f46169488301a1a11e72a69829793dd51190eb035c56ed9330184d7084a738671538e14
-Size (php-7.1.17.tar.bz2) = 15141088 bytes
+SHA1 (php-7.1.18.tar.bz2) = 5c6b5aa1cf9bfe69786fa0f293295f1f3361b1e8
+RMD160 (php-7.1.18.tar.bz2) = af1814b0f131ce0c7409d01fb44db5247bced5f4
+SHA512 (php-7.1.18.tar.bz2) = d6da7001619ff535708bca203f754cd78764d8d1fcad9785e6b48a63269e0dd6ff2260f075bd8822280f21339a146ae8b086f915dad7227584499ca720ea4aad
+Size (php-7.1.18.tar.bz2) = 15140158 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index