pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Oct 13 06:18:37 UTC 2018

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php72: distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/php72/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.232 pkgsrc/lang/php/phpversion.mk:1.233
--- pkgsrc/lang/php/phpversion.mk:1.232 Sat Oct 13 06:17:31 2018
+++ pkgsrc/lang/php/phpversion.mk       Sat Oct 13 06:18:37 2018
@@ -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 @@ PHPVERSION_MK=        defined
 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

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.30 pkgsrc/lang/php72/distinfo:1.31
--- pkgsrc/lang/php72/distinfo:1.30     Thu Sep 13 15:45:33 2018
+++ pkgsrc/lang/php72/distinfo  Sat Oct 13 06:18:37 2018
@@ -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