GNU bug report logs - #64611
[PATCH 0/2] Update node-lts to 18.16.1 [security fixes].

Previous Next

Package: guix-patches;

Reported by: jlicht <at> fsfe.org

Date: Fri, 14 Jul 2023 13:59:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64611 in the body.
You can then email your comments to 64611 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64611; Package guix-patches. (Fri, 14 Jul 2023 13:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jlicht <at> fsfe.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 14 Jul 2023 13:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jlicht <at> fsfe.org
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH 0/2] Update node-lts to 18.16.1 [security fixes].
Date: Fri, 14 Jul 2023 15:58:22 +0200
From: Jelle Licht <jlicht <at> fsfe.org>


This series could best be pushed along with https://issues.guix.gnu.org/64592
to prevent rebuilding things twice.


Jelle Licht (2):
  gnu: llhttp-bootstrap: Update to 6.0.11.
  gnu: node-lts: Update to 18.16.1.

 gnu/packages/node.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: 67fb8efdf782592c133726a1ab7bc6692259e385
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64611; Package guix-patches. (Fri, 14 Jul 2023 14:02:02 GMT) Full text and rfc822 format available.

Message #8 received at 64611 <at> debbugs.gnu.org (full text, mbox):

From: jlicht <at> fsfe.org
To: 64611 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH 1/2] gnu: llhttp-bootstrap: Update to 6.0.11.
Date: Fri, 14 Jul 2023 16:01:16 +0200
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.11.
---

 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 7695614b3a..84a86ef631 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -669,7 +669,7 @@ (define-public node-llparse-bootstrap
 (define-public llhttp-bootstrap
   (package
     (name "llhttp")
-    (version "6.0.10")
+    (version "6.0.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -678,7 +678,7 @@ (define-public llhttp-bootstrap
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0izwqa77y007xdi0bj3ccw821n19rz89mz4hx4lg99fwkwylr6x8"))
+                "16gaylka6nx9bsff9xga3s8xihxm3k7svrb88lr4dj2s4pzlfga9"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: 67fb8efdf782592c133726a1ab7bc6692259e385
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64611; Package guix-patches. (Fri, 14 Jul 2023 14:02:02 GMT) Full text and rfc822 format available.

Message #11 received at 64611 <at> debbugs.gnu.org (full text, mbox):

From: jlicht <at> fsfe.org
To: 64611 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH 2/2] gnu: node-lts: Update to 18.16.1.
Date: Fri, 14 Jul 2023 16:01:17 +0200
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/node.scm (node-lts): Update to 18.16.1.

---

 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 84a86ef631..36e5133f73 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -738,14 +738,14 @@ (define-public llhttp-bootstrap
 (define-public node-lts
   (package
     (inherit node)
-    (version "18.16.0")
+    (version "18.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0vcc132z7lkxnw5clmiz6sp6ccmw35pyb69hczphrig5frfmqkva"))
+                "19azhxaz4siiqah9pzr641wms0dnaki99398fzgxh9isqa6lr3si"))
               (modules '((guix build utils)))
               (snippet
                `(begin
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64611; Package guix-patches. (Mon, 24 Jul 2023 10:29:01 GMT) Full text and rfc822 format available.

Message #14 received at 64611 <at> debbugs.gnu.org (full text, mbox):

From: jlicht <at> fsfe.org
To: 64611 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH v2 1/2] gnu: llhttp-bootstrap: Update to 6.0.11.
Date: Mon, 24 Jul 2023 12:28:00 +0200
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.11.
---

(no changes since v1)

 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 6569422584..91a7d9c700 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -669,7 +669,7 @@ (define-public node-llparse-bootstrap
 (define-public llhttp-bootstrap
   (package
     (name "llhttp")
-    (version "6.0.10")
+    (version "6.0.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -678,7 +678,7 @@ (define-public llhttp-bootstrap
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0izwqa77y007xdi0bj3ccw821n19rz89mz4hx4lg99fwkwylr6x8"))
+                "16gaylka6nx9bsff9xga3s8xihxm3k7svrb88lr4dj2s4pzlfga9"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: cf9904bcc8dd03e73675475bb4d8746dc434e415
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64611; Package guix-patches. (Mon, 24 Jul 2023 10:29:02 GMT) Full text and rfc822 format available.

Message #17 received at 64611 <at> debbugs.gnu.org (full text, mbox):

From: jlicht <at> fsfe.org
To: 64611 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH v2 2/2] gnu: node-lts: Update to 18.17.0.
Date: Mon, 24 Jul 2023 12:28:01 +0200
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/node.scm (node-lts): Update to 18.17.0.

---

Changes in v2:
- re-bump node-lts from 18.16.1 to 18.17.0

 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 91a7d9c700..5f42aabcd3 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -738,14 +738,14 @@ (define-public llhttp-bootstrap
 (define-public node-lts
   (package
     (inherit node)
-    (version "18.16.0")
+    (version "18.17.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0vcc132z7lkxnw5clmiz6sp6ccmw35pyb69hczphrig5frfmqkva"))
+                "1sblzgjv608dygfdnks2p45fpl7066brw7fm9dd8kd8r09y1baks"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64611; Package guix-patches. (Sat, 19 Aug 2023 20:50:01 GMT) Full text and rfc822 format available.

Message #20 received at 64611 <at> debbugs.gnu.org (full text, mbox):

From: jlicht <at> fsfe.org
To: 64611 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH v3 1/2] gnu: llhttp-bootstrap: Update to 6.0.11.
Date: Sat, 19 Aug 2023 22:48:54 +0200
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.11.
---

(no changes since v1)

 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 6569422584..91a7d9c700 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -669,7 +669,7 @@ (define-public node-llparse-bootstrap
 (define-public llhttp-bootstrap
   (package
     (name "llhttp")
-    (version "6.0.10")
+    (version "6.0.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -678,7 +678,7 @@ (define-public llhttp-bootstrap
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0izwqa77y007xdi0bj3ccw821n19rz89mz4hx4lg99fwkwylr6x8"))
+                "16gaylka6nx9bsff9xga3s8xihxm3k7svrb88lr4dj2s4pzlfga9"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: 18b6e309cec3a0c9c7401b131e18612914f1fcf9
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64611; Package guix-patches. (Sat, 19 Aug 2023 20:50:02 GMT) Full text and rfc822 format available.

Message #23 received at 64611 <at> debbugs.gnu.org (full text, mbox):

From: jlicht <at> fsfe.org
To: 64611 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH v3 2/2] gnu: node-lts: Update to 18.17.1.
Date: Sat, 19 Aug 2023 22:48:55 +0200
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/node.scm (node-lts): Update to 18.17.1.

---

Changes in v3:
- re-bump node-lts from 18.17.0 to 18.17.1

Changes in v2:
- re-bump node-lts from 18.16.1 to 18.17.0

 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 91a7d9c700..d769066dc4 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -738,14 +738,14 @@ (define-public llhttp-bootstrap
 (define-public node-lts
   (package
     (inherit node)
-    (version "18.16.0")
+    (version "18.17.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0vcc132z7lkxnw5clmiz6sp6ccmw35pyb69hczphrig5frfmqkva"))
+                "0dachvhf5jxrb1av8mn2dikbhwklxsgc9y2zg4h50fcwh5d54mqi"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.41.0





Reply sent to Jelle Licht <jlicht <at> fsfe.org>:
You have taken responsibility. (Thu, 31 Aug 2023 18:35:02 GMT) Full text and rfc822 format available.

Notification sent to jlicht <at> fsfe.org:
bug acknowledged by developer. (Thu, 31 Aug 2023 18:35:02 GMT) Full text and rfc822 format available.

Message #28 received at 64611-done <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: 64611-done <at> debbugs.gnu.org
Subject: Re: [PATCH v3 2/2] gnu: node-lts: Update to 18.17.1.
Date: Thu, 31 Aug 2023 20:34:04 +0200
jlicht <at> fsfe.org writes:

> From: Jelle Licht <jlicht <at> fsfe.org>
>
> * gnu/packages/node.scm (node-lts): Update to 18.17.1.
>
> ---
>
> Changes in v3:
> - re-bump node-lts from 18.17.0 to 18.17.1
>
> Changes in v2:
> - re-bump node-lts from 18.16.1 to 18.17.0
>
>  gnu/packages/node.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Pushed to master as 9b8085ebceb6d1d1849fbf0e57158e3e1b31637b.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 29 Sep 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 224 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.