diff options
author | taca <taca@pkgsrc.org> | 2018-04-26 15:43:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-04-26 15:43:03 +0000 |
commit | 4c63e6c6b6e8ad163091ba45819f03261155fb23 (patch) | |
tree | 4e2fde04f5702eeb1f61475a38200eaeca4b39f4 /lang/php72 | |
parent | 4f77ca022df3dbbf59bed2f6d8a21ca8682444d6 (diff) | |
download | pkgsrc-4c63e6c6b6e8ad163091ba45819f03261155fb23.tar.gz |
lang/php72: update to 7.2.5
26 Apr 2018, PHP 7.2.5
- Core:
. Fixed bug #75722 (Convert valgrind detection to configure option).
(Michael Heimpold)
- Date:
. Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)
- Exif:
. Fixed bug#76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
(Stas)
- FPM:
. Fixed bug #68440 (ERROR: failed to reload: execvp() failed: Argument list
too long). (Jacob Hipps)
. Fixed incorrect write to getenv result in FPM reload. (Jakub Zelenka)
- GD:
. Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
(cmb)
- intl:
. Fixed bug #76153 (Intl compilation fails with icu4c 61.1). (Anatol)
- iconv:
. Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
invalid sequence). (Stas)
- ldap:
. Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)
- mbstring:
. Fixed bug #75944 (Wrong cp1251 detection). (dmk001)
. Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).
(chrullrich, cmb)
- ODBC:
. Fixed bug #76088 (ODBC functions are not available by default on Windows).
(cmb)
- Opcache:
. Fixed bug #76094 (Access violation when using opcache). (Laruence)
- Phar:
. Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)
- phpdbg:
. Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)
- SPL:
. Fixed bug #76131 (mismatch arginfo for splarray constructor).
(carusogabriel)
- standard:
. Fixed bug #74139 (mail.add_x_header default inconsistent with docs). (cmb)
. Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
Diffstat (limited to 'lang/php72')
-rw-r--r-- | lang/php72/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php72/distinfo b/lang/php72/distinfo index 437da21a591..65a6f3f19d2 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2018/03/29 16:21:06 taca Exp $ +$NetBSD: distinfo,v 1.24 2018/04/26 15:43:03 taca Exp $ -SHA1 (php-7.2.4.tar.bz2) = 9a15da9e1c58ce873bd1af042b9cb0ee6bbb3bd4 -RMD160 (php-7.2.4.tar.bz2) = aa57c3e7cb47405022c932f6b03d96f78a7eeb18 -SHA512 (php-7.2.4.tar.bz2) = 036348c7dd1b14cb8d843682a800c396a2a712db3113fb1443826171d4fc75e326b1e239807cd59cbc3c703ffdba3e2a48033052c01552dd1c9454c6abf20fe0 -Size (php-7.2.4.tar.bz2) = 14615288 bytes +SHA1 (php-7.2.5.tar.bz2) = e55bda8765a9fac91f7f2b93ddcbfd2b0d2824ac +RMD160 (php-7.2.5.tar.bz2) = 7fad91f3b0ffadad65053f67b99b1d2879a89166 +SHA512 (php-7.2.5.tar.bz2) = af9a77a9a642470867ea8a14a0d4bc34bbcfc87e2a2155a7121cea98909118c4577f0413e74f02c883c0ef64ba21c15712b673f4b84b2e2d190a60dbd7780f24 +Size (php-7.2.5.tar.bz2) = 14623251 bytes SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 |