diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-06-14 10:54:26 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-06-14 10:54:26 +0000 |
commit | 3694b0d0777c5bcef68312dd2edb6734effcd5c0 (patch) | |
tree | ec10e04147b6cb70d2bf98f8f6c506d22a68845f /lang/nodejs | |
parent | 48eae43be41d494afef8bcead1183b0eb9d52276 (diff) | |
download | pkgsrc-3694b0d0777c5bcef68312dd2edb6734effcd5c0.tar.gz |
lang/nodejs: Update to 10.4.1.
- Fixes memory exhaustion DoS (CVE-2018-7164): Fixes a bug introduced
in 9.7.0 that increases the memory consumed when reading from the
network into JavaScript using the net.Socket object directly as a
stream.
- http2
- (CVE-2018-7161): Fixes Denial of Service vulnerability by updating
the http2 implementation to not crash under certain circumstances
during cleanup
- (CVE-2018-1000168): Fixes Denial of Service vulnerability by
upgrading nghttp2 to 1.32.0
- tls (CVE-2018-7162): Fixes Denial of Service vulnerability by
updating the TLS implementation to not crash upon receiving
- n-api: Prevent use-after-free in napi_delete_async_work
Diffstat (limited to 'lang/nodejs')
-rw-r--r-- | lang/nodejs/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index 06d06658327..a2d3bcb676a 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.134 2018/06/12 09:06:46 fhajny Exp $ +# $NetBSD: Makefile,v 1.135 2018/06/14 10:54:26 fhajny Exp $ -DISTNAME= node-v10.4.0 +DISTNAME= node-v10.4.1 USE_LANGUAGES= c gnu++14 diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 63ec333c9d5..16215bee999 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.127 2018/06/12 09:06:46 fhajny Exp $ +$NetBSD: distinfo,v 1.128 2018/06/14 10:54:26 fhajny Exp $ -SHA1 (node-v10.4.0.tar.gz) = f0aa0df32cb4ec75a5e298a193a1e172601a31ac -RMD160 (node-v10.4.0.tar.gz) = 68ba178ba8ec32e5a73b28969339c32af57145bf -SHA512 (node-v10.4.0.tar.gz) = 6cf1050f0dd756ab6c90ea11b1853be6cf0231aa0e38d07f34e940a25a4cd450c129ea95fd856a0879dd0bea0b195b972077b40718cb9dfd508198c3d750a7e8 -Size (node-v10.4.0.tar.gz) = 35357659 bytes +SHA1 (node-v10.4.1.tar.gz) = e924e35d3547445b230df025317dc0fa6e44558c +RMD160 (node-v10.4.1.tar.gz) = a74cf9c9be184de4c6ea736390f8a6eec601b19c +SHA512 (node-v10.4.1.tar.gz) = 7b3d53501d30fc04e4e133d646b14aa90d069483cb0bed3169e221d4724fd57b04e57602c940fa8d6b5ea6941fa959b3489e9599a035bb1ed51346891f587485 +Size (node-v10.4.1.tar.gz) = 35360626 bytes SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f SHA1 (patch-deps_openssl_config_opensslconf__asm.h) = 7b074ebd5353dff662ac66cf4012926f12dd7b7e |