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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9068f61b353a
branches:  trunk
changeset: 311841:9068f61b353a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 19 13:55:24 2018 +0000

description:
lang/php71: Update to 7.1.21

PHP                                                                        NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
16 Aug 2018, PHP 7.1.21

- Calendar:
  . Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).
    (cmb)

- Filter:
  . Fixed bug #76366 (References in sub-array for filtering breaks the filter).
    (ZiHang Gao)

- PDO_Firebird:
  . Fixed bug #76488 (Memory leak when fetching a BLOB field). (Simonov Denis)

- PDO_PgSQL:
  . Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
    (Anatol)

- SQLite3:
  . Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).
    (cmb)

- Standard:
  . Fixed bug #68553 (array_column: null values in $index_key become incrementing
    keys in result). (Laruence)
  . Fixed bug #73817 (Incorrect entries in get_html_translation_table). (cmb)
  . Fixed bug #76643 (Segmentation fault when using `output_add_rewrite_var`).
    (cmb)

- Zip:
  . Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty archive)).
    (Timur Ibragimov)

diffstat:

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

diffs (36 lines):

diff -r 69217cf1f165 -r 9068f61b353a lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Aug 19 11:24:21 2018 +0000
+++ b/lang/php/phpversion.mk    Sun Aug 19 13:55:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.225 2018/07/20 13:28:48 taca Exp $
+# $NetBSD: phpversion.mk,v 1.226 2018/08/19 13:55:24 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.37
 PHP70_VERSION= 7.0.31
-PHP71_VERSION= 7.1.20
+PHP71_VERSION= 7.1.21
 PHP72_VERSION= 7.2.8
 
 # Define initial release of major version.
diff -r 69217cf1f165 -r 9068f61b353a lang/php71/distinfo
--- a/lang/php71/distinfo       Sun Aug 19 11:24:21 2018 +0000
+++ b/lang/php71/distinfo       Sun Aug 19 13:55:24 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.40 2018/07/20 13:23:46 taca Exp $
+$NetBSD: distinfo,v 1.41 2018/08/19 13:55:24 taca Exp $
 
-SHA1 (php-7.1.20.tar.bz2) = 1ea8720fdea3a5212196b0f6a6f11a0eff26fc83
-RMD160 (php-7.1.20.tar.bz2) = 059ffa8a1e5026167511e2695f7f6ec60278ea9f
-SHA512 (php-7.1.20.tar.bz2) = c29a20e018c0066fb42ef2e08cd7be5f071bb0f6288f461fd6591b63b5ea2d8a5e06a94905319fb971e60e4e91ea496519206efb4e78b06c730e2ea82eeaf02f
-Size (php-7.1.20.tar.bz2) = 15166442 bytes
+SHA1 (php-7.1.21.tar.bz2) = f2ae484b805636d37a2c76a13f14a4244a0e9ddc
+RMD160 (php-7.1.21.tar.bz2) = d60ea6b7f5ed292dc9b61497f54bf5eb9c3710cc
+SHA512 (php-7.1.21.tar.bz2) = eedd877c045133903bdf533574df526757b9f50915d1ff4bbc8b7f0fc5d7799ac4fde06584a17a3d5a18131c33cdbb77ecc64b35fe41502051ddc76d0001ad7b
+Size (php-7.1.21.tar.bz2) = 15168019 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c



Home | Main Index | Thread Index | Old Index