[Buildroot] [git commit branch/2018.02.x] package/nodejs: bump version to 8.10.0

Martin Bark martin at barkynet.com
Mon Apr 2 19:20:01 UTC 2018


Peter,

On 30 March 2018 at 22:12, Peter Korsgaard <peter at 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 at barkynet.com>
> Signed-off-by: Peter Korsgaard <peter at 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 at 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


More information about the buildroot mailing list