head 1.3; access; symbols pkgsrc-2020Q4:1.2.0.10 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.8 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.6 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.4 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.1.0.16 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.14 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.12 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.10 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.8 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2021.02.16.13.16.38; author adam; state dead; branches; next 1.2; commitid opL7PiySmt5S9WHC; 1.2 date 2019.11.24.15.52.13; author adam; state Exp; branches; next 1.1; commitid xTsuJMmbvqyjt7MB; 1.1 date 2017.11.01.12.07.31; author fhajny; state Exp; branches; next ; commitid rqbEx9jmq62ArkdA; desc @@ 1.3 log @nodejs8: removed @ text @$NetBSD: patch-deps_uv_common.gypi,v 1.2 2019/11/24 15:52:13 adam Exp $ Add support for NetBSD. --- deps/uv/common.gypi.orig 2019-10-09 13:05:58.000000000 +0000 +++ deps/uv/common.gypi @@@@ -134,7 +134,7 @@@@ }] ] }], - ['OS in "freebsd dragonflybsd linux openbsd solaris android aix"', { + ['OS in "freebsd dragonflybsd linux openbsd solaris android aix netbsd"', { 'cflags': [ '-Wall' ], 'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ], 'target_conditions': [ @ 1.2 log @nodejs8: updated to 8.16.2 Version 8.16.2 'Carbon' (LTS): Notable changes deps: upgrade openssl sources to 1.0.2s Version 8.16.1 'Carbon' (LTS): Notable changes This is a security release. Node.js, as well as many other implementations of HTTP/2, have been found vulnerable to Denial of Service attacks. See https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md for more information. Vulnerabilities fixed: CVE-2019-9511 “Data Dribble”: The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service. CVE-2019-9512 “Ping Flood”: The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service. CVE-2019-9513 “Resource Loop”: The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU, potentially leading to a denial of service. CVE-2019-9514 “Reset Flood”: The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service. CVE-2019-9515 “Settings Flood”: The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service. CVE-2019-9516 “0-Length Headers Leak”: The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially leading to a denial of service. CVE-2019-9517 “Internal Data Buffering”: The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both, potentially leading to a denial of service. CVE-2019-9518 “Empty Frames Flood”: The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU, potentially leading to a denial of service. Version 8.16.0 'Carbon' (LTS): Notable Changes n-api: add API for asynchronous functions mark thread-safe function as stable @ text @d1 1 a1 1 $NetBSD: patch-deps_uv_common.gypi,v 1.1 2017/11/01 12:07:31 fhajny Exp $ @ 1.1 log @Import nodejs-8.9.0 (LTS) as lang/nodejs8. Changes since nodejs 8.8.1: - doc: add Gibson Fahnestock to Release team - deps: update npm to 5.5.1 - http2: The exposed http2 socket is no longer manipulatable - module: support custom paths to require.resolve() - util: util.TextEncoder and util.TextDecoder are no longer experimental. There will no longer be a warning when they are used @ text @d1 1 a1 1 $NetBSD: patch-deps_uv_common.gypi,v 1.3 2015/09/17 10:42:34 fhajny Exp $ d5 1 a5 1 --- deps/uv/common.gypi.orig 2015-03-31 22:13:01.000000000 +0000 d7 1 a7 1 @@@@ -128,7 +128,7 @@@@ d11 2 a12 2 - ['OS in "freebsd dragonflybsd linux openbsd solaris android"', { + ['OS in "freebsd dragonflybsd linux openbsd solaris android netbsd"', { @