From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Bark Date: Mon, 6 Nov 2017 13:06:51 +0000 Subject: [Buildroot] [PATCH 1/1] package/nodejs: bump version to 9.0.0 In-Reply-To: <87k1z3y5f8.fsf@dell.be.48ers.dk> References: <20171106102049.14681-1-martin@barkynet.com> <87k1z3y5f8.fsf@dell.be.48ers.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Peter, On 6 November 2017 at 12:09, Peter Korsgaard wrote: > >>>>> "Martin" == Martin Bark writes: > > > See https://nodejs.org/en/blog/release/v9.0.0/ > > Signed-off-by: Martin Bark > > --- > > 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 9367c543be..14dde1162b 100644 > > --- a/package/nodejs/nodejs.hash > > +++ b/package/nodejs/nodejs.hash > > @@ -1,2 +1,2 @@ > > -# From http://nodejs.org/dist/v8.8.1/SHASUMS256.txt > > -sha256 5ce2c47ab779992db49942f757a01cc5131db5cef4e0dd270e48151b0887b57a > node-v8.8.1.tar.xz > > +# From http://nodejs.org/dist/v9.0.0/SHASUMS256.txt > > +sha256 5b52bd6a90a611a42e11a908022ccfc1c2e77dcc70bfe38054a18dc57a3d5fa5 > node-v9.0.0.tar.xz > > diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk > > index a29f5726cc..f3e532b4ed 100644 > > --- a/package/nodejs/nodejs.mk > > +++ b/package/nodejs/nodejs.mk > > @@ -4,7 +4,7 @@ > > # > > ############################################################ > #################### > > > -NODEJS_VERSION = 8.8.1 > > +NODEJS_VERSION = 9.0.0 > > Thanks. I will not bump the version for 2017.11 as I'll release -rc1 > today. With 2018.02 becoming the next LTS, wouldn't it make more sense > to move to 8.9.0 instead? > > https://nodejs.org/en/blog/release/v8.9.0/ When we discussed this in the past it was decided to track the latest version of nodejs. This simplified buildroot to only support one version of nodejs. The release schedule of buildroot and nodejs don't really align so what you're saying in practice means we would have to only track the LTS versions of node (the even version numbers). Thanks Martin > > -- > Bye, Peter Korsgaard > -------------- next part -------------- An HTML attachment was scrubbed... URL: