pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/nodejs
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 24 11:06:12 UTC 2021
Modified Files:
pkgsrc/lang/nodejs: Makefile distinfo
Log Message:
nodejs: updated to 14.16.0
Version 14.16.0 'Fermium' (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
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.192 -r1.193 pkgsrc/lang/nodejs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.207 pkgsrc/lang/nodejs/Makefile:1.208
--- pkgsrc/lang/nodejs/Makefile:1.207 Fri Feb 12 11:07:38 2021
+++ pkgsrc/lang/nodejs/Makefile Wed Feb 24 11:06:12 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.207 2021/02/12 11:07:38 adam Exp $
+# $NetBSD: Makefile,v 1.208 2021/02/24 11:06:12 adam Exp $
-DISTNAME= node-v14.15.5
+DISTNAME= node-v14.16.0
EXTRACT_SUFX= .tar.xz
USE_LANGUAGES= c gnu++14
Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.192 pkgsrc/lang/nodejs/distinfo:1.193
--- pkgsrc/lang/nodejs/distinfo:1.192 Fri Feb 12 11:07:38 2021
+++ pkgsrc/lang/nodejs/distinfo Wed Feb 24 11:06:12 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.192 2021/02/12 11:07:38 adam Exp $
+$NetBSD: distinfo,v 1.193 2021/02/24 11:06:12 adam Exp $
-SHA1 (node-v14.15.5.tar.xz) = 7a5661cd774feaddc06d0efa1865f59c5ef13426
-RMD160 (node-v14.15.5.tar.xz) = 8473b6a95337d3ea60b04bac43962108b2300de2
-SHA512 (node-v14.15.5.tar.xz) = e6f8adb6278dd57852e01674f605b15163250f3f95912a8011a4e27860683e4852835bec9a11350e84e89404da9ed841ad6d87611f0368a1c6270fcd01121869
-Size (node-v14.15.5.tar.xz) = 33295228 bytes
+SHA1 (node-v14.16.0.tar.xz) = 52ee20a121bc54990d6e0b3320c26a4be4c38325
+RMD160 (node-v14.16.0.tar.xz) = 17eaeca8d358432e3b9e149d0eb26ba71fdf7545
+SHA512 (node-v14.16.0.tar.xz) = ac6f7408df35e2bae8bcad3f461d8e260a2762c77f78d737b0339a592724ff1a98ba171a95e44366e731accfb3208e7cfd6d3edd0f646ddc26a01cfbdbbb655b
+Size (node-v14.16.0.tar.xz) = 33301140 bytes
SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3
Home |
Main Index |
Thread Index |
Old Index