All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Update nodejs to 10.x LTS branch
@ 2019-03-14 13:38 Martin Bark
  2019-03-14 13:38 ` [Buildroot] [PATCH 1/3] package/nodejs: bump version to 10.15.3 Martin Bark
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Martin Bark @ 2019-03-14 13:38 UTC (permalink / raw)
  To: buildroot

Hi,

Now that buildroot supports openssl 1.1 we can update nodejs to the 10.x LTS branch.  The 10.x branch is the current active LTS branch and will be supported until April 2021.  The 8.x branch buildroot currently uses is now in maintenance only and this will stop at the end of 2019.

Nodejs 10.x needs to compile a host tool called torque when building V8.  Currently the nodejs build system fails to compile this correctly for the host so i have included a work around in the patch.  Hopefully in the future this will get fixed. See [1] for some info.

I have also update nodejs to use nghttp2 to remove one more static dependency.

Thanks

Martin

[1] https://github.com/nodejs/node/issues/23420


Martin Bark (3):
  package/nodejs: bump version to 10.15.3
  package/nghttp2: bump version to 1.37.0
  package/nodejs: use shared nghttp2 library

 package/nghttp2/nghttp2.hash |  2 +-
 package/nghttp2/nghttp2.mk   |  2 +-
 package/nodejs/Config.in     |  1 +
 package/nodejs/nodejs.hash   |  4 ++--
 package/nodejs/nodejs.mk     | 15 ++++++++++++---
 5 files changed, 17 insertions(+), 7 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-03-15 21:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14 13:38 [Buildroot] [PATCH 0/3] Update nodejs to 10.x LTS branch Martin Bark
2019-03-14 13:38 ` [Buildroot] [PATCH 1/3] package/nodejs: bump version to 10.15.3 Martin Bark
2019-03-15 21:20   ` Thomas Petazzoni
2019-03-14 13:38 ` [Buildroot] [PATCH 2/3] package/nghttp2: bump version to 1.37.0 Martin Bark
2019-03-15 21:20   ` Thomas Petazzoni
2019-03-14 13:38 ` [Buildroot] [PATCH 3/3] package/nodejs: use shared nghttp2 library Martin Bark
2019-03-15 21:20   ` Thomas Petazzoni

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.