pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update php71 to 7.1.0rc6 (PHP 7.1.0RC6), includin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b53020fc32c8
branches:  trunk
changeset: 354842:b53020fc32c8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 12 15:41:24 2016 +0000

description:
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:

 lang/php/phpversion.mk |   4 ++--
 lang/php71/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r cc56e087e60d -r b53020fc32c8 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Nov 12 15:38:29 2016 +0000
+++ b/lang/php/phpversion.mk    Sat Nov 12 15:41:24 2016 +0000
@@ -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 @@
 # 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 -r cc56e087e60d -r b53020fc32c8 lang/php71/distinfo
--- a/lang/php71/distinfo       Sat Nov 12 15:38:29 2016 +0000
+++ b/lang/php71/distinfo       Sat Nov 12 15:41:24 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index