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 12D527A2AD for ; Wed, 27 Apr 2016 15:03:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BD26685F09; Wed, 27 Apr 2016 15:03:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AC8B85E54 for ; Wed, 27 Apr 2016 15:03:11 +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 WlwcNeDZu2Uv for ; Wed, 27 Apr 2016 15:03:10 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D103B85E40 for ; Wed, 27 Apr 2016 15:03:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC120FBBA; Wed, 27 Apr 2016 15:03:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 27 Apr 2016 15:03:10 +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: <20160427150310.CC120FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Wed Apr 27 15:03:10 UTC 2016 Modified Files: pkgsrc/lang/nodejs: Makefile Makefile.common PLIST distinfo pkgsrc/lang/nodejs/patches: patch-deps_v8_src_arm_cpu-arm.cc Log Message: Update lang/nodejs to 6.0.0. This release will become the new LTS later in 2016. The following significant changes have been made since the previous Node.js v5.0.0 release. Buffer - New Buffer constructors have been added #4682 and #5833. - Existing Buffer() and SlowBuffer() constructors have been deprecated in docs #4682 and #5833. - Previously deprecated Buffer APIs are removed #5048, #4594. - Improved error handling #4514. - The Buffer.prototype.lastIndexOf() method has been added #4846. Cluster - Worker emitted as first argument in 'message' event #5361. - The worker.exitedAfterDisconnect property replaces worker.suicide #3743. Console - Calling console.timeEnd() with an unknown label now emits a process warning rather than throwing #5901. Crypto - Improved error handling #3100, #5611. - Simplified Certificate class bindings #5382. - Improved control over FIPS mode #5181. - pbkdf2 digest overloading is deprecated #4047. Dependencies - Reintroduce shared c-ares build support #5775. - V8 updated to 5.0.71.35 #6372. DNS - Add dns.resolvePtr() API to query plain DNS PTR records #4921. Domains - Clear stack when no error handler #4659. Events - The EventEmitter.prototype._events object no longer inherits from Object.prototype #6092. - The EventEmitter.prototype.prependListener() and EventEmitter.prototype.prependOnceListener() methods have been added #6032. File System - The fs.realpath() and fs.realpathSync() methods have been updated to use a more efficient libuv-based implementation. This change includes the removal of the cache argument and the method can throw new errors #3594. - FS apis can now accept and return paths as Buffers #5616. - Error handling and type checking improvements #5616, #5590, #4518, #3917. - fs.read's string interface is deprecated #4525. HTTP - 'clientError' can now be used to return custom errors from an HTTP server #4557. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/nodejs/Makefile.common cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/nodejs/PLIST cvs rdiff -u -r1.62 -r1.63 pkgsrc/lang/nodejs/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/lang/nodejs/patches/patch-deps_v8_src_arm_cpu-arm.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.