pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php72: update to 7.2.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58599ed8eb21
branches:  trunk
changeset: 311843:58599ed8eb21
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 19 13:56:59 2018 +0000

description:
lang/php72: update to 7.2.9

16 Aug 2018, PHP 7.2.9

- 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 #73817 (Incorrect entries in get_html_translation_table). (cmb)
  . Fixed bug #68553 (array_column: null values in $index_key become incrementing
    keys in result). (Laruence)
  . 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/php72/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 5b59a43462ba -r 58599ed8eb21 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Aug 19 13:56:01 2018 +0000
+++ b/lang/php/phpversion.mk    Sun Aug 19 13:56:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.226 2018/08/19 13:55:24 taca Exp $
+# $NetBSD: phpversion.mk,v 1.227 2018/08/19 13:56:59 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 @@
 PHP56_VERSION= 5.6.37
 PHP70_VERSION= 7.0.31
 PHP71_VERSION= 7.1.21
-PHP72_VERSION= 7.2.8
+PHP72_VERSION= 7.2.9
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 5b59a43462ba -r 58599ed8eb21 lang/php72/distinfo
--- a/lang/php72/distinfo       Sun Aug 19 13:56:01 2018 +0000
+++ b/lang/php72/distinfo       Sun Aug 19 13:56:59 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2018/07/20 13:25:26 taca Exp $
+$NetBSD: distinfo,v 1.29 2018/08/19 13:56:59 taca Exp $
 
-SHA1 (php-7.2.8.tar.bz2) = b0aa50ba30be0e93bf4b1087f6a6326ffe0dd06f
-RMD160 (php-7.2.8.tar.bz2) = b73b220a5ef91d3d17de726adbe9fc04abc6c0ba
-SHA512 (php-7.2.8.tar.bz2) = 4eaab35ff99c6829e4e67b99d0dbc1d25b83210c9d894fbb9e6810dd3de8b7d5bd62b2d8a9f2ecb3c1f2f5a9c28116a22b36f019a21b8770f02fe1e3149728d9
-Size (php-7.2.8.tar.bz2) = 15035638 bytes
+SHA1 (php-7.2.9.tar.bz2) = 9ca66b8d102e485eaa30673677b0e33b01dcb3cb
+RMD160 (php-7.2.9.tar.bz2) = f0af4a88982a7f314258a23f40988f08ea42289a
+SHA512 (php-7.2.9.tar.bz2) = 45ff1b090646d3d8516250c88951d797831dc449aad15c809995462c7df72c347a4012578d0c923a036aaebd761844bfc6804639f21e386e53fe68b0445b091a
+Size (php-7.2.9.tar.bz2) = 15067091 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