diff options
author | taca <taca@pkgsrc.org> | 2018-08-19 13:56:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-08-19 13:56:59 +0000 |
commit | 52cdd3317833e47d3ee0b79b25f90a4b2c654ef4 (patch) | |
tree | 71919f2a2114df0e452e3e78045715f5e3dd504a /lang | |
parent | 5a7cc5359bbb24c2abbf902b3aeab391ee1ab603 (diff) | |
download | pkgsrc-52cdd3317833e47d3ee0b79b25f90a4b2c654ef4.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php72/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 6819adf3b41..080d50c5c06 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -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 @@ PHPVERSION_MK= defined 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 --git a/lang/php72/distinfo b/lang/php72/distinfo index ba03c0e8451..4277b47e926 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -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 |