Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E636D7A279 for ; Fri, 17 Mar 2017 15:34:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 957E8855FC; Fri, 17 Mar 2017 15:34:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26441855FB for ; Fri, 17 Mar 2017 15:34:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZxoqUVuZtNOi for ; Fri, 17 Mar 2017 15:34:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 87E4185584 for ; Fri, 17 Mar 2017 15:34:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 833CDFBE4; Fri, 17 Mar 2017 15:34:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489764855276810" MIME-Version: 1.0 Date: Fri, 17 Mar 2017 15:34:15 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170317153415.833CDFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1489764855276810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Mar 17 15:34:15 UTC 2017 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: Update php70 to 7.0.17. 16 Mar 2017 PHP 7.0.17 - Core: . 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 #74039 (is_infinite(-INF) returns false). (Christian Schmidt) . 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 #72719 (Relative datetime format ignores weekday on sundays only). (Derick) . Fixed bug #73294 (DateTime wrong when date string is negative). (Derick) . Fixed bug #73489 (wrong timestamp when call setTimeZone multi times with UTC offset). (xiami, Derick) . Fixed bug #73858 (first/last day of' flag is not being reset). (Derick) . Fixed bug #73942 ($date->modify('Friday this week') doesn't return a Friday if $date is a Sunday). (Derick) . Fixed bug #74057 (wrong day when using "this week" in strtotime). (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 #74152 (if statement says true to a null variable). (Laruence) . Fixed bug #74019 (Segfault with list). (Laruence) - OpenSSL: . Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file). (Anatol) - Standard: . Fixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments). (Laruence) . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed). (Anatol) . 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) To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/php70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489764855276810 Content-Disposition: inline Content-Length: 2015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.173 pkgsrc/lang/php/phpversion.mk:1.174 --- pkgsrc/lang/php/phpversion.mk:1.173 Sat Feb 18 13:13:07 2017 +++ pkgsrc/lang/php/phpversion.mk Fri Mar 17 15:34:15 2017 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.173 2017/02/18 13:13:07 taca Exp $ +# $NetBSD: phpversion.mk,v 1.174 2017/03/17 15:34:15 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 @@ -88,7 +88,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.30 -PHP70_VERSION= 7.0.16 +PHP70_VERSION= 7.0.17 PHP71_VERSION= 7.1.2 # Define initial release of major version. Index: pkgsrc/lang/php70/distinfo diff -u pkgsrc/lang/php70/distinfo:1.28 pkgsrc/lang/php70/distinfo:1.29 --- pkgsrc/lang/php70/distinfo:1.28 Mon Feb 20 09:35:17 2017 +++ pkgsrc/lang/php70/distinfo Fri Mar 17 15:34:15 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.28 2017/02/20 09:35:17 wiz Exp $ +$NetBSD: distinfo,v 1.29 2017/03/17 15:34:15 taca Exp $ -SHA1 (php-7.0.16.tar.bz2) = 413bf81cb8ea52a00cb38e0d6a4f528c364431c0 -RMD160 (php-7.0.16.tar.bz2) = 8e8ca9080abfdcb37b52c1404217c5cd618bf8f8 -SHA512 (php-7.0.16.tar.bz2) = b6f44fd1ba0bd97c2af13e74b750761561adc8f859607383a4927aa6924d5a2ef46a547c0d154261c9131d07d41e8c0d2ea153b32546b7122ec1ad7aa1fc19cd -Size (php-7.0.16.tar.bz2) = 15326972 bytes +SHA1 (php-7.0.17.tar.bz2) = 6c20436c50fdf342891f836f2864a43fdbe0bf71 +RMD160 (php-7.0.17.tar.bz2) = 2f4dd83e4d4253aaad45fa5f28cd973815382edb +SHA512 (php-7.0.17.tar.bz2) = a50e53915cb4af59d90cf5a754f74bc307bf0de7904297eb8364d85418399203b6f81ddff23e4c68d36bfe8c4ce8ae1d511ec3cad21872c5113acc0f494b43d7 +Size (php-7.0.17.tar.bz2) = 15326542 bytes SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76 --_----------=_1489764855276810--