pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nodejs12 nodejs12: updated to 12.21.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4f03a72b156
branches: trunk
changeset: 447636:c4f03a72b156
user: adam <adam%pkgsrc.org@localhost>
date: Wed Feb 24 11:05:28 2021 +0000
description:
nodejs12: updated to 12.21.0
Version 12.21.0 'Erbium' (LTS)
This is a security release.
Notable changes
Vulnerabilities fixed:
CVE-2021-22883: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file
descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured,
then this lead to an excessive memory usage and cause the system to run out of memory.
CVE-2021-22884: DNS rebinding in --inspect
Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is
resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As
long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
CVE-2021-23840: OpenSSL - Integer overflow in CipherUpdate
This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt
diffstat:
lang/nodejs12/Makefile | 4 ++--
lang/nodejs12/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r fa65b1944a2e -r c4f03a72b156 lang/nodejs12/Makefile
--- a/lang/nodejs12/Makefile Wed Feb 24 11:04:35 2021 +0000
+++ b/lang/nodejs12/Makefile Wed Feb 24 11:05:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/02/15 10:21:43 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/02/24 11:05:28 adam Exp $
-DISTNAME= node-v12.20.2
+DISTNAME= node-v12.21.0
USE_LANGUAGES= c gnu++14
diff -r fa65b1944a2e -r c4f03a72b156 lang/nodejs12/distinfo
--- a/lang/nodejs12/distinfo Wed Feb 24 11:04:35 2021 +0000
+++ b/lang/nodejs12/distinfo Wed Feb 24 11:05:28 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2021/02/15 10:21:43 adam Exp $
+$NetBSD: distinfo,v 1.21 2021/02/24 11:05:28 adam Exp $
-SHA1 (node-v12.20.2.tar.gz) = a464a783bce0822563079c4edd994f06b3be9a38
-RMD160 (node-v12.20.2.tar.gz) = 6cae00e0b6754cb438a831d6b2dd361906cba92a
-SHA512 (node-v12.20.2.tar.gz) = 3633b5f0a0423c3e5c5cdfd7ea8308b6091aa000a079299a468c0c1ac60a4287efdd40908ca760909d278915c3ec90f22428fb9bb421523a0e07abb18afcba44
-Size (node-v12.20.2.tar.gz) = 53249033 bytes
+SHA1 (node-v12.21.0.tar.gz) = c454d2c2a97ccce560d709e2f7fad2923adeb856
+RMD160 (node-v12.21.0.tar.gz) = c10ccc94e139eee770648cd537efd3c9558c7009
+SHA512 (node-v12.21.0.tar.gz) = 843fc8dc7711357f0410b13dbdcbc425541f88560954e11d604b659e488535d24676e3701a4853f2038fdb118a9f606571757d68acf1d4054ad330c3ec3ef0f1
+Size (node-v12.21.0.tar.gz) = 53255514 bytes
SHA1 (patch-common.gypi) = a3fa3b5b974f910b3c8fea640ded4dca262e1ba8
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3
Home |
Main Index |
Thread Index |
Old Index