diff options
author | taca <taca@pkgsrc.org> | 2016-11-12 15:41:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-11-12 15:41:24 +0000 |
commit | 0bc5017f589f940c6acb299300b8ba25a358c46d (patch) | |
tree | ec5f8a167e46105f2c22b63373851f5b2bee0dc7 /lang | |
parent | 5865052039b2170ad5d2428a51c71f40e9f148da (diff) | |
download | pkgsrc-0bc5017f589f940c6acb299300b8ba25a358c46d.tar.gz |
Update php71 to 7.1.0rc6 (PHP 7.1.0RC6), including security fix.
10 Nov 2016, PHP 7.1.0RC6
- Core:
. Fixded bug #72736 (Slow performance when fetching large dataset with mysqli
/ PDO). (Dmitry)
- Date:
. Fixed bug #73426 (createFromFormat with 'z' format char results in
incorrect time). (Derick)
- JSON:
. Introduced encoder struct instead of global which fixes bugs #66025 and
#73254 related to pretty print indentation. (Jakub Zelenka)
- ODBC:
. Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes).
(Anatol)
- PCRE:
. Fixed bug #73392 (A use-after-free in zend allocator management).
(Laruence)
- PDO_Firebird:
. Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam).
(Dorin Marcoci)
- SPL:
. Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)
Diffstat (limited to 'lang')
-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 2334d2f4b34..a2d17e93547 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.164 2016/11/12 15:38:29 taca Exp $ +# $NetBSD: phpversion.mk,v 1.165 2016/11/12 15:41: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.28 PHP70_VERSION= 7.0.13 -PHP71_VERSION= 7.1.0RC5 +PHP71_VERSION= 7.1.0RC6 # Define initial release of major version. PHP56_RELDATE= 20140828 diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 46adc39e518..8f28c7f71a1 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2016/11/05 14:30:30 jdolecek Exp $ +$NetBSD: distinfo,v 1.9 2016/11/12 15:41:24 taca Exp $ -SHA1 (php-7.1.0RC5.tar.bz2) = f8387ec993a622d4e0dbb58751aaf0a6bcde226d -RMD160 (php-7.1.0RC5.tar.bz2) = b34b659f52d926f5ecbdac93e2ae5e3259bd4736 -SHA512 (php-7.1.0RC5.tar.bz2) = c6ff2ce84cdf6d772e1f9eebc85397b269634a956d82266526b6d75f784cff2a0abb90bd562df18fae3cb0f434c9eded3cce804910fdbf94cab221b193d420e5 -Size (php-7.1.0RC5.tar.bz2) = 15539145 bytes +SHA1 (php-7.1.0RC6.tar.bz2) = 46144d74951f0ecfb2ce8d1c5d7890175cfd47b4 +RMD160 (php-7.1.0RC6.tar.bz2) = 3020a5f6ea44d88e49fb642d722c7819557304a7 +SHA512 (php-7.1.0RC6.tar.bz2) = f0343af4baff40c5411656ca9b9ac4e5e920de8e9cb99df0b957a7f87f59fcb097e80e53b6edb26027f89488086d7955b3e1f8967bef8fb396c8af67bc5455dc +Size (php-7.1.0RC6.tar.bz2) = 15555392 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f |