* async_hooks: + Merge run and exit methods + Prevent sync methods of async storage exiting outer context * vm: Add importModuleDynamically option to compileFunction OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=29
310 lines
12 KiB
Plaintext
310 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Apr 30 11:21:32 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.14.0:
|
|
* async_hooks:
|
|
+ Merge run and exit methods
|
|
+ Prevent sync methods of async storage exiting outer context
|
|
* vm: Add importModuleDynamically option to compileFunction
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 27 13:54:29 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.13.0:
|
|
* fs:
|
|
+ new overload is available for fs.readSync, which allows to
|
|
optionally pass any of the offset, length and position parameters
|
|
+ add fs.readv (with sync and promisified versions). This function
|
|
takes an array of ArrayBufferView elements and will write
|
|
the data it reads sequentially to the buffers
|
|
* dns: Added the dns.ALL flag, that can be passed to dns.lookup()
|
|
with dns.V4MAPPED to return resolved IPv6 addresses as well
|
|
as IPv4 mapped IPv6 addresses
|
|
* http: default maximum HTTP header size was changed from 8KB to 16KB
|
|
* n-api: Calls to napi_call_threadsafe_function from the main thread
|
|
can now return the napi_would_deadlock status
|
|
* util: Added a new maxStrLength option to util.inspect with
|
|
Infinity being default.
|
|
* worker: Added support for passing a transferList along with
|
|
workerData to the Worker constructor
|
|
|
|
- fix_ci_tests.patch: refreshed
|
|
- linker_lto_jobs.patch: serialize linker during build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 27 16:54:05 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.12.0:
|
|
* deps:
|
|
+ upgrade npm to 6.14.4 (Ruy Adorno) #32495
|
|
+ update to uvwasi 0.0.6 (Colin Ihrig) #32309
|
|
+ upgrade to libuv 1.35.0 (Colin Ihrig) #32204
|
|
* lib: add --disable-proto option to cli
|
|
* node_report: move diagnostic reports to stable
|
|
* worker: allow URL in Worker constructor
|
|
* util: use a global symbol for util.promisify.custom
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 12 11:30:33 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.11.0:
|
|
* async_hooks: add sync enterWith to ALS
|
|
* cli: allow --jitless V8 flag in NODE_OPTIONS
|
|
* fs: return first folder made by mkdir recursive
|
|
* n-api: define release 6
|
|
* os: create a getter for kernel version
|
|
* wasi: add returnOnExit option
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 17:11:13 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.10.1:
|
|
* async_hooks: introduce async-context API
|
|
* stream: support passing generator functions into pipeline()
|
|
* tls: expose SSL_export_keying_material
|
|
* vm: implement vm.measureMemory() for per-context measurement
|
|
|
|
- openssl_rand_regression.patch: upstreamed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 2 09:43:10 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- openssl_rand_regression.patch: Add getrandom syscall definition
|
|
for all Linux platforms. This fixes a runtime error in SLE-12
|
|
(bnc#1162117)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 19 13:45:39 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.9.0:
|
|
* async_hooks: add executionAsyncResource
|
|
* crypto:
|
|
+ add crypto.diffieHellman
|
|
+ add DH support to generateKeyPair and simplify DH groups
|
|
+ add key type 'dh'
|
|
* test: skip keygen tests on arm systems
|
|
* perf_hooks: add property flags to GCPerformanceEntry
|
|
* process: report ArrayBuffer memory in memoryUsage()
|
|
* readline: make tab size configurable
|
|
* report: add support for Workers
|
|
* worker: add ability to take heap snapshot from parent thread
|
|
|
|
- wasi_compile_flags.patch: upstreamed
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 12 14:04:27 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- wasi_compile_flags.patch: fix header inclusions in uvwasi dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 7 13:07:04 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.8.0:
|
|
* fixes a remotely triggerable assertion on a TLS server via a
|
|
crafted certificate string (CVE-2019-15604, bsc#1163104)
|
|
* fixes an HTTP request smuggling vulnerability via malformed
|
|
Transfer-Encoding header (CVE-2019-15605, bsc#1163102)
|
|
* trim HTTP header values of optional white space
|
|
(CVE-2019-15606, bsc#1163103)
|
|
* enabled stricter HTTP header parsing by default.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 22 10:03:58 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.7.0:
|
|
* deps:
|
|
+ upgrade to libuv 1.34.1
|
|
+ upgrade npm to 6.13.6
|
|
* module:
|
|
+ add API for interacting with source maps
|
|
+ loader getSource, getFormat, transform hooks
|
|
+ logical conditional exports ordering
|
|
+ unflag conditional exports
|
|
* process: allow monitoring uncaughtException
|
|
|
|
- python3.patch: upstreamed
|
|
- versioned.patch, skip_no_console.patch: refreshed
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 9 10:43:41 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.6.0:
|
|
* assert: Implement assert.match() and assert.doesNotMatch()
|
|
* events:
|
|
+ Add EventEmitter.on to async iterate over events
|
|
+ Allow monitoring error events
|
|
* fs: Allow overriding fs for streams
|
|
* perf_hooks: Move perf_hooks out of experimental
|
|
* repl: Implement ZSH-like reverse-i-search
|
|
* tls: Add PSK (pre-shared key) support
|
|
|
|
- fix_ci_tests.patch: refreshed
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 7 13:12:10 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Really disable LTO when required (nodejs < 12)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 3 15:03:17 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- sle12_python3_compat.patch: Adds Python 3.4 to compatible
|
|
python versions allowing us to build with python3 on SLE-12
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 19 14:05:11 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.5.0:
|
|
* cli: add --trace-exit cli option
|
|
* http, https: increase server headers timeout
|
|
* readline:
|
|
+ update ansi-regex
|
|
+ promote _getCursorPos to public api
|
|
* repl: add completion preview
|
|
* util: add Set and map size to inspect output
|
|
* wasi: require CLI flag to require() wasi module
|
|
|
|
- Changes in 13.4.0:
|
|
* deps:
|
|
+ update npm to 6.13.4 fixing an arbitrary path overwrite
|
|
and access via "bin" field (bsc#1159352, CVE-2019-16777,
|
|
CVE-2019-16776, CVE-2019-16775)
|
|
+ update uvwasi
|
|
+ upgrade to libuv 1.34.0
|
|
* doc: docs deprecate http finished
|
|
* events: add captureRejection option
|
|
* http:
|
|
+ add captureRejection support
|
|
+ llhttp opt-in insecure HTTP header parsing
|
|
* http2: implement capture rection for 'request' and 'stream' events
|
|
* net: implement capture rejections for 'connection' event
|
|
* repl: support previews by eager evaluating input
|
|
* stream: add support for captureRejection option
|
|
* tls:
|
|
+ implement capture rejections for 'secureConnection' event
|
|
+ expose IETF name for current cipher suite
|
|
* worker: add argv constructor option
|
|
|
|
- skip_no_console.patch, versioned.patch: refreshed
|
|
- python3.patch: Fix building with Python3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 5 15:10:32 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.3.0:
|
|
* fs: Reworked experimental recursive rmdir()
|
|
* http: Make maximum header size configurable per-stream or per-server
|
|
* http2:
|
|
+ Make maximum tolerated rejected streams configurable
|
|
+ Allow to configure maximum tolerated invalid frames
|
|
* wasi: Introduce initial WASI support
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 22 15:11:15 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.2.0:
|
|
* addons: Deprecate one- and two-argument AtExit().
|
|
Use the three-argument variant of AtExit() or
|
|
AddEnvironmentCleanupHook() instead
|
|
* child_process,cluster: The serialization option is added that
|
|
allows child process IPC to use the V8 serialization API
|
|
* deps:
|
|
+ Update V8 to 7.9
|
|
+ Update npm to 6.13.1
|
|
* embedder:
|
|
+ Exposes the ability to pass cli flags / options through an
|
|
API as embedder
|
|
+ Allow adding linked bindings to Environment
|
|
* esm: Unflag --experimental-modules
|
|
* stream: Add writable.writableCorked property
|
|
* worker: Allow specifying resource limits
|
|
* v8: The Serialization API is now stable
|
|
|
|
- versioned.patch, nodejs-libpath.patch: refreshed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 11 12:13:47 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to 13.1.0:
|
|
* cli: Added a new flag (--trace-uncaught) that makes Node.js print
|
|
the stack trace at the time of throwing uncaught exceptions,
|
|
rather than at the creation of the Error object, if there is any.
|
|
This is disabled by default because it affects GC behavior
|
|
* crypto: Added Hash.prototype.copy()
|
|
* dgram: Added source-specific multicast support as per RFC 4607
|
|
* fs: Added a bufferSize option to fs.opendir()
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 5 08:28:35 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- skip_no_console.patch: skip tests with dumb console
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 23 13:18:43 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update to upstream 13.0.1:
|
|
* deps: Fixed a bug in npm 6.12.0 where warnings are emitted on
|
|
Node.js 13.x
|
|
* esm: Changed file extension resolution order of
|
|
--es-module-specifier-resolution=node to match that
|
|
of the CommonJS loader
|
|
|
|
- Changes in version 13.0.0:
|
|
* assert:
|
|
+ If the validation function passed to assert.throws() or
|
|
assert.rejects() returns a value other than true,
|
|
an assertion error will be thrown instead of the original
|
|
error to highlight the programming mistake
|
|
+ If a constructor function is passed to validate the instance
|
|
of errors thrown in assert.throws() or assert.reject(),
|
|
an assertion error will be thrown instead of the original error
|
|
* child_process: ChildProcess._channel (DEP0129) is now
|
|
a Runtime deprecation
|
|
* console: The output console.timeEnd() and console.timeLog()
|
|
will now automatically select a suitable time unit instead
|
|
of always using milliseconds
|
|
* deps: The V8 engine was updated to version 7.8.
|
|
* domain: The domain's error handler is now executed with
|
|
the active domain set to the domain's parent to prevent
|
|
inner recursion
|
|
* fs:
|
|
+ The undocumented method FSWatcher.prototype.start() was removed
|
|
+ Calling the open() method on a ReadStream or WriteStream
|
|
now emits a runtime deprecation warning. This is an internal
|
|
method that should not be used by user code.
|
|
+ fs.read/write, fs.readSync/writeSync and fd.read/write now
|
|
accept any safe integer as their offset parameter. This value
|
|
is no longer coerced.
|
|
* http:
|
|
+ Aborted requests no longer emit the end or error events after aborted
|
|
+ Data will no longer be emitted after a socket error
|
|
+ The legacy HTTP parser (previously available under
|
|
the --http-parser=legacy flag) was removed
|
|
+ host option for HTTP requests is now validated to be a string value
|
|
+ The request.connection and response.connection properties
|
|
are now runtime deprecated. The equivalent request.socket
|
|
and response.socket should be used instead
|
|
* http, http2:
|
|
+ The default server timeout was removed
|
|
+ Brought 425 status code name into accordance with RFC 8470.
|
|
The name changed from "Unordered Collection" to "Too Early"
|
|
* lib: The error.errno property will now always be a number. To
|
|
get the string value, use error.code instead.
|
|
* module: module.createRequireFromPath() is deprecated. Use
|
|
module.createRequire() instead
|
|
* src: Changing the value of process.env.TZ will now clear
|
|
the tz cache. This affects the default time zone used by methods
|
|
such as Date.prototype.toString
|
|
* stream: The timing and behavior of streams was consolidated
|
|
for a number of edge cases. Please look at the individual commits
|
|
for more information.
|
|
|
|
Complete changelogs are available at,
|
|
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V13.md
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 14 14:42:24 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Create package
|
|
|