Received: by mail.netbsd.org (Postfix, from userid 605) id 67689855A4; Thu, 15 Jun 2017 18:16:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED2D885594 for ; Thu, 15 Jun 2017 18:16:56 +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 ZPyx2rXZ-jQG for ; Thu, 15 Jun 2017 18:16:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7B9BE84D73 for ; Thu, 15 Jun 2017 18:16:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 798BCFAE8; Thu, 15 Jun 2017 18:16:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497550616126440" MIME-Version: 1.0 Date: Thu, 15 Jun 2017 18:16:56 +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: <20170615181656.798BCFAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497550616126440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Thu Jun 15 18:16:56 UTC 2017 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: Update lang/nodejs to 8.1.2. - Fix broken process.release properties in 8.1.1 causing failure to compile native add-ons on platforms other than Windows. This is a fix in the Node.js build process so there are no additional code commits included on top of 8.1.1. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497550616126440 Content-Disposition: inline Content-Length: 1807 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs/Makefile diff -u pkgsrc/lang/nodejs/Makefile:1.100 pkgsrc/lang/nodejs/Makefile:1.101 --- pkgsrc/lang/nodejs/Makefile:1.100 Wed Jun 14 12:59:14 2017 +++ pkgsrc/lang/nodejs/Makefile Thu Jun 15 18:16:56 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2017/06/14 12:59:14 fhajny Exp $ +# $NetBSD: Makefile,v 1.101 2017/06/15 18:16:56 fhajny Exp $ -DISTNAME= node-v8.1.1 +DISTNAME= node-v8.1.2 CONFIGURE_ARGS+= --with-intl=system-icu Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.97 pkgsrc/lang/nodejs/distinfo:1.98 --- pkgsrc/lang/nodejs/distinfo:1.97 Wed Jun 14 12:59:14 2017 +++ pkgsrc/lang/nodejs/distinfo Thu Jun 15 18:16:56 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.97 2017/06/14 12:59:14 fhajny Exp $ +$NetBSD: distinfo,v 1.98 2017/06/15 18:16:56 fhajny Exp $ -SHA1 (node-v8.1.1.tar.gz) = 1dc82caaa7f9ade7e5669a06a8ccf5a1d172fcdd -RMD160 (node-v8.1.1.tar.gz) = 733e769f22db0281548752d8b18abd9393f857a4 -SHA512 (node-v8.1.1.tar.gz) = 603b4ee2d34fc4b15e1140b0a11cee907e44ee3351b43fc37b5472af60c295ec759887684d410d0b9f2771ea12f04de5de36b373a3b413d94cd26a8362f51a18 -Size (node-v8.1.1.tar.gz) = 29933457 bytes +SHA1 (node-v8.1.2.tar.gz) = e80d3e6ae766349a925911f0a8e5533827c58673 +RMD160 (node-v8.1.2.tar.gz) = e10a7c60e0db80fa771df123dd47f5844d9372cd +SHA512 (node-v8.1.2.tar.gz) = fbf68c15936dcf89eb3460977200ab2948a752655d58f1b90fc3729aab3c6514cb9c7e4a1312866719be7f9451a23ff11845536f0c70790ce05b14e11185644e +Size (node-v8.1.2.tar.gz) = 29934001 bytes SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50 --_----------=_1497550616126440--