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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61773f0e508b
branches:  trunk
changeset: 324256:61773f0e508b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 13 06:17:31 2018 +0000

description:
lang/php71: update to 7.1.23

11 Oct 2018, PHP 7.1.23

- Core:
  . Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
    memory). (Nikita)
  . Fixed bug #76846 (Segfault in shutdown function after memory limit error).
    (Nikita)

- CURL:
  . Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
    (Pierrick)

- iconv:
  . Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
    (cmb)

- Opcache:
  . Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
    (Anatol)

- POSIX:
  . Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)

- Reflection:
  . Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
    (cmb)

- Standard:
  . Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
    data connection). (Ville Hukkam?ki)
  . Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
    stream_socket_client). (Ville Hukkam?ki)
  . Fixed bug #75533 (array_reduce is slow when $carry is large array).
    (Manabu Matsui)

- Zlib:
  . Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
    (Martin Burke, cmb)

diffstat:

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

diffs (36 lines):

diff -r f32c0274c888 -r 61773f0e508b lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Oct 13 02:46:11 2018 +0000
+++ b/lang/php/phpversion.mk    Sat Oct 13 06:17:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.231 2018/09/13 15:47:46 taca Exp $
+# $NetBSD: phpversion.mk,v 1.232 2018/10/13 06:17:31 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.38
 PHP70_VERSION= 7.0.32
-PHP71_VERSION= 7.1.22
+PHP71_VERSION= 7.1.23
 PHP72_VERSION= 7.2.10
 
 # Define initial release of major version.
diff -r f32c0274c888 -r 61773f0e508b lang/php71/distinfo
--- a/lang/php71/distinfo       Sat Oct 13 02:46:11 2018 +0000
+++ b/lang/php71/distinfo       Sat Oct 13 06:17:31 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2018/09/13 15:44:06 taca Exp $
+$NetBSD: distinfo,v 1.43 2018/10/13 06:17:31 taca Exp $
 
-SHA1 (php-7.1.22.tar.bz2) = b91ef7f8f7f6987339ab888c5723384c78416e25
-RMD160 (php-7.1.22.tar.bz2) = f1db44e4e4e09d24e04c8033e0c6a6b19f2c7859
-SHA512 (php-7.1.22.tar.bz2) = b966c1aa85ca9159e3608a42310fe442550dc9224254aed1199bf7733e4e66fa8e5a68b0ce37d6b8a21eb4f1f34c7dd3db4c28e3b67392860456d040e3585327
-Size (php-7.1.22.tar.bz2) = 15059870 bytes
+SHA1 (php-7.1.23.tar.bz2) = c791f39956725b1b49895bd20235a2917f75fe2a
+RMD160 (php-7.1.23.tar.bz2) = 209aecc5c55564cf3f5e84c8e2ed56c1da8b1c24
+SHA512 (php-7.1.23.tar.bz2) = f7a4a6dbc9bfebfe33b0c00a3d73890effe9a74aa471e580b1faf45fae9222e107f3ff60a8d19c2d83350700f8416a4f8751f47f58c6eb4a2ed49c561868a248
+Size (php-7.1.23.tar.bz2) = 15066601 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c



Home | Main Index | Thread Index | Old Index