Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A026C71008 for ; Wed, 2 Oct 2013 09:58:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D51F314A16D; Wed, 2 Oct 2013 09:58:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1726814A16B for ; Wed, 2 Oct 2013 09:58:22 +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 wP_n68O0pXsA for ; Wed, 2 Oct 2013 09:58:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 89DA914A16A for ; Wed, 2 Oct 2013 09:58:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4D8F996; Wed, 2 Oct 2013 09:58:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 2 Oct 2013 09:58:21 +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: <20131002095821.4D8F996@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 Oct 2 09:58:21 UTC 2013 Modified Files: pkgsrc/lang/nodejs: Makefile PLIST distinfo Log Message: 2013.09.30, Version 0.10.20 (Stable) * tls: fix sporadic hang and partial reads (Fedor Indutny) - fixes "npm ERR! cb() never called!" 2013.09.24, Version 0.10.19 (Stable), 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904 * uv: Upgrade to v0.10.17 * npm: upgrade to 1.3.11 * readline: handle input starting with control chars (Eric Schrock) * configure: add mips-float-abi (soft, hard) option (Andrei Sedoi) * stream: objectMode transforms allow falsey values (isaacs) * tls: prevent duplicate values returned from read (Nathan Rajlich) * tls: NPN protocols are now local to connections (Fedor Indutny) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/nodejs/Makefile \ pkgsrc/lang/nodejs/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/nodejs/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.