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 E94EE7A338 for ; Sat, 10 Dec 2016 07:09:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 99A7885607; Sat, 10 Dec 2016 07:09:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A368855FD for ; Sat, 10 Dec 2016 07:09:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dwm-iHaBnsWB for ; Sat, 10 Dec 2016 07:09:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90B4F855CA for ; Sat, 10 Dec 2016 07:09:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EBBAFBA6; Sat, 10 Dec 2016 07:09:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481353770146120" MIME-Version: 1.0 Date: Sat, 10 Dec 2016 07:09:30 +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: <20161210070930.8EBBAFBA6@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. --_----------=_1481353770146120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 10 07:09:30 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: Update php70 to 7.0.14 (PHP 7.0.14). 08 Dec 2016 PHP 7.0.14 - Core: . Fixed memory leak(null coalescing operator with Spl hash). (Tyson Andre) . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO). (Dmitry) - Calendar: . Fix integer overflows (Joshua Rogers) - Date: . Fixed bug #69587 (DateInterval properties and isset). (jhdxr) - DTrace: . Disabled PHP call tracing by default (it makes significant overhead). This may be enabled again using envirionment variable USE_ZEND_DTRACE=1. (Dmitry) - JSON: . Fixed bug #73526 (php_json_encode depth issue). (Jakub Zelenka) - Mysqlnd: . Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb) - ODBC: . Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes). (Anatol) - Opcache: . Fixed bug #69090 (check cached files permissions). (dmitry) . Fixed bug #73546 (Logging for opcache has an empty file name). (mhagstrand) - PCRE: . Fixed bug #73483 (Segmentation fault on pcre_replace_callback). (Laruence) . 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) - Phar: . Fixed bug #73580 (Phar::isValidPharFilename illegal memory access). (Stas) - Postgres: . Fixed bug #73498 (Incorrect SQL generated for pg_copy_to()). (Craig Duncan) - Soap: . Fixed bug #73538 (SoapClient::__setSoapHeaders doesn't overwrite SOAP headers). (duncan3dc) . Fixed bug #73452 (Segfault (Regression for #69152)). (Dmitry) - SPL: . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence) - SQLite3: . Fixed bug #73530 (Unsetting result set may reset other result set). (cmb) - Standard: . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue). (rowan dot collins at gmail dot com) . Fixed bug #73645 (version_compare illegal write access). (Stas) - Wddx: . Fixed bug #73631 (Invalid read when wddx decodes empty boolean element). (Stas) - XML: . Fixed bug #72135 (malformed XML causes fault) (edgarsandi) To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/php70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481353770146120 Content-Disposition: inline Content-Length: 2019 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.166 pkgsrc/lang/php/phpversion.mk:1.167 --- pkgsrc/lang/php/phpversion.mk:1.166 Sat Dec 10 07:08:39 2016 +++ pkgsrc/lang/php/phpversion.mk Sat Dec 10 07:09:30 2016 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.166 2016/12/10 07:08:39 taca Exp $ +# $NetBSD: phpversion.mk,v 1.167 2016/12/10 07:09:30 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.29 -PHP70_VERSION= 7.0.13 +PHP70_VERSION= 7.0.14 PHP71_VERSION= 7.1.0RC6 # Define initial release of major version. Index: pkgsrc/lang/php70/distinfo diff -u pkgsrc/lang/php70/distinfo:1.22 pkgsrc/lang/php70/distinfo:1.23 --- pkgsrc/lang/php70/distinfo:1.22 Tue Dec 6 08:53:48 2016 +++ pkgsrc/lang/php70/distinfo Sat Dec 10 07:09:30 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2016/12/06 08:53:48 adam Exp $ +$NetBSD: distinfo,v 1.23 2016/12/10 07:09:30 taca Exp $ -SHA1 (php-7.0.13.tar.bz2) = eb81c83dc4aa711926c870b4bf2f4e6ebc8ffbbb -RMD160 (php-7.0.13.tar.bz2) = 9f6402077a57d33a99aeb3766fcfc42c25b8c88f -SHA512 (php-7.0.13.tar.bz2) = 53276fbd35855b9337120fd74f6932e70822b8e5508b6bed068a78805049d36960300e781ec5640f4a90f2d4a09e506084a865341d151bc5c87b7777cb5ff6a3 -Size (php-7.0.13.tar.bz2) = 15239442 bytes +SHA1 (php-7.0.14.tar.bz2) = 72769f56451b9f738e70888d7711dd5f3c5a1d79 +RMD160 (php-7.0.14.tar.bz2) = 75d21fdf581999814e7d96a91aa7ae08143d1275 +SHA512 (php-7.0.14.tar.bz2) = 549b2e03b92df93646e430406cc20791b12de329a1fa83f8c2d42c5894119cd67b88a047b503925a7574077a66d9a0a0ada1921cbe62dba32d51c850b7d589ee +Size (php-7.0.14.tar.bz2) = 15239441 bytes SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76 --_----------=_1481353770146120--