Browse Source

nodejs: update to 6.3.0

Waldemar Brodkorb 7 years ago
parent
commit
2fe70efdd5
2 changed files with 11 additions and 9 deletions
  1. 6 4
      package/nodejs/Makefile
  2. 5 5
      package/nodejs/patches/patch-deps_v8_src_log-utils_h

+ 6 - 4
package/nodejs/Makefile

@@ -4,13 +4,13 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		nodejs
-PKG_VERSION:=		6.1.0
+PKG_VERSION:=		6.3.0
 PKG_RELEASE:=		1
-PKG_HASH:=		9e67ef0b8611e16e6e311eccf0489a50fe76ceebeea3023ef4f51be647ae4bc3
+PKG_HASH:=		4ed7a99985f8afee337cc22d5fef61b495ab4238dfff3750ac9019e87fc6aae6
 PKG_DESCR:=		asynchronous event driven framework
 PKG_SECTION:=		net/http
-PKG_DEPENDS:=		zlib
-PKG_BUILDDEP:=		python2-host zlib
+PKG_DEPENDS:=		zlib libopenssl
+PKG_BUILDDEP:=		python2-host zlib openssl
 PKG_NEEDS:=		threads rt c++
 PKG_URL:=		https://nodejs.org/
 PKG_SITES:=		https://nodejs.org/dist/v$(PKG_VERSION)/
@@ -32,6 +32,8 @@ do-configure:
                 	--without-snapshot \
                 	--without-dtrace \
                 	--without-etw \
+			--without-intl \
+			--shared-openssl \
                 	--shared-zlib \
 		)
 

+ 5 - 5
package/nodejs/patches/patch-deps_v8_src_log-utils_h

@@ -1,8 +1,8 @@
---- node-v5.7.1.orig/deps/v8/src/log-utils.h	2016-03-02 23:20:49.000000000 +0100
-+++ node-v5.7.1/deps/v8/src/log-utils.h	2016-03-09 09:59:14.000000000 +0100
-@@ -5,6 +5,8 @@
- #ifndef V8_LOG_UTILS_H_
- #define V8_LOG_UTILS_H_
+--- node-v6.3.0.orig/deps/v8/src/log-utils.h	2016-07-06 19:14:02.000000000 +0200
++++ node-v6.3.0/deps/v8/src/log-utils.h	2016-07-15 23:08:09.758831096 +0200
+@@ -9,6 +9,8 @@
+ 
+ #include <cstdarg>
  
 +#include <cstdarg>
 +