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.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/262cd41403ac
branches:  trunk
changeset: 362363:262cd41403ac
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri May 12 14:46:52 2017 +0000

description:
Update php71 to 7.1.5.

11 May 2017, PHP 7.1.5

- Core:
  . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence)
  . Fixed bug #74353 (Segfault when killing within bash script trap code).
    (Laruence)
  . Fixed bug #74340 (Magic function __get has different behavior in php 7.1.x).
    (Nikita)
  . Fixed bug #74188 (Null coalescing operator fails for undeclared static
    class properties). (tpunt)
  . Fixed bug #74444 (multiple catch freezes in some cases). (David Mat?jka)
  . Fixed bug #74410 (stream_select() is broken on Windows Nanoserver).
    (Matt Ficken)
  . Fixed bug #74337 (php-cgi.exe crash on facebook callback).
    (Anton Serbulov)

- Date:
  . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).
    (krakjoe)
  . Fixed bug #74080 (add constant for RFC7231 format datetime). (duncan3dc)

- DOM:
  . Fixed bug #74416 (Wrong reflection on DOMNode::cloneNode).
    (Remi, Fabien Villepinte)

- Fileinfo:
  . Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c).
    (Laruence)

- GD:
  . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
    (krakjoe)

- MySQLnd:
  . Fixed bug #74376 (Invalid free of persistent results on error/connection
    loss). (Yussuf Khalil)

- Intl:
  . Fixed bug #65683 (Intl does not support DateTimeImmutable). (Ben Scholzen)
  . Fixed bug #74298 (IntlDateFormatter->format() doesn't return
    microseconds/fractions). (Andrew Nester)
  . Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa)
  . Fixed bug #74439 (wrong reflection for Locale methods). (villfa)

- Opcache:
  . Fixed bug #74456 (Segmentation error while running a script in CLI mode).
    (Laruence)
  . Fixed bug #74431 (foreach infinite loop). (Nikita)
  . Fixed bug #74442 (Opcached version produces a nested array). (Nikita)

- OpenSSL:
  . Fixed bug #73833 (null character not allowed in openssl_pkey_get_private).
    (Jakub Zelenka)
  . Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH
    key). (Jakub Zelenka)
  . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without
    seconds). (Moritz Fain)

- phar:
  . Fixed bug #74383 (phar method parameters reflection correction).
    (mhagstrand)

- Readline:
  . Fixed bug #74489 (readline() immediately returns false in interactive
    console mode). (Anatol)

- Standard:
  . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan)
  . Fixed bug #74361 (Compaction in array_rand() violates COW). (Nikita)

- Streams:
  . Fixed bug #74429 (Remote socket URI with unique persistence identifier
    broken). (Sara)

diffstat:

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

diffs (36 lines):

diff -r d709b0a2e489 -r 262cd41403ac lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri May 12 14:45:36 2017 +0000
+++ b/lang/php/phpversion.mk    Fri May 12 14:46:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.178 2017/05/12 14:45:36 taca Exp $
+# $NetBSD: phpversion.mk,v 1.179 2017/05/12 14:46:52 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.30
 PHP70_VERSION= 7.0.19
-PHP71_VERSION= 7.1.4
+PHP71_VERSION= 7.1.5
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r d709b0a2e489 -r 262cd41403ac lang/php71/distinfo
--- a/lang/php71/distinfo       Fri May 12 14:45:36 2017 +0000
+++ b/lang/php71/distinfo       Fri May 12 14:46:52 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2017/05/03 11:45:25 maya Exp $
+$NetBSD: distinfo,v 1.21 2017/05/12 14:46:52 taca Exp $
 
-SHA1 (php-7.1.4.tar.bz2) = 87d6de530d7f4a9ca1bf5d29bf91eada9d0471e3
-RMD160 (php-7.1.4.tar.bz2) = b51d1ac458bcac07de63117e556d109040e98ac0
-SHA512 (php-7.1.4.tar.bz2) = a1dd5ffd756176e6ba600dd850510033d0d6f07aff314de69fec0c42437e6a006449e3f4f98679146a2f2645caa65ea351e31a8e1da7c14cc5260856ad40eaff
-Size (php-7.1.4.tar.bz2) = 15710808 bytes
+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 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index