* deps: update llhttp to 2.1.4
- HTTP Request Smuggling due to spaced in headers
(bsc#1191601, CVE-2021-22959)
- HTTP Request Smuggling when parsing the body
(bsc#1191602, CVE-2021-22960)
- changes in 12.22.6:
* deps: upgrade npm to 6.14.15 which fixes a number of
security issues
(bsc#1190057, CVE-2021-37701, bsc#1190056, CVE-2021-37712,
bsc#1190055, CVE-2021-37713, bsc#1190054, CVE-2021-39134,
bsc#1190053, CVE-2021-39135)
- versioned.patch: refreshed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs12?expand=0&rev=135
* esm: JSON module support is always enabled under
--experimental-modules. The --experimental-json-modules flag
has been removed
* http, http2: A new flag has been added for overriding
the default HTTP server socket timeout (which is two minutes).
Pass --http-server-default-timeout=milliseconds or
--http-server-default-timeout=0 to respectively change or
disable the timeout. Starting with Node.js 13.0.0,
the timeout will be disabled by default
* inspector: Added an experimental --heap-prof flag to start
the V8 heap profiler on startup and write the heap
profile to disk before exit
* stream: The readable.unshift() method now correctly converts
strings to buffers. Additionally, a new optional argument is
accepted to specify the string's encoding, such as 'utf8' or 'ascii'
* v8: The object returned by v8.getHeapStatistics() has two
new properties: number_of_native_contexts and number_of_detached_contexts
- nodejs-libpath.patch: install npx into proper directory
- versioned.patch, fix_ci_tests.patch: refreshed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs12?expand=0&rev=10