All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2018.02.x] package/nodejs: bump version to 8.10.0
@ 2018-03-30 21:12 Peter Korsgaard
  2018-04-02 19:20 ` Martin Bark
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2018-03-30 21:12 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=444201fd1c286f722cbd1182a17bc090d8532222
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

See https://nodejs.org/en/blog/release/v8.10.0/

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit df33aae5f59eaaf40e800acdfefc83e57216ffe8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/nodejs/nodejs.hash | 4 ++--
 package/nodejs/nodejs.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash
index 107a24f7bf..4adef79dca 100644
--- a/package/nodejs/nodejs.hash
+++ b/package/nodejs/nodejs.hash
@@ -1,2 +1,2 @@
-# From http://nodejs.org/dist/v8.9.4/SHASUMS256.txt
-sha256 6cdcde9c9c1ca9f450a0b24eafa229ca759e576daa0fae892ce74d541ecdc86f  node-v8.9.4.tar.xz
+# From http://nodejs.org/dist/v8.10.0/SHASUMS256.txt
+sha256 b72d4e71618d6bcbd039b487b51fa7543631a4ac3331d7caf69bdf55b5b2901a  node-v8.10.0.tar.xz
diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index a72b9a704f..e1dd11cef5 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NODEJS_VERSION = 8.9.4
+NODEJS_VERSION = 8.10.0
 NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
 NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
 NODEJS_DEPENDENCIES = host-python host-nodejs c-ares \

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

* [Buildroot] [git commit branch/2018.02.x] package/nodejs: bump version to 8.10.0
  2018-03-30 21:12 [Buildroot] [git commit branch/2018.02.x] package/nodejs: bump version to 8.10.0 Peter Korsgaard
@ 2018-04-02 19:20 ` Martin Bark
  2018-04-06 16:50   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Bark @ 2018-04-02 19:20 UTC (permalink / raw)
  To: buildroot

Peter,

On 30 March 2018 at 22:12, Peter Korsgaard <peter@korsgaard.com> wrote:
> commit: https://git.buildroot.net/buildroot/commit/?id=444201fd1c286f722cbd1182a17bc090d8532222
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x
>
> See https://nodejs.org/en/blog/release/v8.10.0/
>
> Signed-off-by: Martin Bark <martin@barkynet.com>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> (cherry picked from commit df33aae5f59eaaf40e800acdfefc83e57216ffe8)

c-ares, libhttpparser and libuv are bundled with nodejs but we don't
use them, we use the 3 libraries instead. So you also need to cherry
pick the other 3 patches for onto 2018.02.x so these libraries are up
to date too.

Thanks

Martin

> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/nodejs/nodejs.hash | 4 ++--
>  package/nodejs/nodejs.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash
> index 107a24f7bf..4adef79dca 100644
> --- a/package/nodejs/nodejs.hash
> +++ b/package/nodejs/nodejs.hash
> @@ -1,2 +1,2 @@
> -# From http://nodejs.org/dist/v8.9.4/SHASUMS256.txt
> -sha256 6cdcde9c9c1ca9f450a0b24eafa229ca759e576daa0fae892ce74d541ecdc86f  node-v8.9.4.tar.xz
> +# From http://nodejs.org/dist/v8.10.0/SHASUMS256.txt
> +sha256 b72d4e71618d6bcbd039b487b51fa7543631a4ac3331d7caf69bdf55b5b2901a  node-v8.10.0.tar.xz
> diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
> index a72b9a704f..e1dd11cef5 100644
> --- a/package/nodejs/nodejs.mk
> +++ b/package/nodejs/nodejs.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -NODEJS_VERSION = 8.9.4
> +NODEJS_VERSION = 8.10.0
>  NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
>  NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
>  NODEJS_DEPENDENCIES = host-python host-nodejs c-ares \
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [git commit branch/2018.02.x] package/nodejs: bump version to 8.10.0
  2018-04-02 19:20 ` Martin Bark
@ 2018-04-06 16:50   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-04-06 16:50 UTC (permalink / raw)
  To: buildroot

>>>>> "Martin" == Martin Bark <martin@barkynet.com> writes:

 > Peter,
 > On 30 March 2018 at 22:12, Peter Korsgaard <peter@korsgaard.com> wrote:
 >> commit: https://git.buildroot.net/buildroot/commit/?id=444201fd1c286f722cbd1182a17bc090d8532222
 >> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x
 >> 
 >> See https://nodejs.org/en/blog/release/v8.10.0/
 >> 
 >> Signed-off-by: Martin Bark <martin@barkynet.com>
 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 >> (cherry picked from commit df33aae5f59eaaf40e800acdfefc83e57216ffe8)

 > c-ares, libhttpparser and libuv are bundled with nodejs but we don't
 > use them, we use the 3 libraries instead. So you also need to cherry
 > pick the other 3 patches for onto 2018.02.x so these libraries are up
 > to date too.

Ok. I wasn't sure as the patch bumping nodejs came before these other
version bumps, but I've added them all now.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-04-06 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-30 21:12 [Buildroot] [git commit branch/2018.02.x] package/nodejs: bump version to 8.10.0 Peter Korsgaard
2018-04-02 19:20 ` Martin Bark
2018-04-06 16:50   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.