node-aix-ppc64 20.4.0 → 20.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +106 -1
- package/README.md +2 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +48 -20
- package/include/node/config.gypi +2 -1
- package/include/node/node.exp +42 -9
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/dh.h +6 -2
- package/include/node/openssl/x509err.h +2 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
-
<
|
|
11
|
+
<a href="#20.5.1">20.5.1</a><br/>
|
|
12
|
+
<a href="#20.5.0">20.5.0</a><br/>
|
|
13
|
+
<a href="#20.4.0">20.4.0</a><br/>
|
|
12
14
|
<a href="#20.3.1">20.3.1</a><br/>
|
|
13
15
|
<a href="#20.3.0">20.3.0</a><br/>
|
|
14
16
|
<a href="#20.2.0">20.2.0</a><br/>
|
|
@@ -40,6 +42,109 @@
|
|
|
40
42
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
43
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
44
|
|
|
45
|
+
<a id="20.5.1"></a>
|
|
46
|
+
|
|
47
|
+
## 2023-08-09, Version 20.5.1 (Current), @RafaelGSS
|
|
48
|
+
|
|
49
|
+
This is a security release.
|
|
50
|
+
|
|
51
|
+
### Notable Changes
|
|
52
|
+
|
|
53
|
+
The following CVEs are fixed in this release:
|
|
54
|
+
|
|
55
|
+
* [CVE-2023-32002](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32002): Policies can be bypassed via Module.\_load (High)
|
|
56
|
+
* [CVE-2023-32558](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32558): process.binding() can bypass the permission model through path traversal (High)
|
|
57
|
+
* [CVE-2023-32004](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32004): Permission model can be bypassed by specifying a path traversal sequence in a Buffer (High)
|
|
58
|
+
* [CVE-2023-32006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32006): Policies can be bypassed by module.constructor.createRequire (Medium)
|
|
59
|
+
* [CVE-2023-32559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32559): Policies can be bypassed via process.binding (Medium)
|
|
60
|
+
* [CVE-2023-32005](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32005): fs.statfs can bypass the permission model (Low)
|
|
61
|
+
* [CVE-2023-32003](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32003): fs.mkdtemp() and fs.mkdtempSync() can bypass the permission model (Low)
|
|
62
|
+
* OpenSSL Security Releases
|
|
63
|
+
* [OpenSSL security advisory 14th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000264.html).
|
|
64
|
+
* [OpenSSL security advisory 19th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000265.html).
|
|
65
|
+
* [OpenSSL security advisory 31st July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000267.html)
|
|
66
|
+
|
|
67
|
+
More detailed information on each of the vulnerabilities can be found in [August 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/) blog post.
|
|
68
|
+
|
|
69
|
+
### Commits
|
|
70
|
+
|
|
71
|
+
* \[[`92300b51b4`](https://github.com/nodejs/node/commit/92300b51b4)] - **deps**: update archs files for openssl-3.0.10+quic1 (Node.js GitHub Bot) [#49036](https://github.com/nodejs/node/pull/49036)
|
|
72
|
+
* \[[`559698abf2`](https://github.com/nodejs/node/commit/559698abf2)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.10+quic1 (Node.js GitHub Bot) [#49036](https://github.com/nodejs/node/pull/49036)
|
|
73
|
+
* \[[`1bf3429e8e`](https://github.com/nodejs/node/commit/1bf3429e8e)] - **lib,permission**: restrict process.binding when pm is enabled (RafaelGSS) [nodejs-private/node-private#438](https://github.com/nodejs-private/node-private/pull/438)
|
|
74
|
+
* \[[`98a83a67e6`](https://github.com/nodejs/node/commit/98a83a67e6)] - **permission**: ensure to resolve path when calling mkdtemp (RafaelGSS) [nodejs-private/node-private#464](https://github.com/nodejs-private/node-private/pull/464)
|
|
75
|
+
* \[[`1f0cde466b`](https://github.com/nodejs/node/commit/1f0cde466b)] - **permission**: handle buffer path on fs calls (RafaelGSS) [nodejs-private/node-private#439](https://github.com/nodejs-private/node-private/pull/439)
|
|
76
|
+
* \[[`bd094d60ea`](https://github.com/nodejs/node/commit/bd094d60ea)] - **permission**: handle fstatfs and add pm supported list (RafaelGSS) [nodejs-private/node-private#441](https://github.com/nodejs-private/node-private/pull/441)
|
|
77
|
+
* \[[`7337d21484`](https://github.com/nodejs/node/commit/7337d21484)] - **policy**: handle Module.constructor and main.extensions bypass (RafaelGSS) [nodejs-private/node-private#417](https://github.com/nodejs-private/node-private/pull/417)
|
|
78
|
+
* \[[`cf348ec640`](https://github.com/nodejs/node/commit/cf348ec640)] - **policy**: disable process.binding() when enabled (Tobias Nießen) [nodejs-private/node-private#397](https://github.com/nodejs-private/node-private/pull/397)
|
|
79
|
+
|
|
80
|
+
<a id="20.5.0"></a>
|
|
81
|
+
|
|
82
|
+
## 2023-07-18, Version 20.5.0 (Current), @juanarbol
|
|
83
|
+
|
|
84
|
+
### Notable Changes
|
|
85
|
+
|
|
86
|
+
* \[[`45be29d89f`](https://github.com/nodejs/node/commit/45be29d89f)] - **doc**: add atlowChemi to collaborators (atlowChemi) [#48757](https://github.com/nodejs/node/pull/48757)
|
|
87
|
+
* \[[`a316808136`](https://github.com/nodejs/node/commit/a316808136)] - **(SEMVER-MINOR)** **events**: allow safely adding listener to abortSignal (Chemi Atlow) [#48596](https://github.com/nodejs/node/pull/48596)
|
|
88
|
+
* \[[`986b46a567`](https://github.com/nodejs/node/commit/986b46a567)] - **fs**: add a fast-path for readFileSync utf-8 (Yagiz Nizipli) [#48658](https://github.com/nodejs/node/pull/48658)
|
|
89
|
+
* \[[`0ef73ff6f0`](https://github.com/nodejs/node/commit/0ef73ff6f0)] - **(SEMVER-MINOR)** **test\_runner**: add shards support (Raz Luvaton) [#48639](https://github.com/nodejs/node/pull/48639)
|
|
90
|
+
|
|
91
|
+
### Commits
|
|
92
|
+
|
|
93
|
+
* \[[`eb0aba59b8`](https://github.com/nodejs/node/commit/eb0aba59b8)] - **bootstrap**: use correct descriptor for Symbol.{dispose,asyncDispose} (Jordan Harband) [#48703](https://github.com/nodejs/node/pull/48703)
|
|
94
|
+
* \[[`e2d0195dcf`](https://github.com/nodejs/node/commit/e2d0195dcf)] - **bootstrap**: hide experimental web globals with flag kNoBrowserGlobals (Chengzhong Wu) [#48545](https://github.com/nodejs/node/pull/48545)
|
|
95
|
+
* \[[`67a1018389`](https://github.com/nodejs/node/commit/67a1018389)] - **build**: do not pass target toolchain flags to host toolchain (Ivan Trubach) [#48597](https://github.com/nodejs/node/pull/48597)
|
|
96
|
+
* \[[`7d843bb942`](https://github.com/nodejs/node/commit/7d843bb942)] - **child\_process**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
97
|
+
* \[[`4e08160f8c`](https://github.com/nodejs/node/commit/4e08160f8c)] - **child\_process**: support `Symbol.dispose` (Moshe Atlow) [#48551](https://github.com/nodejs/node/pull/48551)
|
|
98
|
+
* \[[`ef7728bf36`](https://github.com/nodejs/node/commit/ef7728bf36)] - **deps**: update nghttp2 to 1.55.1 (Node.js GitHub Bot) [#48790](https://github.com/nodejs/node/pull/48790)
|
|
99
|
+
* \[[`1454f02499`](https://github.com/nodejs/node/commit/1454f02499)] - **deps**: update nghttp2 to 1.55.0 (Node.js GitHub Bot) [#48746](https://github.com/nodejs/node/pull/48746)
|
|
100
|
+
* \[[`fa94debf46`](https://github.com/nodejs/node/commit/fa94debf46)] - **deps**: update minimatch to 9.0.3 (Node.js GitHub Bot) [#48704](https://github.com/nodejs/node/pull/48704)
|
|
101
|
+
* \[[`c73cfcc144`](https://github.com/nodejs/node/commit/c73cfcc144)] - **deps**: update acorn to 8.10.0 (Node.js GitHub Bot) [#48713](https://github.com/nodejs/node/pull/48713)
|
|
102
|
+
* \[[`b7a076a052`](https://github.com/nodejs/node/commit/b7a076a052)] - **deps**: V8: cherry-pick cb00db4dba6c (Keyhan Vakil) [#48671](https://github.com/nodejs/node/pull/48671)
|
|
103
|
+
* \[[`150e15536b`](https://github.com/nodejs/node/commit/150e15536b)] - **deps**: upgrade npm to 9.8.0 (npm team) [#48665](https://github.com/nodejs/node/pull/48665)
|
|
104
|
+
* \[[`c47b2cbd35`](https://github.com/nodejs/node/commit/c47b2cbd35)] - **dgram**: socket add `asyncDispose` (atlowChemi) [#48717](https://github.com/nodejs/node/pull/48717)
|
|
105
|
+
* \[[`002ce31cca`](https://github.com/nodejs/node/commit/002ce31cca)] - **dgram**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
106
|
+
* \[[`45be29d89f`](https://github.com/nodejs/node/commit/45be29d89f)] - **doc**: add atlowChemi to collaborators (atlowChemi) [#48757](https://github.com/nodejs/node/pull/48757)
|
|
107
|
+
* \[[`69b55d2261`](https://github.com/nodejs/node/commit/69b55d2261)] - **doc**: fix ambiguity in http.md and https.md (an5er) [#48692](https://github.com/nodejs/node/pull/48692)
|
|
108
|
+
* \[[`caccb051c7`](https://github.com/nodejs/node/commit/caccb051c7)] - **doc**: clarify transform.\_transform() callback argument logic (Rafael Sofi-zada) [#48680](https://github.com/nodejs/node/pull/48680)
|
|
109
|
+
* \[[`999ae0c8c3`](https://github.com/nodejs/node/commit/999ae0c8c3)] - **doc**: fix copy node executable in Windows (Yoav Vainrich) [#48624](https://github.com/nodejs/node/pull/48624)
|
|
110
|
+
* \[[`7daefaeb44`](https://github.com/nodejs/node/commit/7daefaeb44)] - **doc**: drop \<b> of v20 changelog (Rafael Gonzaga) [#48649](https://github.com/nodejs/node/pull/48649)
|
|
111
|
+
* \[[`dd7ea3e1df`](https://github.com/nodejs/node/commit/dd7ea3e1df)] - **doc**: mention git node release prepare (Rafael Gonzaga) [#48644](https://github.com/nodejs/node/pull/48644)
|
|
112
|
+
* \[[`cc7809df21`](https://github.com/nodejs/node/commit/cc7809df21)] - **esm**: fix emit deprecation on legacy main resolve (Antoine du Hamel) [#48664](https://github.com/nodejs/node/pull/48664)
|
|
113
|
+
* \[[`67b13d1dba`](https://github.com/nodejs/node/commit/67b13d1dba)] - **events**: fix bug listenerCount don't compare wrapped listener (yuzheng14) [#48592](https://github.com/nodejs/node/pull/48592)
|
|
114
|
+
* \[[`a316808136`](https://github.com/nodejs/node/commit/a316808136)] - **(SEMVER-MINOR)** **events**: allow safely adding listener to abortSignal (Chemi Atlow) [#48596](https://github.com/nodejs/node/pull/48596)
|
|
115
|
+
* \[[`986b46a567`](https://github.com/nodejs/node/commit/986b46a567)] - **fs**: add a fast-path for readFileSync utf-8 (Yagiz Nizipli) [#48658](https://github.com/nodejs/node/pull/48658)
|
|
116
|
+
* \[[`e4333ac41f`](https://github.com/nodejs/node/commit/e4333ac41f)] - **http2**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
117
|
+
* \[[`4a0b66e4f9`](https://github.com/nodejs/node/commit/4a0b66e4f9)] - **http2**: send RST code 8 on AbortController signal (Devraj Mehta) [#48573](https://github.com/nodejs/node/pull/48573)
|
|
118
|
+
* \[[`1295c76fce`](https://github.com/nodejs/node/commit/1295c76fce)] - **lib**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
119
|
+
* \[[`dff6c25a36`](https://github.com/nodejs/node/commit/dff6c25a36)] - **meta**: bump actions/checkout from 3.5.2 to 3.5.3 (dependabot\[bot]) [#48625](https://github.com/nodejs/node/pull/48625)
|
|
120
|
+
* \[[`b5cb69ceaa`](https://github.com/nodejs/node/commit/b5cb69ceaa)] - **meta**: bump step-security/harden-runner from 2.4.0 to 2.4.1 (dependabot\[bot]) [#48626](https://github.com/nodejs/node/pull/48626)
|
|
121
|
+
* \[[`332e480b46`](https://github.com/nodejs/node/commit/332e480b46)] - **meta**: bump ossf/scorecard-action from 2.1.3 to 2.2.0 (dependabot\[bot]) [#48628](https://github.com/nodejs/node/pull/48628)
|
|
122
|
+
* \[[`25c5a0aaee`](https://github.com/nodejs/node/commit/25c5a0aaee)] - **meta**: bump github/codeql-action from 2.3.6 to 2.20.1 (dependabot\[bot]) [#48627](https://github.com/nodejs/node/pull/48627)
|
|
123
|
+
* \[[`6406f50ab1`](https://github.com/nodejs/node/commit/6406f50ab1)] - **module**: add SourceMap.lineLengths (Isaac Z. Schlueter) [#48461](https://github.com/nodejs/node/pull/48461)
|
|
124
|
+
* \[[`cfa69bd48c`](https://github.com/nodejs/node/commit/cfa69bd48c)] - **net**: server add `asyncDispose` (atlowChemi) [#48717](https://github.com/nodejs/node/pull/48717)
|
|
125
|
+
* \[[`ac11264cc5`](https://github.com/nodejs/node/commit/ac11264cc5)] - **net**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
126
|
+
* \[[`82d6b13bf6`](https://github.com/nodejs/node/commit/82d6b13bf6)] - **permission**: add debug log when inserting fs nodes (Rafael Gonzaga) [#48677](https://github.com/nodejs/node/pull/48677)
|
|
127
|
+
* \[[`f4333b1cdd`](https://github.com/nodejs/node/commit/f4333b1cdd)] - **permission**: v8.writeHeapSnapshot and process.report (Rafael Gonzaga) [#48564](https://github.com/nodejs/node/pull/48564)
|
|
128
|
+
* \[[`f691dca6c9`](https://github.com/nodejs/node/commit/f691dca6c9)] - **readline**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
129
|
+
* \[[`227e6bd898`](https://github.com/nodejs/node/commit/227e6bd898)] - **src**: pass syscall on `fs.readFileSync` fail operation (Yagiz Nizipli) [#48815](https://github.com/nodejs/node/pull/48815)
|
|
130
|
+
* \[[`a9a4b73653`](https://github.com/nodejs/node/commit/a9a4b73653)] - **src**: make BaseObject iteration order deterministic (Joyee Cheung) [#48702](https://github.com/nodejs/node/pull/48702)
|
|
131
|
+
* \[[`d99ea4845a`](https://github.com/nodejs/node/commit/d99ea4845a)] - **src**: remove kEagerCompile for CompileFunction (Keyhan Vakil) [#48671](https://github.com/nodejs/node/pull/48671)
|
|
132
|
+
* \[[`df363d0010`](https://github.com/nodejs/node/commit/df363d0010)] - **src**: deduplicate X509 getter implementations (Tobias Nießen) [#48563](https://github.com/nodejs/node/pull/48563)
|
|
133
|
+
* \[[`9cf2e1f55b`](https://github.com/nodejs/node/commit/9cf2e1f55b)] - **src,lib**: reducing C++ calls of esm legacy main resolve (Vinicius Lourenço) [#48325](https://github.com/nodejs/node/pull/48325)
|
|
134
|
+
* \[[`daeb21dde9`](https://github.com/nodejs/node/commit/daeb21dde9)] - **stream**: fix deadlock when pipeing to full sink (Robert Nagy) [#48691](https://github.com/nodejs/node/pull/48691)
|
|
135
|
+
* \[[`5a382d02d6`](https://github.com/nodejs/node/commit/5a382d02d6)] - **stream**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
136
|
+
* \[[`6e82077dd4`](https://github.com/nodejs/node/commit/6e82077dd4)] - **test**: deflake test-net-throttle (Luigi Pinca) [#48599](https://github.com/nodejs/node/pull/48599)
|
|
137
|
+
* \[[`d378b2c822`](https://github.com/nodejs/node/commit/d378b2c822)] - **test**: move test-net-throttle to parallel (Luigi Pinca) [#48599](https://github.com/nodejs/node/pull/48599)
|
|
138
|
+
* \[[`dfa0aee5bf`](https://github.com/nodejs/node/commit/dfa0aee5bf)] - _**Revert**_ "**test**: remove test-crypto-keygen flaky designation" (Luigi Pinca) [#48652](https://github.com/nodejs/node/pull/48652)
|
|
139
|
+
* \[[`0ef73ff6f0`](https://github.com/nodejs/node/commit/0ef73ff6f0)] - **(SEMVER-MINOR)** **test\_runner**: add shards support (Raz Luvaton) [#48639](https://github.com/nodejs/node/pull/48639)
|
|
140
|
+
* \[[`e2442bb7ef`](https://github.com/nodejs/node/commit/e2442bb7ef)] - **timers**: support Symbol.dispose (Moshe Atlow) [#48633](https://github.com/nodejs/node/pull/48633)
|
|
141
|
+
* \[[`4398ade426`](https://github.com/nodejs/node/commit/4398ade426)] - **tools**: run fetch\_deps.py with Python 3 (Richard Lau) [#48729](https://github.com/nodejs/node/pull/48729)
|
|
142
|
+
* \[[`38ce95d054`](https://github.com/nodejs/node/commit/38ce95d054)] - **tools**: update doc to unist-util-select\@5.0.0 unist-util-visit\@5.0.0 (Node.js GitHub Bot) [#48714](https://github.com/nodejs/node/pull/48714)
|
|
143
|
+
* \[[`b25e78a998`](https://github.com/nodejs/node/commit/b25e78a998)] - **tools**: update lint-md-dependencies to rollup\@3.26.2 (Node.js GitHub Bot) [#48705](https://github.com/nodejs/node/pull/48705)
|
|
144
|
+
* \[[`a1f4ff7c59`](https://github.com/nodejs/node/commit/a1f4ff7c59)] - **tools**: update eslint to 8.44.0 (Node.js GitHub Bot) [#48632](https://github.com/nodejs/node/pull/48632)
|
|
145
|
+
* \[[`42dc6eb698`](https://github.com/nodejs/node/commit/42dc6eb698)] - **tools**: update lint-md-dependencies to rollup\@3.26.0 (Node.js GitHub Bot) [#48631](https://github.com/nodejs/node/pull/48631)
|
|
146
|
+
* \[[`07bfcc45ab`](https://github.com/nodejs/node/commit/07bfcc45ab)] - **url**: fix `canParse` false value when v8 optimizes (Yagiz Nizipli) [#48817](https://github.com/nodejs/node/pull/48817)
|
|
147
|
+
|
|
43
148
|
<a id="20.4.0"></a>
|
|
44
149
|
|
|
45
150
|
## 2023-07-05, Version 20.4.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -291,6 +291,8 @@ For information about the governance of the Node.js project, see
|
|
|
291
291
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
292
292
|
* [AshCripps](https://github.com/AshCripps) -
|
|
293
293
|
**Ash Cripps** <<email@ashleycripps.co.uk>>
|
|
294
|
+
* [atlowChemi](https://github.com/atlowChemi) -
|
|
295
|
+
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
294
296
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
295
297
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
296
298
|
* [bengl](https://github.com/bengl) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -411,28 +411,56 @@
|
|
|
411
411
|
'cflags': [ '-I/usr/local/include' ],
|
|
412
412
|
'ldflags': [ '-Wl,-z,wxneeded' ],
|
|
413
413
|
}],
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
414
|
+
['_toolset=="host"', {
|
|
415
|
+
'conditions': [
|
|
416
|
+
[ 'host_arch=="ia32"', {
|
|
417
|
+
'cflags': [ '-m32' ],
|
|
418
|
+
'ldflags': [ '-m32' ],
|
|
419
|
+
}],
|
|
420
|
+
[ 'host_arch=="x64"', {
|
|
421
|
+
'cflags': [ '-m64' ],
|
|
422
|
+
'ldflags': [ '-m64' ],
|
|
423
|
+
}],
|
|
424
|
+
[ 'host_arch=="ppc" and OS not in "aix os400"', {
|
|
425
|
+
'cflags': [ '-m32' ],
|
|
426
|
+
'ldflags': [ '-m32' ],
|
|
427
|
+
}],
|
|
428
|
+
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
|
429
|
+
'cflags': [ '-m64', '-mminimal-toc' ],
|
|
430
|
+
'ldflags': [ '-m64' ],
|
|
431
|
+
}],
|
|
432
|
+
[ 'host_arch=="s390x" and OS=="linux"', {
|
|
433
|
+
'cflags': [ '-m64', '-march=z196' ],
|
|
434
|
+
'ldflags': [ '-m64', '-march=z196' ],
|
|
435
|
+
}],
|
|
436
|
+
],
|
|
431
437
|
}],
|
|
432
|
-
[
|
|
433
|
-
'
|
|
434
|
-
|
|
438
|
+
['_toolset=="target"', {
|
|
439
|
+
'conditions': [
|
|
440
|
+
[ 'target_arch=="ia32"', {
|
|
441
|
+
'cflags': [ '-m32' ],
|
|
442
|
+
'ldflags': [ '-m32' ],
|
|
443
|
+
}],
|
|
444
|
+
[ 'target_arch=="x64"', {
|
|
445
|
+
'cflags': [ '-m64' ],
|
|
446
|
+
'ldflags': [ '-m64' ],
|
|
447
|
+
}],
|
|
448
|
+
[ 'target_arch=="ppc" and OS not in "aix os400"', {
|
|
449
|
+
'cflags': [ '-m32' ],
|
|
450
|
+
'ldflags': [ '-m32' ],
|
|
451
|
+
}],
|
|
452
|
+
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
|
|
453
|
+
'cflags': [ '-m64', '-mminimal-toc' ],
|
|
454
|
+
'ldflags': [ '-m64' ],
|
|
455
|
+
}],
|
|
456
|
+
[ 'target_arch=="s390x" and OS=="linux"', {
|
|
457
|
+
'cflags': [ '-m64', '-march=z196' ],
|
|
458
|
+
'ldflags': [ '-m64', '-march=z196' ],
|
|
459
|
+
}],
|
|
460
|
+
],
|
|
435
461
|
}],
|
|
462
|
+
],
|
|
463
|
+
'conditions': [
|
|
436
464
|
[ 'OS=="solaris"', {
|
|
437
465
|
'cflags': [ '-pthreads' ],
|
|
438
466
|
'ldflags': [ '-pthreads' ],
|
package/include/node/config.gypi
CHANGED
|
@@ -135,7 +135,8 @@
|
|
|
135
135
|
'lib/internal/fs/cp/cp.js',
|
|
136
136
|
'lib/internal/fs/dir.js',
|
|
137
137
|
'lib/internal/fs/promises.js',
|
|
138
|
-
'lib/internal/fs/
|
|
138
|
+
'lib/internal/fs/read/context.js',
|
|
139
|
+
'lib/internal/fs/read/utf8.js',
|
|
139
140
|
'lib/internal/fs/recursive_watch.js',
|
|
140
141
|
'lib/internal/fs/rimraf.js',
|
|
141
142
|
'lib/internal/fs/streams.js',
|
package/include/node/node.exp
CHANGED
|
@@ -5976,7 +5976,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x667f0867c8
|
|
|
5976
5976
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x208cb787e6986c7b
|
|
5977
5977
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x2f0ab1046c749870
|
|
5978
5978
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xa38557a76aa5d8d1
|
|
5979
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5979
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x3380ac83f558d468
|
|
5980
5980
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5981
5981
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5982
5982
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -6916,7 +6916,7 @@ _GLOBAL__I_65535_0__ZN4node10StreamPipeC2EPNS_10StreamBaseES2_N2v85LocalINS3_6Ob
|
|
|
6916
6916
|
_GLOBAL__I_65535_0__ZN4node10cares_wrap11ChannelWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEii
|
|
6917
6917
|
_GLOBAL__I_65535_0__ZN4node10contextify17ContextifyContext3NewEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNS0_14ContextOptionsE
|
|
6918
6918
|
_GLOBAL__I_65535_0__ZN4node10permission10Permission18PermissionToStringENS0_15PermissionScopeE
|
|
6919
|
-
|
|
6919
|
+
_GLOBAL__I_65535_0__ZN4node10permission9PrintTreeEPNS0_12FSPermission9RadixTree4NodeEi
|
|
6920
6920
|
_GLOBAL__I_65535_0__ZN4node11ConnectWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeE
|
|
6921
6921
|
_GLOBAL__I_65535_0__ZN4node11ProcessEmitEPNS_11EnvironmentEPKcN2v85LocalINS4_5ValueEEE
|
|
6922
6922
|
_GLOBAL__I_65535_0__ZN4node11StatWatcher26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
|
|
@@ -7249,6 +7249,7 @@ _Z45_register_external_reference_encoding_bindingPN4node25ExternalReferenceRegis
|
|
|
7249
7249
|
_Z8V8_FatalPKcz
|
|
7250
7250
|
_Z9V8_DcheckPKciS0_
|
|
7251
7251
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildEvE8instance
|
|
7252
|
+
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildEvE8instance
|
|
7252
7253
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildEvE8instance
|
|
7253
7254
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildEvE8instance
|
|
7254
7255
|
_ZGVZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildEvE8instance
|
|
@@ -51920,6 +51921,7 @@ _ZN4node10permission19InspectorPermission5ApplyERKNSt7__cxx1112basic_stringIcSt1
|
|
|
51920
51921
|
_ZN4node10permission22ChildProcessPermission10is_grantedENS0_15PermissionScopeERKSt17basic_string_viewIcSt11char_traitsIcEE
|
|
51921
51922
|
_ZN4node10permission22ChildProcessPermission5ApplyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_15PermissionScopeE
|
|
51922
51923
|
_ZN4node10permission26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
51924
|
+
_ZN4node10permission9PrintTreeEPNS0_12FSPermission9RadixTree4NodeEi
|
|
51923
51925
|
_ZN4node10task_queue26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
51924
51926
|
_ZN4node11AddressToJSEPNS_11EnvironmentEPK8sockaddrN2v85LocalINS5_6ObjectEEE
|
|
51925
51927
|
_ZN4node11BufferValueC1EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
|
|
@@ -52044,6 +52046,9 @@ _ZN4node11SPrintFImplIRNS_9Utf8ValueEJEEENSt7__cxx1112basic_stringIcSt11char_tra
|
|
|
52044
52046
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
52045
52047
|
_ZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
52046
52048
|
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_
|
|
52049
|
+
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiEEES6_PKcOT_DpOT0_
|
|
52050
|
+
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiS6_EEES6_PKcOT_DpOT0_
|
|
52051
|
+
_ZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_
|
|
52047
52052
|
_ZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
52048
52053
|
_ZN4node11SPrintFImplIRPKcJRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
52049
52054
|
_ZN4node11SPrintFImplIRPKcJS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
@@ -52056,6 +52061,7 @@ _ZN4node11SPrintFImplIRbJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
|
52056
52061
|
_ZN4node11SPrintFImplIRbJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
52057
52062
|
_ZN4node11SPrintFImplIRhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
52058
52063
|
_ZN4node11SPrintFImplIRiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
52064
|
+
_ZN4node11SPrintFImplIRiJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_
|
|
52059
52065
|
_ZN4node11SPrintFImplIRiJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_
|
|
52060
52066
|
_ZN4node11SPrintFImplIRiJRPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_
|
|
52061
52067
|
_ZN4node11SPrintFImplIRiJRjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -53022,6 +53028,7 @@ _ZN4node20CompileSerializeMainERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
|
53022
53028
|
_ZN4node20ERR_BUFFER_TOO_LARGEEPN2v87IsolateE
|
|
53023
53029
|
_ZN4node20ERR_BUFFER_TOO_LARGEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53024
53030
|
_ZN4node20ERR_INVALID_ARG_TYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53031
|
+
_ZN4node20ERR_MODULE_NOT_FOUNDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53025
53032
|
_ZN4node20ERR_WASI_NOT_STARTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53026
53033
|
_ZN4node20EmbedderSnapshotData19BuiltinSnapshotDataEv
|
|
53027
53034
|
_ZN4node20EmbedderSnapshotData30CanUseCustomSnapshotPerIsolateEv
|
|
@@ -53127,6 +53134,7 @@ _ZN4node22CustomBufferJSListenerD0Ev
|
|
|
53127
53134
|
_ZN4node22CustomBufferJSListenerD1Ev
|
|
53128
53135
|
_ZN4node22ERR_CRYPTO_INVALID_JWKIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53129
53136
|
_ZN4node22ERR_CRYPTO_INVALID_JWKIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
|
|
53137
|
+
_ZN4node22ERR_INVALID_URL_SCHEMEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53130
53138
|
_ZN4node22ERR_MISSING_PASSPHRASEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53131
53139
|
_ZN4node22ERR_WORKER_INIT_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53132
53140
|
_ZN4node22EmitToJSStreamListener12OnStreamReadElRK8uv_buf_t
|
|
@@ -53257,6 +53265,8 @@ _ZN4node25ERR_CRYPTO_INVALID_DIGESTIJPcEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateE
|
|
|
53257
53265
|
_ZN4node25ERR_CRYPTO_INVALID_DIGESTIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
|
|
53258
53266
|
_ZN4node25ERR_CRYPTO_INVALID_KEYLENIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53259
53267
|
_ZN4node25ERR_CRYPTO_UNKNOWN_CIPHERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53268
|
+
_ZN4node25ERR_INVALID_FILE_URL_HOSTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53269
|
+
_ZN4node25ERR_INVALID_FILE_URL_PATHIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
53260
53270
|
_ZN4node25ExternalReferenceRegistry19external_referencesEv
|
|
53261
53271
|
_ZN4node25ExternalReferenceRegistryC1Ev
|
|
53262
53272
|
_ZN4node25ExternalReferenceRegistryC2Ev
|
|
@@ -53416,7 +53426,12 @@ _ZN4node2fs11AfterMkdirpEP7uv_fs_s
|
|
|
53416
53426
|
_ZN4node2fs11AfterNoArgsEP7uv_fs_s
|
|
53417
53427
|
_ZN4node2fs11AfterStatFsEP7uv_fs_s
|
|
53418
53428
|
_ZN4node2fs11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
53429
|
+
_ZN4node2fs11BindingData14FilePathIsFileEPNS_11EnvironmentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
53430
|
+
_ZN4node2fs11BindingData17LegacyMainResolveERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
53431
|
+
_ZN4node2fs11BindingData22legacy_main_extensionsB5cxx11E
|
|
53419
53432
|
_ZN4node2fs11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
53433
|
+
_ZN4node2fs11BindingData26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
53434
|
+
_ZN4node2fs11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
53420
53435
|
_ZN4node2fs11BindingData9SerializeEi
|
|
53421
53436
|
_ZN4node2fs11BindingDataC1EPNS_5RealmEN2v85LocalINS4_6ObjectEEEPNS1_17InternalFieldInfoE
|
|
53422
53437
|
_ZN4node2fs11BindingDataC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEEPNS1_17InternalFieldInfoE
|
|
@@ -53474,7 +53489,6 @@ _ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
53474
53489
|
_ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
53475
53490
|
_ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
|
53476
53491
|
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
53477
|
-
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKciPFvS5_EEJPciEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
53478
53492
|
_ZN4node2fs9AfterStatEP7uv_fs_s
|
|
53479
53493
|
_ZN4node2fs9FSReqBase12binding_dataEv
|
|
53480
53494
|
_ZN4node2fs9FSReqBaseD0Ev
|
|
@@ -53561,7 +53575,9 @@ _ZN4node3url11BindingData13DomainToASCIIERKN2v820FunctionCallbackInfoINS2_5Value
|
|
|
53561
53575
|
_ZN4node3url11BindingData15DomainToUnicodeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
53562
53576
|
_ZN4node3url11BindingData15fast_can_parse_E
|
|
53563
53577
|
_ZN4node3url11BindingData16UpdateComponentsERKN3ada14url_componentsENS2_6scheme4typeE
|
|
53578
|
+
_ZN4node3url11BindingData20FastCanParseWithBaseEN2v85LocalINS2_5ValueEEERKNS2_17FastOneByteStringES8_
|
|
53564
53579
|
_ZN4node3url11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
53580
|
+
_ZN4node3url11BindingData25fast_can_parse_with_base_E
|
|
53565
53581
|
_ZN4node3url11BindingData26CreatePerContextPropertiesEN2v85LocalINS2_6ObjectEEENS3_INS2_5ValueEEENS3_INS2_7ContextEEEPv
|
|
53566
53582
|
_ZN4node3url11BindingData26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS4_14ObjectTemplateEEE
|
|
53567
53583
|
_ZN4node3url11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
@@ -54333,7 +54349,7 @@ _ZN4node6crypto10CipherBaseC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10C
|
|
|
54333
54349
|
_ZN4node6crypto10CipherBaseC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10CipherKindE
|
|
54334
54350
|
_ZN4node6crypto10CipherBaseD0Ev
|
|
54335
54351
|
_ZN4node6crypto10CipherBaseD1Ev
|
|
54336
|
-
|
|
54352
|
+
_ZN4node6crypto10GetSubjectEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
54337
54353
|
_ZN4node6crypto10GetValidToEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
54338
54354
|
_ZN4node6crypto10HKDFConfigC1EOS1_
|
|
54339
54355
|
_ZN4node6crypto10HKDFConfigC2EOS1_
|
|
@@ -54615,7 +54631,7 @@ _ZN4node6crypto15EcKeyPairParamsD1Ev
|
|
|
54615
54631
|
_ZN4node6crypto15ExportJWKRsaKeyEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
|
|
54616
54632
|
_ZN4node6crypto15GetDsaKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
|
|
54617
54633
|
_ZN4node6crypto15GetEphemeralKeyEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
|
|
54618
|
-
|
|
54634
|
+
_ZN4node6crypto15GetIssuerStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
54619
54635
|
_ZN4node6crypto15GetRsaKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
|
|
54620
54636
|
_ZN4node6crypto15GetSerialNumberEPNS_11EnvironmentEP7x509_st
|
|
54621
54637
|
_ZN4node6crypto15ImportJWKRsaKeyEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS3_20FunctionCallbackInfoINS3_5ValueEEEj
|
|
@@ -54783,7 +54799,7 @@ _ZN4node6crypto18SecretKeyGenConfigD1Ev
|
|
|
54783
54799
|
_ZN4node6crypto18SecretKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_18SecretKeyGenConfigE
|
|
54784
54800
|
_ZN4node6crypto18SecretKeyGenTraits8DoKeyGenEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigE
|
|
54785
54801
|
_ZN4node6crypto18SecretKeyGenTraits9EncodeKeyEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigEPN2v85LocalINS6_5ValueEEE
|
|
54786
|
-
|
|
54802
|
+
_ZN4node6crypto19GetInfoAccessStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
54787
54803
|
_ZN4node6crypto19GetOKPCurveFromNameEPKc
|
|
54788
54804
|
_ZN4node6crypto19GetRootCertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
54789
54805
|
_ZN4node6crypto19NidKeyPairGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16NidKeyPairParamsEEE
|
|
@@ -54795,7 +54811,7 @@ _ZN4node6crypto21GetClientHelloCiphersEPNS_11EnvironmentERKSt10unique_ptrI6ssl_s
|
|
|
54795
54811
|
_ZN4node6crypto21VerifyPeerCertificateERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEEl
|
|
54796
54812
|
_ZN4node6crypto22GetValidationErrorCodeEPNS_11EnvironmentEi
|
|
54797
54813
|
_ZN4node6crypto23GetCurrentCipherVersionEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
|
|
54798
|
-
|
|
54814
|
+
_ZN4node6crypto23GetSubjectAltNameStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
54799
54815
|
_ZN4node6crypto23SafeX509InfoAccessPrintERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS2_XadL_Z12BIO_free_allEEEEEP17X509_extension_st
|
|
54800
54816
|
_ZN4node6crypto24GetClientHelloServerNameERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEE
|
|
54801
54817
|
_ZN4node6crypto24GetValidationErrorReasonEPNS_11EnvironmentEi
|
|
@@ -55355,6 +55371,9 @@ _ZN4node7FPrintFIJRNS_9Utf8ValueEEEEvP4FILEPKcDpOT_
|
|
|
55355
55371
|
_ZN4node7FPrintFIJRNS_9Utf8ValueES2_EEEvP4FILEPKcDpOT_
|
|
55356
55372
|
_ZN4node7FPrintFIJRNS_9Utf8ValueES2_S2_EEEvP4FILEPKcDpOT_
|
|
55357
55373
|
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvP4FILEPKcDpOT_
|
|
55374
|
+
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEEvP4FILEPKcDpOT_
|
|
55375
|
+
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS6_EEEvP4FILEPKcDpOT_
|
|
55376
|
+
_ZN4node7FPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEvP4FILEPKcDpOT_
|
|
55358
55377
|
_ZN4node7FPrintFIJRPKcEEEvP4FILES2_DpOT_
|
|
55359
55378
|
_ZN4node7FPrintFIJRPKcS2_EEEvP4FILES2_DpOT_
|
|
55360
55379
|
_ZN4node7FPrintFIJRPKcS2_RA12_S1_EEEvP4FILES2_DpOT_
|
|
@@ -55458,6 +55477,9 @@ _ZN4node7SPrintFIJRNS_9Utf8ValueEEEENSt7__cxx1112basic_stringIcSt11char_traitsIc
|
|
|
55458
55477
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
55459
55478
|
_ZN4node7SPrintFIJRNS_9Utf8ValueES2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
55460
55479
|
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES6_PKcDpOT_
|
|
55480
|
+
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEES6_PKcDpOT_
|
|
55481
|
+
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS6_EEES6_PKcDpOT_
|
|
55482
|
+
_ZN4node7SPrintFIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES6_PKcDpOT_
|
|
55461
55483
|
_ZN4node7SPrintFIJRPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
55462
55484
|
_ZN4node7SPrintFIJRPKcRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
55463
55485
|
_ZN4node7SPrintFIJRPKcS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
@@ -67489,6 +67511,7 @@ _ZNK4node11StatWatcher10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
67489
67511
|
_ZNK4node11StatWatcher14MemoryInfoNameEv
|
|
67490
67512
|
_ZNK4node11StatWatcher8SelfSizeEv
|
|
67491
67513
|
_ZNK4node11UDPWrapBase8listenerEv
|
|
67514
|
+
_ZNK4node12CleanupQueue10GetOrderedEv
|
|
67492
67515
|
_ZNK4node12CleanupQueue10MemoryInfoEPNS_13MemoryTrackerE
|
|
67493
67516
|
_ZNK4node12CleanupQueue14MemoryInfoNameEv
|
|
67494
67517
|
_ZNK4node12CleanupQueue19CleanupHookCallback4HashclERKS1_
|
|
@@ -72522,6 +72545,7 @@ _ZNSt4pairIKN12v8_inspector8String16ESt10unique_ptrINS0_24DisassemblyCollectorIm
|
|
|
72522
72545
|
_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN2v88internal6torque10LocalValueEED1Ev
|
|
72523
72546
|
_ZNSt4pairIN12v8_inspector8String16ESt10unique_ptrINS0_8protocol15DictionaryValueESt14default_deleteIS4_EEED1Ev
|
|
72524
72547
|
_ZNSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_ED1Ev
|
|
72548
|
+
_ZNSt5arrayINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELm10EED1Ev
|
|
72525
72549
|
_ZNSt5dequeIN12v8_inspector19V8DebuggerAgentImpl12CachedScriptESaIS2_EE16_M_push_back_auxIJS2_EEEvDpOT_
|
|
72526
72550
|
_ZNSt5dequeIN2v817AllocationProfile4NodeESaIS2_EE16_M_push_back_auxIJS2_EEEvDpOT_
|
|
72527
72551
|
_ZNSt5dequeIN2v88internal13HeapGraphEdgeESaIS2_EE17_M_reallocate_mapEmb
|
|
@@ -78194,6 +78218,7 @@ _ZZN2v88internal26EphemeronTableUpdatingItem7ProcessEvE29trace_event_unique_atom
|
|
|
78194
78218
|
_ZZN2v88internal26TracingAccountingAllocator39UpdateMemoryTrafficAndReportMemoryUsageEmE29trace_event_unique_atomic3215
|
|
78195
78219
|
_ZZN2v88internal27OptimizingCompileDispatcher11CompileTask11RunInternalEvE27trace_event_unique_atomic54
|
|
78196
78220
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildEvE8instance
|
|
78221
|
+
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEESB_EE5BuildEvE8instance
|
|
78197
78222
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIdJEEEJNS2_INS_5LocalINS_6ObjectEEEJEEEEE5BuildEvE8instance
|
|
78198
78223
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildEvE8instance
|
|
78199
78224
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIjJEEEJNS2_INS_5LocalINS_5ValueEEEJEEES3_EE5BuildEvE8instance
|
|
@@ -78966,6 +78991,12 @@ _ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11c
|
|
|
78966
78991
|
_ZZN4node11SPrintFImplIRNS_9Utf8ValueEJS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
78967
78992
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E4args
|
|
78968
78993
|
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEEES6_PKcOT_DpOT0_E4args_0
|
|
78994
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiEEES6_PKcOT_DpOT0_E4args
|
|
78995
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiEEES6_PKcOT_DpOT0_E4args_0
|
|
78996
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiS6_EEES6_PKcOT_DpOT0_E4args
|
|
78997
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRiS6_EEES6_PKcOT_DpOT0_E4args_0
|
|
78998
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E4args
|
|
78999
|
+
_ZZN4node11SPrintFImplIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS7_EEES6_PKcOT_DpOT0_E4args_0
|
|
78969
79000
|
_ZZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
78970
79001
|
_ZZN4node11SPrintFImplIRPKcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args_1
|
|
78971
79002
|
_ZZN4node11SPrintFImplIRPKcJRiS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_E4args
|
|
@@ -78990,6 +79021,8 @@ _ZZN4node11SPrintFImplIRhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE
|
|
|
78990
79021
|
_ZZN4node11SPrintFImplIRhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
78991
79022
|
_ZZN4node11SPrintFImplIRiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
78992
79023
|
_ZZN4node11SPrintFImplIRiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
79024
|
+
_ZZN4node11SPrintFImplIRiJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_E4args
|
|
79025
|
+
_ZZN4node11SPrintFImplIRiJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES7_PKcOT_DpOT0_E4args_0
|
|
78993
79026
|
_ZZN4node11SPrintFImplIRiJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_E4args
|
|
78994
79027
|
_ZZN4node11SPrintFImplIRiJPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_E4args_0
|
|
78995
79028
|
_ZZN4node11SPrintFImplIRiJRPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_OT_DpOT0_E4args
|
|
@@ -79339,8 +79372,8 @@ _ZZN4node24MakeLibuvRequestCallbackI16uv_getaddrinfo_sPFvPS1_iP8addrinfoEE3ForEP
|
|
|
79339
79372
|
_ZZN4node24MakeLibuvRequestCallbackI16uv_getnameinfo_sPFvPS1_iPKcS4_EE3ForEPNS_7ReqWrapIS1_EES6_E4args
|
|
79340
79373
|
_ZZN4node24MakeLibuvRequestCallbackI7uv_fs_sPFvPS1_EE3ForEPNS_7ReqWrapIS1_EES4_E4args
|
|
79341
79374
|
_ZZN4node25MultiplyWithOverflowCheckImEET_S1_S1_E4args
|
|
79342
|
-
|
|
79343
|
-
|
|
79375
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic349
|
|
79376
|
+
_ZZN4node2fs10FileHandle5CloseEvE28trace_event_unique_atomic351
|
|
79344
79377
|
_ZZN4node2fs10FileHandle5CloseEvE4args
|
|
79345
79378
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEEEED4EvE4args
|
|
79346
79379
|
_ZZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEEEED4EvE4args
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 20
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 5
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -29,7 +29,7 @@ extern "C" {
|
|
|
29
29
|
*/
|
|
30
30
|
# define OPENSSL_VERSION_MAJOR 3
|
|
31
31
|
# define OPENSSL_VERSION_MINOR 0
|
|
32
|
-
# define OPENSSL_VERSION_PATCH
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 10
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.10"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -29,7 +29,7 @@ extern "C" {
|
|
|
29
29
|
*/
|
|
30
30
|
# define OPENSSL_VERSION_MAJOR 3
|
|
31
31
|
# define OPENSSL_VERSION_MINOR 0
|
|
32
|
-
# define OPENSSL_VERSION_PATCH
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 10
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.10"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -29,7 +29,7 @@ extern "C" {
|
|
|
29
29
|
*/
|
|
30
30
|
# define OPENSSL_VERSION_MAJOR 3
|
|
31
31
|
# define OPENSSL_VERSION_MINOR 0
|
|
32
|
-
# define OPENSSL_VERSION_PATCH
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 10
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.10"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|