From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJoeh-0007lY-TV for guix-patches@gnu.org; Tue, 28 Nov 2017 17:47:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJoed-0005rQ-JT for guix-patches@gnu.org; Tue, 28 Nov 2017 17:47:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54820) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJoed-0005r1-Fl for guix-patches@gnu.org; Tue, 28 Nov 2017 17:47:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJoec-0007Po-Cy for guix-patches@gnu.org; Tue, 28 Nov 2017 17:47:03 -0500 Subject: [bug#29449] [PATCH] gnu: node: Update to 8.9.1. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <877eudg6d7.fsf@gnu.org> <87zi79ueck.fsf@gnu.org> <87d144vh69.fsf@fsfe.org> <87r2skb9p9.fsf@gnu.org> <87wp2cnmaa.fsf@gnu.org> <87k1yb9lvz.fsf@gnu.org> <87y3mq3h9v.fsf@gnu.org> <20171128182825.GH14200@jasmine.lan> Date: Tue, 28 Nov 2017 23:46:30 +0100 In-Reply-To: <20171128182825.GH14200@jasmine.lan> (Leo Famulari's message of "Tue, 28 Nov 2017 13:28:25 -0500") Message-ID: <87374yrph5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 29449@debbugs.gnu.org Leo Famulari skribis: > On Tue, Nov 28, 2017 at 10:05:16AM +0100, Ludovic Court=C3=A8s wrote: >> Mike Gerwitz skribis: >>=20 >> > From a07f3f92a0768661dbcb2a4b87fe08dd04149190 Mon Sep 17 00:00:00 2001 >> > From: Mike Gerwitz >> > Date: Sat, 25 Nov 2017 20:34:12 -0500 >> > Subject: [PATCH] gnu: node: Update to 8.9.1. >> > >> > * gnu/packages/node.scm (node): Update to 8.9.1. >> > [source]: Apply 'node-test-http2-server-rst-stream.patch'. >> > [arguments]: Skip 'doc-only' target in 'check', which attempts to use >> > npm to retrieve 'js-yaml' package. Remove test/doctool/test-make-doc.= js. >> > Do not remove now-missing test case. Remove new test case that fails = in >> > containers due to networking. >> > * gnu/packages/patches/node-test-http2-server-rst-stream.patch: New fi= le. >>=20 >> Perfect. Applied, thanks! > > Don't we need to add 'node-test-http2-server-rst-stream.patch' to > 'gnu/local.mk'? Indeed, I=E2=80=99ve added it now. Thanks for the heads-up! Ludo=E2=80=99.