All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0
@ 2018-03-08 16:16 Martin Bark
  2018-03-08 16:16 ` [Buildroot] [PATCH 2/4] package/libuv: bump version to 1.19.2 Martin Bark
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Martin Bark @ 2018-03-08 16:16 UTC (permalink / raw)
  To: buildroot

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

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 107a24f..4adef79 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 a72b9a7..e1dd11c 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 \
-- 
2.7.4

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

* [Buildroot] [PATCH 2/4] package/libuv: bump version to 1.19.2
  2018-03-08 16:16 [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Martin Bark
@ 2018-03-08 16:16 ` Martin Bark
  2018-03-08 16:16 ` [Buildroot] [PATCH 3/4] package/c-ares: bump version to 1.14.0 Martin Bark
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Martin Bark @ 2018-03-08 16:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 package/libuv/libuv.hash | 2 +-
 package/libuv/libuv.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libuv/libuv.hash b/package/libuv/libuv.hash
index cc5a30a..1a2833e 100644
--- a/package/libuv/libuv.hash
+++ b/package/libuv/libuv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  8d96a6230af4f9f33d6ec021b599e157279a2af72ed38cf4a8c25e6d58d952ef  libuv-v1.19.1.tar.gz
+sha256  ccc5f3b43ed171640513786e5e809508cb6308279b4d71a016e4550ad62f1686  libuv-v1.19.2.tar.gz
 sha256  6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b  LICENSE
diff --git a/package/libuv/libuv.mk b/package/libuv/libuv.mk
index 2666c14..2e07d3a 100644
--- a/package/libuv/libuv.mk
+++ b/package/libuv/libuv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBUV_VERSION = v1.19.1
+LIBUV_VERSION = v1.19.2
 LIBUV_SITE = $(call github,libuv,libuv,$(LIBUV_VERSION))
 LIBUV_DEPENDENCIES = host-pkgconf
 LIBUV_INSTALL_STAGING = YES
-- 
2.7.4

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

* [Buildroot] [PATCH 3/4] package/c-ares: bump version to 1.14.0
  2018-03-08 16:16 [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Martin Bark
  2018-03-08 16:16 ` [Buildroot] [PATCH 2/4] package/libuv: bump version to 1.19.2 Martin Bark
@ 2018-03-08 16:16 ` Martin Bark
  2018-03-08 16:16 ` [Buildroot] [PATCH 4/4] package/libhttpparser: bump version to 2.8.0 Martin Bark
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Martin Bark @ 2018-03-08 16:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 package/c-ares/c-ares.hash | 2 +-
 package/c-ares/c-ares.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/c-ares/c-ares.hash b/package/c-ares/c-ares.hash
index 79928ae..832c4df 100644
--- a/package/c-ares/c-ares.hash
+++ b/package/c-ares/c-ares.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256 03f708f1b14a26ab26c38abd51137640cb444d3ec72380b21b20f1a8d2861da7 c-ares-1.13.0.tar.gz
+sha256 45d3c1fd29263ceec2afc8ff9cd06d5f8f889636eb4e80ce3cc7f0eaf7aadc6e c-ares-1.14.0.tar.gz
diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
index 72019a0..6725424 100644
--- a/package/c-ares/c-ares.mk
+++ b/package/c-ares/c-ares.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-C_ARES_VERSION = 1.13.0
+C_ARES_VERSION = 1.14.0
 C_ARES_SITE = http://c-ares.haxx.se/download
 C_ARES_INSTALL_STAGING = YES
 C_ARES_CONF_OPTS = --with-random=/dev/urandom
-- 
2.7.4

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

