* [Buildroot] [PATCH] package/nodejs: bump to version 22.11.0
@ 2024-10-30 16:13 Marcus Hoffmann via buildroot
2024-10-31 12:45 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-10-30 16:13 UTC (permalink / raw)
To: buildroot; +Cc: Martin Bark, Daniel Price, Thomas Petazzoni
This marks the transitioning of the 22.x releases
of nodejs into LTS. [1]
LICENSE hash changed due to
* various new bundled components[2,3,4]
* removed bundled components [5,6]
All new components fall under MIT or Apache license which are already
mentioned in the license field.
All node package tests have been run sucessfully after the update.
[1] https://nodejs.org/en/blog/release/v22.11.0
[2] https://github.com/nodejs/node/commit/77936c3d2482ded2cb868f20f177433081b6dca8
[3] https://github.com/nodejs/node/commit/92439fc160c19281faacfdf084ba718b79dd537f
[4] https://github.com/nodejs/node/commit/da6c61def82190fd07cbdd9bb946644273eddf96
[5] https://github.com/nodejs/node/commit/8e4fd2842bd6d2640dd0477323fe911c991265d7
[6] https://github.com/nodejs/node/commit/20a8c96c412bb2c2dd74a5739cfb61919f1ec787
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
package/nodejs/nodejs.hash | 12 ++++++------
package/nodejs/nodejs.mk | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash
index 61bda55098..aaa9e4619a 100644
--- a/package/nodejs/nodejs.hash
+++ b/package/nodejs/nodejs.hash
@@ -1,8 +1,8 @@
# From https://nodejs.org/dist/v20.15.1/SHASUMS256.txt.asc
-sha256 10d47a46ef208b3e4b226e4d595a82659123b22397ed77b7975d989114ec317e node-v20.15.1-linux-arm64.tar.xz
-sha256 7bc120efdd8018f6915471b963d9b80adf4ed406d6dc9edb4ae944b85f505c4c node-v20.15.1-linux-armv7l.tar.xz
-sha256 b33e684802251397ad62ad3f8a1836267ee8b7723f87f669470018ad0035287b node-v20.15.1-linux-ppc64le.tar.xz
-sha256 26700f8d3e78112ad4a2618a9c8e2816e38a49ecf0213ece80e54c38cb02563f node-v20.15.1-linux-x64.tar.xz
-sha256 fdd53a5729d936691a2a1151046fb4897721cb8b0fca2af957823a9b40fe0c34 node-v20.15.1.tar.xz
+sha256 6031d04b98f59ff0f7cb98566f65b115ecd893d3b7870821171708cdbaf7ae6e node-v22.11.0-linux-arm64.tar.xz
+sha256 9de0fdcfb1cccbe03f72f939e4e6f03867aef3da8223f90606cd93757704dae0 node-v22.11.0-linux-armv7l.tar.xz
+sha256 d1d49d7d611b104b6d616e18ac439479d8296aa20e3741432de0e85f4735a81e node-v22.11.0-linux-ppc64le.tar.xz
+sha256 83bf07dd343002a26211cf1fcd46a9d9534219aad42ee02847816940bf610a72 node-v22.11.0-linux-x64.tar.xz
+sha256 bbf0297761d53aefda9d7855c57c7d2c272b83a7b5bad4fea9cb29006d8e1d35 node-v22.11.0.tar.xz
# Locally calculated
-sha256 49cd410e0fe6a8879a40d0764092d1e6114cc85fe41d4efed990d028eec25582 LICENSE
+sha256 f0cb1ad806ba5d681f378a8cc2e539fe4b54839290eda3c814ec8994af2b8422 LICENSE
diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 104d2cf258..bf0764136e 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -5,7 +5,7 @@
################################################################################
# _VERSION, _SOURCE and _SITE must be kept empty to avoid downloading anything
-NODEJS_COMMON_VERSION = 20.15.1
+NODEJS_COMMON_VERSION = 22.11.0
NODEJS_COMMON_SOURCE = node-v$(NODEJS_COMMON_VERSION).tar.xz
NODEJS_COMMON_SITE = http://nodejs.org/dist/v$(NODEJS_COMMON_VERSION)
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/nodejs: bump to version 22.11.0
2024-10-30 16:13 [Buildroot] [PATCH] package/nodejs: bump to version 22.11.0 Marcus Hoffmann via buildroot
@ 2024-10-31 12:45 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-31 12:45 UTC (permalink / raw)
To: Marcus Hoffmann via buildroot; +Cc: Marcus Hoffmann, Martin Bark, Daniel Price
On Wed, 30 Oct 2024 17:13:12 +0100
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:
> This marks the transitioning of the 22.x releases
> of nodejs into LTS. [1]
>
> LICENSE hash changed due to
> * various new bundled components[2,3,4]
> * removed bundled components [5,6]
>
> All new components fall under MIT or Apache license which are already
> mentioned in the license field.
>
> All node package tests have been run sucessfully after the update.
>
> [1] https://nodejs.org/en/blog/release/v22.11.0
> [2] https://github.com/nodejs/node/commit/77936c3d2482ded2cb868f20f177433081b6dca8
> [3] https://github.com/nodejs/node/commit/92439fc160c19281faacfdf084ba718b79dd537f
> [4] https://github.com/nodejs/node/commit/da6c61def82190fd07cbdd9bb946644273eddf96
> [5] https://github.com/nodejs/node/commit/8e4fd2842bd6d2640dd0477323fe911c991265d7
> [6] https://github.com/nodejs/node/commit/20a8c96c412bb2c2dd74a5739cfb61919f1ec787
>
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
> package/nodejs/nodejs.hash | 12 ++++++------
> package/nodejs/nodejs.mk | 2 +-
> 2 files changed, 7 insertions(+), 7 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-31 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 16:13 [Buildroot] [PATCH] package/nodejs: bump to version 22.11.0 Marcus Hoffmann via buildroot
2024-10-31 12:45 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox