diff --git a/lang/node/Makefile b/lang/node/Makefile index 1274caba5..15d160c08 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=node -PKG_VERSION:=v8.10.0 -PKG_RELEASE:=3 +PKG_VERSION:=v8.11.3 +PKG_RELEASE:=1 PKG_SOURCE:=node-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://nodejs.org/dist/${PKG_VERSION} -PKG_HASH:=b72d4e71618d6bcbd039b487b51fa7543631a4ac3331d7caf69bdf55b5b2901a +PKG_HASH:=577c751fdca91c46c60ffd8352e5b465881373bfdde212c17c3a3c1bd2616ee0 HOST_BUILD_DEPENDS:=python/host PKG_BUILD_DEPENDS:=python/host diff --git a/lang/node/patches/004-node_crypto_include_cmath.patch b/lang/node/patches/004-node_crypto_include_cmath.patch index 77b309f6c..4144f9175 100644 --- a/lang/node/patches/004-node_crypto_include_cmath.patch +++ b/lang/node/patches/004-node_crypto_include_cmath.patch @@ -12,8 +12,8 @@ diff --git a/src/node_crypto.cc b/src/node_crypto.cc index 7c0f65a5735..0aa4adbd467 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc -@@ -44,9 +44,9 @@ - #include "StartComAndWoSignData.inc" +@@ -36,9 +36,9 @@ + #include "v8.h" #include +#include