* [Buildroot] [PATCH 4/4] package/libhttpparser: bump version to 2.8.0
  2018-03-08 16:16 [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Martin Bark
  2018-03-08 16:16 ` [Buildroot] [PATCH 2/4] package/libuv: bump version to 1.19.2 Martin Bark
  2018-03-08 16:16 ` [Buildroot] [PATCH 3/4] package/c-ares: bump version to 1.14.0 Martin Bark
@ 2018-03-08 16:16 ` Martin Bark
  2018-03-09 22:10 ` [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Peter Korsgaard
  2018-03-30 21:24 ` Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Martin Bark @ 2018-03-08 16:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 ...-f-option-when-calling-ln-at-install-time.patch | 30 ++++++++++++----------
 package/libhttpparser/libhttpparser.hash           |  2 +-
 package/libhttpparser/libhttpparser.mk             |  2 +-
 3 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/package/libhttpparser/0001-Use-f-option-when-calling-ln-at-install-time.patch b/package/libhttpparser/0001-Use-f-option-when-calling-ln-at-install-time.patch
index df16656..70f16f6 100644
--- a/package/libhttpparser/0001-Use-f-option-when-calling-ln-at-install-time.patch
+++ b/package/libhttpparser/0001-Use-f-option-when-calling-ln-at-install-time.patch
@@ -8,28 +8,32 @@ This allows "make install; make install" to work properly.
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Signed-off-by: Renaud AUBIN <root@renaud.io>
 ---
- Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ Makefile | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 33c8ba0..b36d95a 100644
+index 6cf63bd..c182e5c 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -125,12 +125,12 @@ tags: http_parser.c http_parser.h test.c
+@@ -133,14 +133,14 @@ tags: http_parser.c http_parser.h test.c
  install: library
- 	$(INSTALL) -D  http_parser.h $(INCLUDEDIR)/http_parser.h
- 	$(INSTALL) -D $(SONAME) $(LIBDIR)/$(SONAME)
--	ln -s $(LIBDIR)/$(SONAME) $(LIBDIR)/libhttp_parser.$(SOEXT)
-+	ln -sf $(LIBDIR)/$(SONAME) $(LIBDIR)/libhttp_parser.$(SOEXT)
+ 	$(INSTALL) -D  http_parser.h $(DESTDIR)$(INCLUDEDIR)/http_parser.h
+ 	$(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
+-	ln -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
+-	ln -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT)
++	ln -sf $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
++	ln -sf $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT)
  
  install-strip: library
- 	$(INSTALL) -D  http_parser.h $(INCLUDEDIR)/http_parser.h
- 	$(INSTALL) -D -s $(SONAME) $(LIBDIR)/$(SONAME)
--	ln -s $(LIBDIR)/$(SONAME) $(LIBDIR)/libhttp_parser.$(SOEXT)
-+	ln -sf $(LIBDIR)/$(SONAME) $(LIBDIR)/libhttp_parser.$(SOEXT)
+ 	$(INSTALL) -D  http_parser.h $(DESTDIR)$(INCLUDEDIR)/http_parser.h
+ 	$(INSTALL) -D -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
+-	ln -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
+-	ln -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT)
++	ln -sf $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
++	ln -sf $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT)
  
  uninstall:
- 	rm $(INCLUDEDIR)/http_parser.h
+ 	rm $(DESTDIR)$(INCLUDEDIR)/http_parser.h
 -- 
 2.6.2
 
diff --git a/package/libhttpparser/libhttpparser.hash b/package/libhttpparser/libhttpparser.hash
index a1b772e..8ffceb2 100644
--- a/package/libhttpparser/libhttpparser.hash
+++ b/package/libhttpparser/libhttpparser.hash
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256 70409ad324e5de2da6a0f39e859e566d497c1ff0a249c0c38a5012df91b386b3  libhttpparser-v2.7.1.tar.gz
+sha256 7277c6f99bf6fc272eb5d8fc3dca01e7cc1d4ae609b5d2c5d5e18added98479d  libhttpparser-v2.8.0.tar.gz
diff --git a/package/libhttpparser/libhttpparser.mk b/package/libhttpparser/libhttpparser.mk
index 1df2601..5f50d87 100644
--- a/package/libhttpparser/libhttpparser.mk
+++ b/package/libhttpparser/libhttpparser.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBHTTPPARSER_VERSION = v2.7.1
+LIBHTTPPARSER_VERSION = v2.8.0
 LIBHTTPPARSER_SITE = $(call github,nodejs,http-parser,$(LIBHTTPPARSER_VERSION))
 LIBHTTPPARSER_INSTALL_STAGING = YES
 LIBHTTPPARSER_LICENSE = MIT
-- 
2.7.4

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

* [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0
  2018-03-08 16:16 [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Martin Bark
                   ` (2 preceding siblings ...)
  2018-03-08 16:16 ` [Buildroot] [PATCH 4/4] package/libhttpparser: bump version to 2.8.0 Martin Bark
@ 2018-03-09 22:10 ` Peter Korsgaard
  2018-03-30 21:24 ` Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-03-09 22:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Martin" == Martin Bark <martin@barkynet.com> writes:

 > See https://nodejs.org/en/blog/release/v8.10.0/
 > Signed-off-by: Martin Bark <martin@barkynet.com>

Committed all 4, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0
  2018-03-08 16:16 [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Martin Bark
                   ` (3 preceding siblings ...)
  2018-03-09 22:10 ` [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Peter Korsgaard
@ 2018-03-30 21:24 ` Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-03-30 21:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Martin" == Martin Bark <martin@barkynet.com> writes:

 > See https://nodejs.org/en/blog/release/v8.10.0/
 > Signed-off-by: Martin Bark <martin@barkynet.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-03-30 21:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 16:16 [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Martin Bark
2018-03-08 16:16 ` [Buildroot] [PATCH 2/4] package/libuv: bump version to 1.19.2 Martin Bark
2018-03-08 16:16 ` [Buildroot] [PATCH 3/4] package/c-ares: bump version to 1.14.0 Martin Bark
2018-03-08 16:16 ` [Buildroot] [PATCH 4/4] package/libhttpparser: bump version to 2.8.0 Martin Bark
2018-03-09 22:10 ` [Buildroot] [PATCH 1/4] package/nodejs: bump version to 8.10.0 Peter Korsgaard
2018-03-30 21:24 ` Peter Korsgaard

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.