Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/nodejs: bump to version v20.11.0
@ 2024-02-13 13:13 Marcus Hoffmann via buildroot
  2024-03-23 13:55 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-13 13:13 UTC (permalink / raw)
  To: buildroot; +Cc: Martin Bark, Thomas Petazzoni, Daniel Price

LICENSE hash changed due to two things:

* c-ares vendored dependency license got updated [1]. This is unused by
  buildroot though anyway
* base64 vendored library license updated copyright years and sorted
  contributor names [2], [3]

[1] https://github.com/c-ares/c-ares/pull/556
[2] https://github.com/aklomp/base64/commit/2e8ad2aec2065f258dc1aec9402aedd3604cfbcd
[3] https://github.com/aklomp/base64/commit/d7bca2bb2928de6c4fe496e6defe8b3affa35d1b

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 2d60437a7c..86bc86e73a 100644
--- a/package/nodejs/nodejs.hash
+++ b/package/nodejs/nodejs.hash
@@ -1,8 +1,8 @@
 # From https://nodejs.org/dist/v20.9.0/SHASUMS256.txt.asc
-sha256  ced3ecece4b7c3a664bca3d9e34a0e3b9a31078525283a6fdb7ea2de8ca5683b  node-v20.9.0-linux-arm64.tar.xz
-sha256  64099d7e62bdbb8efd52c216a6759b3cdd77c38aa993096fdee9f875d95b2d8e  node-v20.9.0-linux-armv7l.tar.xz
-sha256  3c6cea5d614cfbb95d92de43fbc2f8ecd66e431502fe5efc4f3c02637897bd45  node-v20.9.0-linux-ppc64le.tar.xz
-sha256  9033989810bf86220ae46b1381bdcdc6c83a0294869ba2ad39e1061f1e69217a  node-v20.9.0-linux-x64.tar.xz
-sha256  a23d96810abf0455426b349d47ce5310f33095b7bc0571b9cc510f481c3a4519  node-v20.9.0.tar.xz
+sha256  f6df68c6793244071f69023a9b43a0cf0b13d65cbe86d55925c28e4134d9aafb  node-v20.11.0-linux-arm64.tar.xz
+sha256  f943abd348d2b8ff8754ca912c118a20301eb6a0014cc4cdea86cff021fde8e6  node-v20.11.0-linux-armv7l.tar.xz
+sha256  6a0e1fa23d7bc707711bbc36159b4220eca123e13435d266d690c6b6c443dc67  node-v20.11.0-linux-ppc64le.tar.xz
+sha256  822780369d0ea309e7d218e41debbd1a03f8cdf354ebf8a4420e89f39cc2e612  node-v20.11.0-linux-x64.tar.xz
+sha256  31807ebeeeb049c53f1765e4a95aed69476a4b696dd100cb539ab668d7950b40  node-v20.11.0.tar.xz
 # Locally calculated
-sha256  93ac846282ce6c5255e00fada2fd2e7e292255239fe58d5502b0a554859e6a3e  LICENSE
+sha256  7b0bbdca72f925bd78b764914651244a4432a753c7325d061a565cd7eac1193d  LICENSE
diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 9806a64d38..e70c39f803 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.9.0
+NODEJS_COMMON_VERSION = 20.11.0
 NODEJS_COMMON_SOURCE = node-v$(NODEJS_COMMON_VERSION).tar.xz
 NODEJS_COMMON_SITE = http://nodejs.org/dist/v$(NODEJS_COMMON_VERSION)
 
-- 
2.34.1

_______________________________________________
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 v20.11.0
  2024-02-13 13:13 [Buildroot] [PATCH] package/nodejs: bump to version v20.11.0 Marcus Hoffmann via buildroot
@ 2024-03-23 13:55 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:55 UTC (permalink / raw)
  To: Marcus Hoffmann via buildroot
  Cc: Daniel Price, Marcus Hoffmann, Thomas Petazzoni, Martin Bark

>>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:

 > LICENSE hash changed due to two things:
 > * c-ares vendored dependency license got updated [1]. This is unused by
 >   buildroot though anyway
 > * base64 vendored library license updated copyright years and sorted
 >   contributor names [2], [3]

 > [1] https://github.com/c-ares/c-ares/pull/556
 > [2] https://github.com/aklomp/base64/commit/2e8ad2aec2065f258dc1aec9402aedd3604cfbcd
 > [3] https://github.com/aklomp/base64/commit/d7bca2bb2928de6c4fe496e6defe8b3affa35d1b

 > Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>

Sorry, marking as superseeded as I have in the mean time bumped to
20.11.1 by commit 02ecb096ad874a1f.

-- 
Bye, Peter Korsgaard
_______________________________________________
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-03-23 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 13:13 [Buildroot] [PATCH] package/nodejs: bump to version v20.11.0 Marcus Hoffmann via buildroot
2024-03-23 13:55 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox