4 Commits

Author SHA256 Message Date
dae0dbc900 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs15?expand=0&rev=36 2021-05-14 08:44:58 +00:00
32d6074bba - New upstream version 15.5.1:
* CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS
    implementation. When writing to a TLS enabled socket,
    node::StreamBase::Write calls node::TLSWrap::DoWrite with
    a freshly allocated WriteWrap object as first argument.
    If the DoWrite method does not return an error, this object is
    passed back to the caller as part of a StreamWriteResult structure.
    This may be exploited to corrupt memory leading to a
    Denial of Service or potentially other exploits (bsc#1180553)
  * CVE-2020-8287: HTTP Request Smuggling allow two copies of a
    header field in a http request. For example, two Transfer-Encoding
    header fields. In this case Node.js identifies the first header
    field and ignores the second. This can lead to HTTP Request
    Smuggling (https://cwe.mitre.org/data/definitions/444.html).
    (bsc#1180554)
  * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference
    (High) This is a vulnerability in OpenSSL which may be exploited
    through Node.js. (bsc#1179491)
- Changes in 15.5.0:
  * child_process: add signal support to spawn
  * http: use autoDestroy: true in incoming message
  * lib: support BigInt in querystring.stringify
  * stream: support abortsignal in constructor
- npm_search_paths.patch, versioned.patch: refreshed
- revert_cares_caa_reply_support.patch: dropped, no longer needed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs15?expand=0&rev=14
2021-01-05 09:35:21 +00:00
62a4d83d8d - Update to 15.1.0:
* deps: updated to 7.0.8
  * child_process: add ChildProcess 'spawn' event
  * dns: add setLocalAddress to Resolver
  * http: report request start and end with diagnostics_channel
  * http2: add updateSettings to both http2 servers
  * lib: create diagnostics_channel module
  * src: add --heapsnapshot-near-heap-limit option
  * v8: implement v8.stopCoverage() and v8.takeCoverage()
  * worker: add eventLoopUtilization()
- fix_ci_tests.patch, npm_search_paths.patch, versioned.patch refreshed
For details see
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V15.md#15.1.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs15?expand=0&rev=6
2020-11-05 12:05:16 +00:00
509586ba70 - Create package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs15?expand=0&rev=1
2020-10-20 18:38:16 +00:00