From: Hirokazu MORIKAWA Date: Thu, 21 Jun 2018 07:34:48 +0000 (+0900) Subject: node: bump to 8.11.3 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9ce4d5191f97f2463fb6426fd6bc099a35dbf662;p=feed%2Fpackages.git node: bump to 8.11.3 Update to v8.11.3 Several security fixes: CVE-2018-7167, CVE-2018-7161, CVE-2018-1000168,CVE-2018-7158, CVE-2018-7159, CVE-2018-7160 Signed-off-by: Hirokazu MORIKAWA --- diff --git a/lang/node/Makefile b/lang/node/Makefile index 1274caba5c..15d160c087 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 77b309f6c1..4144f9175c 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