All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35
@ 2015-01-05 16:35 Jörg Krause
  2015-01-05 16:35 ` [Buildroot] [PATCH 2/2] package/nodejs: add hash file Jörg Krause
  2015-01-06 20:54 ` [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Jörg Krause @ 2015-01-05 16:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
 package/nodejs/nodejs.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 312aaa9..ad598d9 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NODEJS_VERSION = 0.10.33
+NODEJS_VERSION = 0.10.35
 NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.gz
 NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
 NODEJS_DEPENDENCIES = host-python host-nodejs zlib \
-- 
2.2.1

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

* [Buildroot] [PATCH 2/2] package/nodejs: add hash file
  2015-01-05 16:35 [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35 Jörg Krause
@ 2015-01-05 16:35 ` Jörg Krause
  2015-01-06 20:54 ` [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35 Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Jörg Krause @ 2015-01-05 16:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
 package/nodejs/nodejs.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/nodejs/nodejs.hash

diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash
new file mode 100644
index 0000000..a6f2698
--- /dev/null
+++ b/package/nodejs/nodejs.hash
@@ -0,0 +1,2 @@
+# From upstream URL: http://nodejs.org/dist/v0.10.35/SHASUMS256.txt
+sha256	0043656bb1724cb09dbdc960a2fd6ee37d3badb2f9c75562b2d11235daa40a03  node-v0.10.35.tar.gz
-- 
2.2.1

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

* [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35
  2015-01-05 16:35 [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35 Jörg Krause
  2015-01-05 16:35 ` [Buildroot] [PATCH 2/2] package/nodejs: add hash file Jörg Krause
@ 2015-01-06 20:54 ` Thomas Petazzoni
  2015-01-07  0:18   ` Jörg Krause
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-01-06 20:54 UTC (permalink / raw)
  To: buildroot

Dear J?rg Krause,

On Mon,  5 Jan 2015 17:35:36 +0100, J?rg Krause wrote:
> Signed-off-by: J?rg Krause <jkrause@posteo.de>
> ---
>  package/nodejs/nodejs.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both patches applied, thanks!

Since you're doing nodejs stuff, could you have a look at the thread
"[Buildroot] Float error on SAMA5D3 Xplained using nodejs" which
started on December, 5th on the mailing list? I proposed a patch for
nodejs to fix a problem reported by an user, which was tested
successfully, but I never had the time to submit it properly. If you
have some time, could you borrow my patch, and submit it properly after
testing?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35
  2015-01-06 20:54 ` [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35 Thomas Petazzoni
@ 2015-01-07  0:18   ` Jörg Krause
  0 siblings, 0 replies; 4+ messages in thread
From: Jörg Krause @ 2015-01-07  0:18 UTC (permalink / raw)
  To: buildroot

Dear Thomas Petazzoni,

On Di, 2015-01-06 at 21:54 +0100, Thomas Petazzoni wrote:
> Dear J?rg Krause,
> 
> On Mon,  5 Jan 2015 17:35:36 +0100, J?rg Krause wrote:
> > Signed-off-by: J?rg Krause <jkrause@posteo.de>
> > ---
> >  package/nodejs/nodejs.mk | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Both patches applied, thanks!
> 
> Since you're doing nodejs stuff, could you have a look at the thread
> "[Buildroot] Float error on SAMA5D3 Xplained using nodejs" which
> started on December, 5th on the mailing list? I proposed a patch for
> nodejs to fix a problem reported by an user, which was tested
> successfully, but I never had the time to submit it properly. If you
> have some time, could you borrow my patch, and submit it properly after
> testing?

I'm using nodejs on an ARM-based board wich does not have a FPU. But
I've a Beaglebone Black board which has one. So, I'll put in on my to-do
list.

J?rg

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

end of thread, other threads:[~2015-01-07  0:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-05 16:35 [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35 Jörg Krause
2015-01-05 16:35 ` [Buildroot] [PATCH 2/2] package/nodejs: add hash file Jörg Krause
2015-01-06 20:54 ` [Buildroot] [PATCH 1/2] package/nodejs: bump to version 0.10.35 Thomas Petazzoni
2015-01-07  0:18   ` Jörg Krause

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.