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.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc4f16e15e16
branches: trunk
changeset: 359766:bc4f16e15e16
user: taca <taca%pkgsrc.org@localhost>
date: Fri Mar 17 15:35:13 2017 +0000
description:
Update php71 to 7.1.3.
16 Mar 2017, PHP 7.1.3
- Core:
. Fixed bug #74157 (Segfault with nested generators). (Laruence)
. Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to
typehinted by-ref arg). (Laruence)
. Fixed bug #74093 (Maximum execution time of n+2 seconds exceed not written
in error_log). (Laruence)
. Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite).
(Dmitry, Laruence)
. Fixed bug #74084 (Out of bound read - zend_mm_alloc_small). (Laruence)
. Fixed bug #73807 (Performance problem with processing large post request).
(Nikita)
. Fixed bug #73998 (array_key_exists fails on arrays created by
get_object_vars). (mhagstrand)
. Fixed bug #73954 (NAN check fails on Alpine Linux with musl). (Andrea)
. Fixed bug #73677 (Generating phar.phar core dump with gcc ASAN enabled
build). (ondrej)
- Apache:
. Fixed bug #61471 (Incomplete POST does not timeout but is passed to PHP).
(Zheng Shao)
- Date:
. Fixed bug #73837 ("new DateTime()" sometimes returns 1 second ago value).
(Derick)
- FPM:
. Fixed bug #69860 (php-fpm process accounting is broken with keepalive).
(Denis Yeldandi)
- Hash:
. Fixed bug #73127 (gost-crypto hash incorrect if input data contains long
0xFF sequence). (Grundik)
- GD:
. Fixed bug #74031 (ReflectionFunction for imagepng is missing last two
parameters). (finwe)
- Mysqlnd:
. Fixed bug #74021 (fetch_array broken data. Data more then MEDIUMBLOB).
(Andrew Nester, Nikita)
- Opcache:
. Fixed bug #74019 (Segfault with list). (Laruence)
- OpenSSL:
. Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file).
(Anatol)
. Fixed bug #74099 (Memory leak with openssl_encrypt()). (Andrew Nester)
- Standard:
. Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed).
(Anatol)
. Fixed bug #74041 (substr_count with length=0 broken). (Nikita)
. Fixed bug #73118 (is_callable callable name reports misleading value for
anonymous classes). (Adam Saponara)
. Fixed bug #74105 (PHP on Linux should use /dev/urandom when getrandom is
not available). (Benjamin Robin)
- Streams:
. Fixed bug #73496 (Invalid memory access in zend_inline_hash_func).
(Laruence)
. Fixed bug #74090 (stream_get_contents maxlength>-1 returns empty string).
(Anatol)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php71/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 5bd087091054 -r bc4f16e15e16 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Mar 17 15:34:15 2017 +0000
+++ b/lang/php/phpversion.mk Fri Mar 17 15:35:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.174 2017/03/17 15:34:15 taca Exp $
+# $NetBSD: phpversion.mk,v 1.175 2017/03/17 15:35:13 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.17
-PHP71_VERSION= 7.1.2
+PHP71_VERSION= 7.1.3
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff -r 5bd087091054 -r bc4f16e15e16 lang/php71/distinfo
--- a/lang/php71/distinfo Fri Mar 17 15:34:15 2017 +0000
+++ b/lang/php71/distinfo Fri Mar 17 15:35:13 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2017/02/20 03:23:13 taca Exp $
+$NetBSD: distinfo,v 1.15 2017/03/17 15:35:14 taca Exp $
-SHA1 (php-7.1.2.tar.bz2) = 1f9b81136dd4bd4cca5092f87cac3b5c23708d36
-RMD160 (php-7.1.2.tar.bz2) = 508fb098c9ff9434345b8f33dd9ff4b11c0fcd6b
-SHA512 (php-7.1.2.tar.bz2) = b4a3492f4af92facd16e7dfb47ec16b43e4c5b25be193ff6e36418173893edb75ca4ca94767b643a6971d60578727fa1f67f20cc84b9a140cb1b9a367ec34a6f
-Size (php-7.1.2.tar.bz2) = 15740771 bytes
+SHA1 (php-7.1.3.tar.bz2) = 60359b3154d00502f84adfea84d008e3aa0b81ab
+RMD160 (php-7.1.3.tar.bz2) = a54b805e234a8bf7f1f6a1c0b2250e11bcaf1219
+SHA512 (php-7.1.3.tar.bz2) = 90dd06348d5884a2bb4a22ab80bb4f50e603751a1787096f447762fe00e5b4f36deafda045ecf6345883d9f4b711755a854a2e7043f27702acfe78ade90b42d9
+Size (php-7.1.3.tar.bz2) = 15709683 bytes
SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
Home |
Main Index |
Thread Index |
Old Index