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 201ED7A2B1 for ; Tue, 26 Apr 2016 14:37:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CAFE085EBC; Tue, 26 Apr 2016 14:37:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 583F185EA8 for ; Tue, 26 Apr 2016 14:37:55 +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 C-hUYUwy2VpF for ; Tue, 26 Apr 2016 14:37:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ECAA084C6C for ; Tue, 26 Apr 2016 14:37:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7DA6FBBA; Tue, 26 Apr 2016 14:37:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 26 Apr 2016 14:37:54 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160426143754.E7DA6FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Tue Apr 26 14:37:54 UTC 2016 Modified Files: pkgsrc/lang/nodejs: Makefile PLIST distinfo Log Message: Update lang/nodejs to 5.11.0. Buffer: - Buffer.prototype.compare can now compare sub-ranges of two Buffers. deps: - update to http-parser 2.7.0 - update ESLint to 2.7.0 net: - adds support for passing DNS lookup hints to createConnection() node: - Make the builtin libraries available for the --eval and --print CLI options npm: - upgrade npm to 3.8.6 repl: - Pressing enter in the repl will repeat the last command by default if no input has been received. This behaviour was in node previously and was not removed intentionally. src: - add SIGINFO to supported signals streams: - Fix a regression that caused by net streams requesting multiple chunks synchronously when combined with cork/uncork zlib: - The flushing flag is now configurable allowing for decompression of partial data To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/nodejs/PLIST cvs rdiff -u -r1.61 -r1.62 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.