diff options
author | taca <taca@pkgsrc.org> | 2017-06-09 01:23:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-09 01:23:25 +0000 |
commit | c472d6416e42d0766cf6e58e921f21528649f9c9 (patch) | |
tree | 93c180d8501bc6d81701c2c9d21feebc46f8e838 | |
parent | 3130648bef1571aabafdeb74a2b9a0953837888d (diff) | |
download | pkgsrc-c472d6416e42d0766cf6e58e921f21528649f9c9.tar.gz |
Update php71 to 7.1.6.
7 Jun 2017, PHP 7.1.6
- Core:
. Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i).
(Laruence)
. Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).
(Laruence)
. Fixed bug #74589 (__DIR__ wrong for unicode character). (Anatol)
- intl:
. Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)
- MySQLi:
. Fixed bug #74547 (mysqli::change_user() doesn't accept null as $database
argument w/strict_types). (Anatol)
- Opcache:
. Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled). (Laruence)
- phar:
. Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT
and DELETE method). (Christian Weiske)
- Readline:
. Fixed bug #74490 (readline() moves the cursor to the beginning of the line).
(Anatol)
- Standard:
. Fixed bug #74510 (win32/sendmail.c anchors CC header but not BCC).
(Damian Wadley, Anatol)
- xmlreader:
. Fixed bug #74457 (Wrong reflection on XMLReader::expand). (villfa)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php71/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index bc749c35c33..672113d8b13 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.180 2017/06/08 14:52:59 taca Exp $ +# $NetBSD: phpversion.mk,v 1.181 2017/06/09 01:23:25 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.30 PHP70_VERSION= 7.0.20 -PHP71_VERSION= 7.1.5 +PHP71_VERSION= 7.1.6 # Define initial release of major version. PHP56_RELDATE= 20140828 diff --git a/lang/php71/distinfo b/lang/php71/distinfo index e1737f41d09..83a53e0f52f 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.21 2017/05/12 14:46:52 taca Exp $ +$NetBSD: distinfo,v 1.22 2017/06/09 01:23:25 taca Exp $ -SHA1 (php-7.1.5.tar.bz2) = cf46b42bfd14ab77eabb6ecb535a08348e93db28 -RMD160 (php-7.1.5.tar.bz2) = 124c90a7a60a93fb4c24edbbecb9e481e373e9b5 -SHA512 (php-7.1.5.tar.bz2) = ce0bbaf858e58f928d25443323e383d9c12f35be8be66047b5bbbfdea8e8504932ddc54f9ec014afa5637d3c56c4bca774849576130b50998a57aa8465e873c3 -Size (php-7.1.5.tar.bz2) = 15723691 bytes +SHA1 (php-7.1.6.tar.bz2) = cad3af5b10a4c303da8ef825aa5294f276267344 +RMD160 (php-7.1.6.tar.bz2) = cf898da92c8fd2f7551411e0907e9e7a3347745b +SHA512 (php-7.1.6.tar.bz2) = 9f4e815b4c8e6241d73dd6220e8b2b09cb4d7f24b7891119414535ae905b482ce3ee2c9581cf9c35a61af77e62fed4e4856339e7d928047f2c05c10100c5009e +Size (php-7.1.6.tar.bz2) = 15732452 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f |