mirror of https://github.com/openwrt/packages.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 <morikw2@gmail.com>pull/6405/head
parent
fc3beffeff
commit
9ce4d5191f
|
@ -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
|
||||
|
|
|
@ -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 <algorithm>
|
||||
+#include <cmath>
|
||||
|
|
Loading…
Reference in New Issue