unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43134] [PATCH] gnu: Update node to 10.22.0.
@ 2020-08-31 12:25 Pierre Langlois
  2020-09-03  5:42 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Langlois @ 2020-08-31 12:25 UTC (permalink / raw)
  To: 43134

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

Hi Guix!

Sadly it's a little complicated to update node to the current 14.x
series, see https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00965.html

In the meantime though, we can update the 10.x series still, it's in
maintenance mode, but still supported until April 2021 [0].

Note that this version expects symbols that are only in nghttp2 1.41 so
we need to explicitly update it instead of relying on grafting otherwise
it doesn't build.

Thanks!
Pierre


[-- Attachment #2: 0001-gnu-Update-node-to-10.22.0.patch --]
[-- Type: text/x-patch, Size: 1798 bytes --]

From 0a0ec033a492af5964b5ca5c08c55b776f426314 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Thu, 27 Aug 2020 02:53:45 +0100
Subject: [PATCH] gnu: Update node to 10.22.0.

* gnu/packages/node.scm (node): Update to 10.22.0.
[inputs]: Replace nghttp2 with nghttp2-1.41.
---
 gnu/packages/node.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 1adb2cd07f..ed0b5c4f16 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -46,14 +47,14 @@
 (define-public node
   (package
     (name "node")
-    (version "10.19.0")
+    (version "10.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.xz"))
               (sha256
                (base32
-                "0sginvcsf7lrlzsnpahj4bj1f673wfvby8kaxgvzlrbb7sy229v2"))
+                "1nz18fa550li10r0kzsm28c2rvvq61nq8bqdygip0rmvbi2paxg0"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -185,7 +186,7 @@
        ("http-parser" ,http-parser)
        ("icu4c" ,icu4c)
        ("libuv" ,libuv)
-       ("nghttp2" ,nghttp2 "lib")
+       ("nghttp2" ,nghttp2-1.41 "lib")
        ("openssl" ,openssl)
        ("zlib" ,zlib)))
     (synopsis "Evented I/O for V8 JavaScript")
-- 
2.28.0


[-- Attachment #3: Type: text/plain, Size: 57 bytes --]


[0]: https://github.com/nodejs/Release#release-schedule

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#43134] [PATCH] gnu: Update node to 10.22.0.
  2020-08-31 12:25 [bug#43134] [PATCH] gnu: Update node to 10.22.0 Pierre Langlois
@ 2020-09-03  5:42 ` Mathieu Othacehe
  2020-09-04 11:16   ` bug#43134: " Pierre Langlois
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2020-09-03  5:42 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 43134


Hello Pierre,

> Sadly it's a little complicated to update node to the current 14.x
> series, see https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00965.html
>
> In the meantime though, we can update the 10.x series still, it's in
> maintenance mode, but still supported until April 2021 [0].

Thanks for explaining the context. This LGTM, feel free to proceed :).

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#43134: [PATCH] gnu: Update node to 10.22.0.
  2020-09-03  5:42 ` Mathieu Othacehe
@ 2020-09-04 11:16   ` Pierre Langlois
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre Langlois @ 2020-09-04 11:16 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: Pierre Langlois, 43134-done

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]


Mathieu Othacehe writes:

> Hello Pierre,
>
>> Sadly it's a little complicated to update node to the current 14.x
>> series, see https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00965.html
>>
>> In the meantime though, we can update the 10.x series still, it's in
>> maintenance mode, but still supported until April 2021 [0].
>
> Thanks for explaining the context. This LGTM, feel free to proceed :).

Thanks Mathieu, pushed with 235093fec0daf3563e21036d74c250d4770ffc77 !

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-04 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 12:25 [bug#43134] [PATCH] gnu: Update node to 10.22.0 Pierre Langlois
2020-09-03  5:42 ` Mathieu Othacehe
2020-09-04 11:16   ` bug#43134: " Pierre Langlois

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).