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:           Sun Aug 19 13:55:24 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/php71/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.225 pkgsrc/lang/php/phpversion.mk:1.226
--- pkgsrc/lang/php/phpversion.mk:1.225 Fri Jul 20 13:28:48 2018
+++ pkgsrc/lang/php/phpversion.mk       Sun Aug 19 13:55:24 2018
@@ -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 @@ PHPVERSION_MK=        defined
 # 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.

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.40 pkgsrc/lang/php71/distinfo:1.41
--- pkgsrc/lang/php71/distinfo:1.40     Fri Jul 20 13:23:46 2018
+++ pkgsrc/lang/php71/distinfo  Sun Aug 19 13:55:24 2018
@@ -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