pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs10



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 24 11:04:35 UTC 2021

Modified Files:
        pkgsrc/lang/nodejs10: Makefile distinfo

Log Message:
nodejs10: updated to 10.24.0

Version 10.24.0 'Dubnium' (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.20 -r1.21 pkgsrc/lang/nodejs10/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/nodejs10/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/nodejs10/Makefile
diff -u pkgsrc/lang/nodejs10/Makefile:1.20 pkgsrc/lang/nodejs10/Makefile:1.21
--- pkgsrc/lang/nodejs10/Makefile:1.20  Mon Feb 15 10:20:58 2021
+++ pkgsrc/lang/nodejs10/Makefile       Wed Feb 24 11:04:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/02/15 10:20:58 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/02/24 11:04:35 adam Exp $
 
-DISTNAME=      node-v10.23.3
+DISTNAME=      node-v10.24.0
 
 USE_LANGUAGES= c gnu++14
 

Index: pkgsrc/lang/nodejs10/distinfo
diff -u pkgsrc/lang/nodejs10/distinfo:1.12 pkgsrc/lang/nodejs10/distinfo:1.13
--- pkgsrc/lang/nodejs10/distinfo:1.12  Mon Feb 15 10:20:58 2021
+++ pkgsrc/lang/nodejs10/distinfo       Wed Feb 24 11:04:35 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2021/02/15 10:20:58 adam Exp $
+$NetBSD: distinfo,v 1.13 2021/02/24 11:04:35 adam Exp $
 
-SHA1 (node-v10.23.3.tar.gz) = 07da823788f0a571b9fab4e134c66662410332e9
-RMD160 (node-v10.23.3.tar.gz) = a6a19766d3111d554d99319bcf237b99852d83e3
-SHA512 (node-v10.23.3.tar.gz) = 898af676357cc394c29271b2fd136613d4f8a4b238dfa07755f64689cdf8afe8ab5504b28eb8938ef149c17c066dd5033a80963993723116c910c63343b2d01e
-Size (node-v10.23.3.tar.gz) = 46304281 bytes
+SHA1 (node-v10.24.0.tar.gz) = 68c167f3c5bdb5cf571aae88f136ffa979fb22c1
+RMD160 (node-v10.24.0.tar.gz) = f8678c41dbdec06f8da40c6cc852b530db86032e
+SHA512 (node-v10.24.0.tar.gz) = ff14c2071d20f9054f5db14505a0a9d1309d31c34f9b676dcb6430e553256fc557116e2aafe4b2c4662f84e049c70b24182329f021e1ba46a479aadbc4304a5c
+Size (node-v10.24.0.tar.gz) = 46321470 bytes
 SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index