pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php72: update to 7.2.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc92e980cb99
branches:  trunk
changeset: 313886:dc92e980cb99
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 13 06:18:37 2018 +0000

description:
lang/php72: update to 7.2.11

11 Oct 2018, PHP 7.2.11

- Core:
  . Fixed bug #76800 (foreach inconsistent if array modified during loop).
    (Dmitry)
  . Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
    memory). (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)
  . Fixed bug #76796 (Compile-time evaluation of disabled function in opcache
    causes segfault). (Nikita)

- 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)

- XMLRPC:
  . Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)

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

diffstat:

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

diffs (36 lines):

diff -r 78cc26aa36e8 -r dc92e980cb99 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Oct 13 06:17:31 2018 +0000
+++ b/lang/php/phpversion.mk    Sat Oct 13 06:18:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.232 2018/10/13 06:17:31 taca Exp $
+# $NetBSD: phpversion.mk,v 1.233 2018/10/13 06:18:37 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
@@ -90,7 +90,7 @@
 PHP56_VERSION= 5.6.38
 PHP70_VERSION= 7.0.32
 PHP71_VERSION= 7.1.23
-PHP72_VERSION= 7.2.10
+PHP72_VERSION= 7.2.11
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 78cc26aa36e8 -r dc92e980cb99 lang/php72/distinfo
--- a/lang/php72/distinfo       Sat Oct 13 06:17:31 2018 +0000
+++ b/lang/php72/distinfo       Sat Oct 13 06:18:37 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2018/09/13 15:45:33 taca Exp $
+$NetBSD: distinfo,v 1.31 2018/10/13 06:18:37 taca Exp $
 
-SHA1 (php-7.2.10.tar.bz2) = 9f71b88c30e5113eb1fd4ebc53adbb9a2354b39a
-RMD160 (php-7.2.10.tar.bz2) = b588ca29b96a3478afc507e43f529fc336dcea40
-SHA512 (php-7.2.10.tar.bz2) = de1c22ee37cd0e6d1682091d9735f292cb5c6be653c5ce5771fdcd43522122dfebecab474fe2b29f94a757942513569916ebff59f3a8e63b6fc61830dabb3e47
-Size (php-7.2.10.tar.bz2) = 15043712 bytes
+SHA1 (php-7.2.11.tar.bz2) = 6e64a6e916c1b91c3a20c2ba084f8c19628ee1f8
+RMD160 (php-7.2.11.tar.bz2) = 579ce61226ef887bf110cde65f60d70fb3fd5e49
+SHA512 (php-7.2.11.tar.bz2) = a6bdd639648ae7845467e01303d0b4f4b85fd541409be97a5a605e91a9c994609e4e221a9c87c576134e66a2439920486d1f444e6fe8c34b0e5d025cee6d0cc8
+Size (php-7.2.11.tar.bz2) = 15067642 bytes
 SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489



Home | Main Index | Thread Index | Old Index