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 #5859 - requested by taca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67921b06f89d
branches:  pkgsrc-2018Q3
changeset: 314513:67921b06f89d
user:      spz <spz%pkgsrc.org@localhost>
date:      Mon Oct 29 19:18:28 2018 +0000

description:
Pullup ticket #5859 - requested by taca
lang/php: security update
lang/php71: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.232
- lang/php71/distinfo                                           1.43

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sat Oct 13 06:17:32 UTC 2018

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

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


   To generate a diff of this commit:
   cvs rdiff -u -r1.231 -r1.232 pkgsrc/lang/php/phpversion.mk
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/php71/distinfo

diffstat:

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

diffs (36 lines):

diff -r acee328c1cbb -r 67921b06f89d lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Mon Oct 29 19:07:56 2018 +0000
+++ b/lang/php/phpversion.mk    Mon Oct 29 19:18:28 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.231.2.1 2018/10/29 19:18:28 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
@@ -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 acee328c1cbb -r 67921b06f89d lang/php71/distinfo
--- a/lang/php71/distinfo       Mon Oct 29 19:07:56 2018 +0000
+++ b/lang/php71/distinfo       Mon Oct 29 19:18:28 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2018/09/13 15:44:06 taca Exp $
+$NetBSD: distinfo,v 1.42.2.1 2018/10/29 19:18:29 spz 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