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 A6F4D7ABF5 for ; Tue, 29 Dec 2015 21:09:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BDB2C85F6E; Tue, 29 Dec 2015 20:52:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BEEB85F6D for ; Tue, 29 Dec 2015 20:52:55 +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 Edwod7u-y0je for ; Tue, 29 Dec 2015 20:52:55 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA00685F2C for ; Tue, 29 Dec 2015 20:52:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3990FBAE; Tue, 29 Dec 2015 20:52:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 29 Dec 2015 20:52: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: <20151229205254.E3990FBAE@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 Dec 29 20:52:54 UTC 2015 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: Update lang/nodejs to 5.3.0. - buffer: Buffer.prototype.includes() has been added to keep parity with TypedArrays. - domains: Fix handling of uncaught exceptions. - https: Added support for disabling session caching. - repl: Allow third party modules to be imported using require(). This corrects a regression from 5.2.0. - deps: Upgrade libuv to 1.8.0. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.