pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2018Q3]: pkgsrc/lang Pullup ticket #5860 - requested by taca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e185dffde120
branches:  pkgsrc-2018Q3
changeset: 314514:e185dffde120
user:      spz <spz%pkgsrc.org@localhost>
date:      Mon Oct 29 19:29:11 2018 +0000

description:
Pullup ticket #5860 - requested by taca
lang/php: security update
lang/php72: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.233
- lang/php72/distinfo                                           1.31

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

diffstat:

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

diffs (36 lines):

diff -r 67921b06f89d -r e185dffde120 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Mon Oct 29 19:18:28 2018 +0000
+++ b/lang/php/phpversion.mk    Mon Oct 29 19:29:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.231.2.1 2018/10/29 19:18:28 spz Exp $
+# $NetBSD: phpversion.mk,v 1.231.2.2 2018/10/29 19:29:11 spz 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 67921b06f89d -r e185dffde120 lang/php72/distinfo
--- a/lang/php72/distinfo       Mon Oct 29 19:18:28 2018 +0000
+++ b/lang/php72/distinfo       Mon Oct 29 19:29:11 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2018/09/13 15:45:33 taca Exp $
+$NetBSD: distinfo,v 1.30.2.1 2018/10/29 19:29:12 spz 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