package/nodejs: security bump to 12.18.0
This is a security release. Vulnerabilities fixed: CVE-2020-8172: TLS session reuse can lead to host certificate verification bypass (High). CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low). CVE-2020-8174: napi_get_value_string_*() allows various kinds of memory corruption (High). See https://nodejs.org/en/blog/release/v12.18.0/ Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e500367ea4
commit
06decad41b
@ -1,5 +1,5 @@
|
||||
# From https://nodejs.org/dist/v12.16.3/SHASUMS256.txt
|
||||
sha256 f0559b0829c7f2ac10bf5b3e157e498227e95e26cdb6af814969c49f367359a3 node-v12.16.3.tar.xz
|
||||
# From https://nodejs.org/dist/v12.18.0/SHASUMS256.txt
|
||||
sha256 d4688636a378367f5157f02bd5c13902f5c193356f8f7a35c99dfa383b03b13f node-v12.18.0.tar.xz
|
||||
|
||||
# Hash for license file
|
||||
sha256 3f5749f7a58edaadd77843057a90063a18067f472d8b26c0a76905cafa1063e3 LICENSE
|
||||
sha256 cd2e5817a25d7d28efba927b01056cae04a616b673014159f9eafeb008a0e747 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NODEJS_VERSION = 12.16.3
|
||||
NODEJS_VERSION = 12.18.0
|
||||
NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
|
||||
NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
|
||||
NODEJS_DEPENDENCIES = host-python host-nodejs c-ares \
|
||||
|
Loading…
Reference in New Issue
Block a user