All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2
@ 2018-05-16 22:30 Martin Bark
  2018-05-17 21:55 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Bark @ 2018-05-16 22:30 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Martin Bark <martin@barkynet.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 b3900f6a7d..25b035d694 100644
--- a/package/nodejs/nodejs.hash
+++ b/package/nodejs/nodejs.hash
@@ -1,5 +1,5 @@
-# From http://nodejs.org/dist/v8.11.1/SHASUMS256.txt
-sha256 40a6eb51ea37fafcf0cfb58786b15b99152bec672cccf861c14d1cca0ad4758a  node-v8.11.1.tar.xz
+# From http://nodejs.org/dist/v8.11.2/SHASUMS256.txt
+sha256 539946c0381809576bed07424a35fc1740d52f4bd56305d6278d9e76c88f4979  node-v8.11.2.tar.xz
 
 # Hash for license file
 sha256 b87be6c1479ed977481115869c2dd8b6d59e5ea55aa09939d6c898242121b2f5  LICENSE
diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 2642525c47..0c7db83012 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NODEJS_VERSION = 8.11.1
+NODEJS_VERSION = 8.11.2
 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 \
-- 
2.17.0

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

* [Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2
  2018-05-16 22:30 [Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2 Martin Bark
@ 2018-05-17 21:55 ` Thomas Petazzoni
  2018-05-18 17:25   ` Martin Bark
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2018-05-17 21:55 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 16 May 2018 23:30:11 +0100, Martin Bark wrote:
> See https://nodejs.org/en/blog/release/v8.11.2/
> 
> Signed-off-by: Martin Bark <martin@barkynet.com>
> ---
>  package/nodejs/nodejs.hash | 4 ++--
>  package/nodejs/nodejs.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2
  2018-05-17 21:55 ` Thomas Petazzoni
@ 2018-05-18 17:25   ` Martin Bark
  2018-05-19  8:30     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Bark @ 2018-05-18 17:25 UTC (permalink / raw)
  To: buildroot

On 17 May 2018 at 22:55, Thomas Petazzoni <thomas.petazzoni@bootlin.com>
wrote:

> Hello,
>
> On Wed, 16 May 2018 23:30:11 +0100, Martin Bark wrote:
> > See https://nodejs.org/en/blog/release/v8.11.2/
> >
> > Signed-off-by: Martin Bark <martin@barkynet.com>
> > ---
> >  package/nodejs/nodejs.hash | 4 ++--
> >  package/nodejs/nodejs.mk   | 2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
>
> Applied to next, thanks.
>

Thanks Thomas.  Any chance you could apply my rpi and ca-certificates patch
sets to next too?

Thanks

Martin


>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180518/73a1940c/attachment.html>

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

* [Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2
  2018-05-18 17:25   ` Martin Bark
@ 2018-05-19  8:30     ` Thomas Petazzoni
  2018-05-20 11:02       ` Martin Bark
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2018-05-19  8:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 18 May 2018 18:25:07 +0100, Martin Bark wrote:

> Thanks Thomas.  Any chance you could apply my rpi and ca-certificates patch
> sets to next too?

Yes, sure, this will happen at some point. But as usual we have 200+
patches in the list to be reviewed, so there are plenty of other
patches besides yours. If you can help reviewing and testing patches
submitted by others, that would definitely help.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2
  2018-05-19  8:30     ` Thomas Petazzoni
@ 2018-05-20 11:02       ` Martin Bark
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Bark @ 2018-05-20 11:02 UTC (permalink / raw)
  To: buildroot

Thomas,

On 19 May 2018 at 09:30, Thomas Petazzoni <thomas.petazzoni@bootlin.com>
wrote:

> Hello,
>
> On Fri, 18 May 2018 18:25:07 +0100, Martin Bark wrote:
>
> > Thanks Thomas.  Any chance you could apply my rpi and ca-certificates
> patch
> > sets to next too?
>
> Yes, sure, this will happen at some point. But as usual we have 200+
> patches in the list to be reviewed, so there are plenty of other
> patches besides yours. If you can help reviewing and testing patches
> submitted by others, that would definitely help.
>

Yes good point.  I'll have a go at reviewing and testing some patches.

Thanks

Martin


> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180520/f8d6759a/attachment-0001.html>

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

end of thread, other threads:[~2018-05-20 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 22:30 [Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2 Martin Bark
2018-05-17 21:55 ` Thomas Petazzoni
2018-05-18 17:25   ` Martin Bark
2018-05-19  8:30     ` Thomas Petazzoni
2018-05-20 11:02       ` Martin Bark

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.