aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-08-20 20:19:17 -0700
committerGitHub <noreply@github.com>2019-08-20 20:19:17 -0700
commite7b4ea09d7dc0f4fe746059e692bd5281b13cbc9 (patch)
tree582d828507eaef21b295e8975a6ae7b3af226520 /lang
parent84ec80e0daf4f55875be3c0f8892444b307813f3 (diff)
parent81bccf9068edc734ea904ecd63166630fcc69826 (diff)
Merge pull request #9781 from nxhack/node_fix_http2_dos
node: fix http/2 DoS
Diffstat (limited to 'lang')
-rw-r--r--lang/node/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/node/Makefile b/lang/node/Makefile
index 3ddd9b79d..e10913fe4 100644
--- a/lang/node/Makefile
+++ b/lang/node/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=node
-PKG_VERSION:=v8.16.0
-PKG_RELEASE:=3
+PKG_VERSION:=v8.16.1
+PKG_RELEASE:=1
PKG_SOURCE:=node-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://nodejs.org/dist/${PKG_VERSION}
-PKG_HASH:=3515e8e01568a5dc4dff3d91a76ebc6724f5fa2fbb58b4b0c5da7b178a2f7340
+PKG_HASH:=d8c190acdf2d967faf49c22df883d31a8d4e249d67852dae3c2d8a0f756b0512
HOST_BUILD_DEPENDS:=python/host
PKG_BUILD_DEPENDS:=python/host