node-linux-s390x 18.9.0 → 18.10.0
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 +164 -0
- package/README.md +5 -3
- package/bin/node +0 -0
- package/include/node/common.gypi +3 -3
- package/include/node/config.gypi +1 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/systemtap/tapset/node.stp +146 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#18.10.0">18.10.0</a><br/>
|
|
12
|
+
<a href="#18.9.1">18.9.1</a><br/>
|
|
11
13
|
<a href="#18.9.0">18.9.0</a><br/>
|
|
12
14
|
<a href="#18.8.0">18.8.0</a><br/>
|
|
13
15
|
<a href="#18.7.0">18.7.0</a><br/>
|
|
@@ -42,6 +44,168 @@
|
|
|
42
44
|
* [io.js](CHANGELOG_IOJS.md)
|
|
43
45
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
44
46
|
|
|
47
|
+
<a id="18.10.0"></a>
|
|
48
|
+
|
|
49
|
+
## 2022-09-28, Version 18.10.0 (Current), @RafaelGSS
|
|
50
|
+
|
|
51
|
+
### Notable changes
|
|
52
|
+
|
|
53
|
+
* **doc**:
|
|
54
|
+
* (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#44588](https://github.com/nodejs/node/pull/44588)
|
|
55
|
+
* add legendecas to TSC list (Michael Dawson) [#44662](https://github.com/nodejs/node/pull/44662)
|
|
56
|
+
* move `policy` docs to the `permissions` scope (Rafael Gonzaga) [#44222](https://github.com/nodejs/node/pull/44222)
|
|
57
|
+
* **gyp**:
|
|
58
|
+
* libnode for ios app embedding (chexiongsheng) [#44210](https://github.com/nodejs/node/pull/44210)
|
|
59
|
+
* **http**:
|
|
60
|
+
* (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) [#44588](https://github.com/nodejs/node/pull/44378)
|
|
61
|
+
* **stream**:
|
|
62
|
+
* (SEMVER-MINOR) add `ReadableByteStream.tee()` (Daeyeon Jeong) [#44505](https://github.com/nodejs/node/pull/44505)
|
|
63
|
+
|
|
64
|
+
### Commits
|
|
65
|
+
|
|
66
|
+
* \[[`f497368679`](https://github.com/nodejs/node/commit/f497368679)] - **benchmark**: fix startup benchmark (Evan Lucas) [#44727](https://github.com/nodejs/node/pull/44727)
|
|
67
|
+
* \[[`0c9a94684e`](https://github.com/nodejs/node/commit/0c9a94684e)] - **benchmark**: add stream destroy benchmark (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533)
|
|
68
|
+
* \[[`9c5c1459a8`](https://github.com/nodejs/node/commit/9c5c1459a8)] - **bootstrap**: clean up inspector console methods during serialization (Joyee Cheung) [#44279](https://github.com/nodejs/node/pull/44279)
|
|
69
|
+
* \[[`19f67dba8a`](https://github.com/nodejs/node/commit/19f67dba8a)] - **bootstrap**: remove unused global parameter in per-context scripts (Joyee Cheung) [#44472](https://github.com/nodejs/node/pull/44472)
|
|
70
|
+
* \[[`9da11426f6`](https://github.com/nodejs/node/commit/9da11426f6)] - **build**: remove redundant entry in crypto (Jiawen Geng) [#44604](https://github.com/nodejs/node/pull/44604)
|
|
71
|
+
* \[[`70898b4e67`](https://github.com/nodejs/node/commit/70898b4e67)] - **build**: rewritten the Android build system (BuShe Pie) [#44207](https://github.com/nodejs/node/pull/44207)
|
|
72
|
+
* \[[`a733f7faac`](https://github.com/nodejs/node/commit/a733f7faac)] - _**Revert**_ "**build**: go faster, drop -fno-omit-frame-pointer" (Ben Noordhuis) [#44566](https://github.com/nodejs/node/pull/44566)
|
|
73
|
+
* \[[`1315a83333`](https://github.com/nodejs/node/commit/1315a83333)] - **build**: fix bad upstream merge (Stephen Gallagher) [#44642](https://github.com/nodejs/node/pull/44642)
|
|
74
|
+
* \[[`993bd9b134`](https://github.com/nodejs/node/commit/993bd9b134)] - **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen) [#44575](https://github.com/nodejs/node/pull/44575)
|
|
75
|
+
* \[[`ca5fb67b4e`](https://github.com/nodejs/node/commit/ca5fb67b4e)] - **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) [#44622](https://github.com/nodejs/node/pull/44622)
|
|
76
|
+
* \[[`8da1d6ebc4`](https://github.com/nodejs/node/commit/8da1d6ebc4)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#44704](https://github.com/nodejs/node/pull/44704)
|
|
77
|
+
* \[[`d36c4a3088`](https://github.com/nodejs/node/commit/d36c4a3088)] - **deps**: update ngtcp2 update instructions (Tobias Nießen) [#44619](https://github.com/nodejs/node/pull/44619)
|
|
78
|
+
* \[[`7129106aa0`](https://github.com/nodejs/node/commit/7129106aa0)] - **deps**: upgrade npm to 8.19.2 (npm team) [#44632](https://github.com/nodejs/node/pull/44632)
|
|
79
|
+
* \[[`3cc8f4bb56`](https://github.com/nodejs/node/commit/3cc8f4bb56)] - **deps**: update to uvwasi 0.0.13 (Colin Ihrig) [#44524](https://github.com/nodejs/node/pull/44524)
|
|
80
|
+
* \[[`4686579d4b`](https://github.com/nodejs/node/commit/4686579d4b)] - **dns**: remove unnecessary parameter from validateOneOf (Yagiz Nizipli) [#44635](https://github.com/nodejs/node/pull/44635)
|
|
81
|
+
* \[[`729dd95f1f`](https://github.com/nodejs/node/commit/729dd95f1f)] - **dns**: refactor default resolver (Joyee Cheung) [#44541](https://github.com/nodejs/node/pull/44541)
|
|
82
|
+
* \[[`6dc038262a`](https://github.com/nodejs/node/commit/6dc038262a)] - **doc**: mention git node backport (RafaelGSS) [#44764](https://github.com/nodejs/node/pull/44764)
|
|
83
|
+
* \[[`fd971f5176`](https://github.com/nodejs/node/commit/fd971f5176)] - **doc**: ensure to revert node\_version changes (Rafael Gonzaga) [#44760](https://github.com/nodejs/node/pull/44760)
|
|
84
|
+
* \[[`f274b08f8e`](https://github.com/nodejs/node/commit/f274b08f8e)] - **doc**: fix description for `napi_get_cb_info()` in `n-api.md` (Daeyeon Jeong) [#44761](https://github.com/nodejs/node/pull/44761)
|
|
85
|
+
* \[[`2502f2353d`](https://github.com/nodejs/node/commit/2502f2353d)] - **doc**: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) [#44714](https://github.com/nodejs/node/pull/44714)
|
|
86
|
+
* \[[`064543d0ae`](https://github.com/nodejs/node/commit/064543d0ae)] - **doc**: update guidance for adding new modules (Michael Dawson) [#44576](https://github.com/nodejs/node/pull/44576)
|
|
87
|
+
* \[[`33a2f17534`](https://github.com/nodejs/node/commit/33a2f17534)] - **doc**: add registry number for Electron 22 (Keeley Hammond) [#44748](https://github.com/nodejs/node/pull/44748)
|
|
88
|
+
* \[[`10a0d75c26`](https://github.com/nodejs/node/commit/10a0d75c26)] - **doc**: include code examples for webstreams consumers (Lucas Santos) [#44387](https://github.com/nodejs/node/pull/44387)
|
|
89
|
+
* \[[`4dbe4a010c`](https://github.com/nodejs/node/commit/4dbe4a010c)] - **doc**: mention where to push security commits (RafaelGSS) [#44691](https://github.com/nodejs/node/pull/44691)
|
|
90
|
+
* \[[`82cb8151ad`](https://github.com/nodejs/node/commit/82cb8151ad)] - **doc**: remove extra space on threadpool usage (Connor Burton) [#44734](https://github.com/nodejs/node/pull/44734)
|
|
91
|
+
* \[[`6ef9af2748`](https://github.com/nodejs/node/commit/6ef9af2748)] - **doc**: make legacy banner slightly less bright (Rich Trott) [#44665](https://github.com/nodejs/node/pull/44665)
|
|
92
|
+
* \[[`b209c83e66`](https://github.com/nodejs/node/commit/b209c83e66)] - **doc**: improve building doc for Windows Powershell (Brian Muenzenmeyer) [#44625](https://github.com/nodejs/node/pull/44625)
|
|
93
|
+
* \[[`05b17e9250`](https://github.com/nodejs/node/commit/05b17e9250)] - **doc**: maintain only one list of MODP groups (Tobias Nießen) [#44644](https://github.com/nodejs/node/pull/44644)
|
|
94
|
+
* \[[`ec1cbdb69b`](https://github.com/nodejs/node/commit/ec1cbdb69b)] - **doc**: add legendecas to TSC list (Michael Dawson) [#44662](https://github.com/nodejs/node/pull/44662)
|
|
95
|
+
* \[[`9341fb4446`](https://github.com/nodejs/node/commit/9341fb4446)] - **doc**: remove comma in README.md (Taha-Chaudhry) [#44599](https://github.com/nodejs/node/pull/44599)
|
|
96
|
+
* \[[`3dabb44dda`](https://github.com/nodejs/node/commit/3dabb44dda)] - **doc**: use serial comma in report docs (Daeyeon Jeong) [#44608](https://github.com/nodejs/node/pull/44608)
|
|
97
|
+
* \[[`226d90a95a`](https://github.com/nodejs/node/commit/226d90a95a)] - **doc**: use serial comma in stream docs (Daeyeon Jeong) [#44609](https://github.com/nodejs/node/pull/44609)
|
|
98
|
+
* \[[`3f710fa636`](https://github.com/nodejs/node/commit/3f710fa636)] - **doc**: remove empty line in YAML block (Claudio Wunder) [#44617](https://github.com/nodejs/node/pull/44617)
|
|
99
|
+
* \[[`4ad1b0abc3`](https://github.com/nodejs/node/commit/4ad1b0abc3)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#44588](https://github.com/nodejs/node/pull/44588)
|
|
100
|
+
* \[[`2d92610525`](https://github.com/nodejs/node/commit/2d92610525)] - **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen) [#44589](https://github.com/nodejs/node/pull/44589)
|
|
101
|
+
* \[[`03705639c4`](https://github.com/nodejs/node/commit/03705639c4)] - **doc**: fix heading levels for test runner hooks (Fabian Meyer) [#44603](https://github.com/nodejs/node/pull/44603)
|
|
102
|
+
* \[[`6c557346a7`](https://github.com/nodejs/node/commit/6c557346a7)] - **doc**: fix errors in http.md (Luigi Pinca) [#44587](https://github.com/nodejs/node/pull/44587)
|
|
103
|
+
* \[[`48d944b71c`](https://github.com/nodejs/node/commit/48d944b71c)] - **doc**: fix vm.Script createCachedData example (Chengzhong Wu) [#44487](https://github.com/nodejs/node/pull/44487)
|
|
104
|
+
* \[[`2813323120`](https://github.com/nodejs/node/commit/2813323120)] - **doc**: mention how to get commit release (Rafael Gonzaga) [#44572](https://github.com/nodejs/node/pull/44572)
|
|
105
|
+
* \[[`ea7b44d474`](https://github.com/nodejs/node/commit/ea7b44d474)] - **doc**: fix link in `process.md` (Antoine du Hamel) [#44594](https://github.com/nodejs/node/pull/44594)
|
|
106
|
+
* \[[`39b65d2fb7`](https://github.com/nodejs/node/commit/39b65d2fb7)] - **doc**: do not use weak MODP group in example (Tobias Nießen) [#44585](https://github.com/nodejs/node/pull/44585)
|
|
107
|
+
* \[[`f5549afd90`](https://github.com/nodejs/node/commit/f5549afd90)] - **doc**: remove ebpf from supported tooling list (Rafael Gonzaga) [#44549](https://github.com/nodejs/node/pull/44549)
|
|
108
|
+
* \[[`a3360b1f4f`](https://github.com/nodejs/node/commit/a3360b1f4f)] - **doc**: emphasize that createCipher is never secure (Tobias Nießen) [#44538](https://github.com/nodejs/node/pull/44538)
|
|
109
|
+
* \[[`4e6f7862ba`](https://github.com/nodejs/node/commit/4e6f7862ba)] - **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu) [#44451](https://github.com/nodejs/node/pull/44451)
|
|
110
|
+
* \[[`01e584ecab`](https://github.com/nodejs/node/commit/01e584ecab)] - **doc**: move policy docs to the permissions scope (Rafael Gonzaga) [#44222](https://github.com/nodejs/node/pull/44222)
|
|
111
|
+
* \[[`57dac53c22`](https://github.com/nodejs/node/commit/57dac53c22)] - **doc,crypto**: cleanup removed pbkdf2 behaviours (Filip Skokan) [#44733](https://github.com/nodejs/node/pull/44733)
|
|
112
|
+
* \[[`c209bd6fb9`](https://github.com/nodejs/node/commit/c209bd6fb9)] - **doc,inspector**: document changes of inspector.close (Chengzhong Wu) [#44628](https://github.com/nodejs/node/pull/44628)
|
|
113
|
+
* \[[`9b3b7d6978`](https://github.com/nodejs/node/commit/9b3b7d6978)] - **esm,loader**: tidy ESMLoader internals (Jacob Smith) [#44701](https://github.com/nodejs/node/pull/44701)
|
|
114
|
+
* \[[`daf63d2fa3`](https://github.com/nodejs/node/commit/daf63d2fa3)] - **fs**: fix typo in mkdir example (SergeyTsukanov) [#44791](https://github.com/nodejs/node/pull/44791)
|
|
115
|
+
* \[[`85ab2f857f`](https://github.com/nodejs/node/commit/85ab2f857f)] - **fs**: remove unused option in `fs.fstatSync()` (Livia Medeiros) [#44613](https://github.com/nodejs/node/pull/44613)
|
|
116
|
+
* \[[`a6091f5496`](https://github.com/nodejs/node/commit/a6091f5496)] - **gyp**: libnode for ios app embedding (chexiongsheng) [#44210](https://github.com/nodejs/node/pull/44210)
|
|
117
|
+
* \[[`f158656e4c`](https://github.com/nodejs/node/commit/f158656e4c)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#44378](https://github.com/nodejs/node/pull/44378)
|
|
118
|
+
* \[[`1b160517f5`](https://github.com/nodejs/node/commit/1b160517f5)] - **inspector**: expose inspector.close on workers (Chengzhong Wu) [#44489](https://github.com/nodejs/node/pull/44489)
|
|
119
|
+
* \[[`a2eb55a2c9`](https://github.com/nodejs/node/commit/a2eb55a2c9)] - **lib**: don't match `sourceMappingURL` in strings (Alan Agius) [#44658](https://github.com/nodejs/node/pull/44658)
|
|
120
|
+
* \[[`2baf532518`](https://github.com/nodejs/node/commit/2baf532518)] - **lib**: fix reference leak (falsandtru) [#44499](https://github.com/nodejs/node/pull/44499)
|
|
121
|
+
* \[[`d8d34ae6bc`](https://github.com/nodejs/node/commit/d8d34ae6bc)] - **lib**: reset `RegExp` statics before running user code (Antoine du Hamel) [#44247](https://github.com/nodejs/node/pull/44247)
|
|
122
|
+
* \[[`eb3635184b`](https://github.com/nodejs/node/commit/eb3635184b)] - **lib,test**: fix bug in InternalSocketAddress (Tobias Nießen) [#44618](https://github.com/nodejs/node/pull/44618)
|
|
123
|
+
* \[[`74dc4d198f`](https://github.com/nodejs/node/commit/74dc4d198f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44777](https://github.com/nodejs/node/pull/44777)
|
|
124
|
+
* \[[`97d2ed7296`](https://github.com/nodejs/node/commit/97d2ed7296)] - **meta**: add mailmap entry for dnlup (Rich Trott) [#44716](https://github.com/nodejs/node/pull/44716)
|
|
125
|
+
* \[[`35fbd2cc14`](https://github.com/nodejs/node/commit/35fbd2cc14)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44705](https://github.com/nodejs/node/pull/44705)
|
|
126
|
+
* \[[`c5c1bc40a2`](https://github.com/nodejs/node/commit/c5c1bc40a2)] - **meta**: move dnlup to emeriti (dnlup) [#44667](https://github.com/nodejs/node/pull/44667)
|
|
127
|
+
* \[[`c62dfe0427`](https://github.com/nodejs/node/commit/c62dfe0427)] - **meta**: update test\_runner in label-pr-config (Shrujal Shah) [#44615](https://github.com/nodejs/node/pull/44615)
|
|
128
|
+
* \[[`fe56efd0bc`](https://github.com/nodejs/node/commit/fe56efd0bc)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44591](https://github.com/nodejs/node/pull/44591)
|
|
129
|
+
* \[[`4436ffb536`](https://github.com/nodejs/node/commit/4436ffb536)] - **module**: open stat/readPackage to mutations (Maël Nison) [#44537](https://github.com/nodejs/node/pull/44537)
|
|
130
|
+
* \[[`f8ec946c82`](https://github.com/nodejs/node/commit/f8ec946c82)] - **module**: exports & imports map invalid slash deprecation (Guy Bedford) [#44477](https://github.com/nodejs/node/pull/44477)
|
|
131
|
+
* \[[`64cb43a2b6`](https://github.com/nodejs/node/commit/64cb43a2b6)] - **node-api**: add deprecation code of uncaught exception (Chengzhong Wu) [#44624](https://github.com/nodejs/node/pull/44624)
|
|
132
|
+
* \[[`ce1704c2c7`](https://github.com/nodejs/node/commit/ce1704c2c7)] - **src**: avoid using v8 on Isolate termination (Santiago Gimeno) [#44669](https://github.com/nodejs/node/pull/44669)
|
|
133
|
+
* \[[`3036b85d71`](https://github.com/nodejs/node/commit/3036b85d71)] - **src**: remove \<unistd.h> from node\_os.cc (Tobias Nießen) [#44668](https://github.com/nodejs/node/pull/44668)
|
|
134
|
+
* \[[`29f57b7899`](https://github.com/nodejs/node/commit/29f57b7899)] - **src**: avoid copy when creating Blob (Tobias Nießen) [#44616](https://github.com/nodejs/node/pull/44616)
|
|
135
|
+
* \[[`75cfb13ea6`](https://github.com/nodejs/node/commit/75cfb13ea6)] - **src**: make ReqWrap weak (Rafael Gonzaga) [#44074](https://github.com/nodejs/node/pull/44074)
|
|
136
|
+
* \[[`c12abb5ece`](https://github.com/nodejs/node/commit/c12abb5ece)] - **src**: make NearHeapLimitCallback() more robust (Joyee Cheung) [#44581](https://github.com/nodejs/node/pull/44581)
|
|
137
|
+
* \[[`81ea507e8e`](https://github.com/nodejs/node/commit/81ea507e8e)] - **src**: dump isolate stats when process exits (daomingq) [#44534](https://github.com/nodejs/node/pull/44534)
|
|
138
|
+
* \[[`687844822f`](https://github.com/nodejs/node/commit/687844822f)] - **src**: consolidate environment cleanup queue (Chengzhong Wu) [#44379](https://github.com/nodejs/node/pull/44379)
|
|
139
|
+
* \[[`3d42aaaac0`](https://github.com/nodejs/node/commit/3d42aaaac0)] - **stream**: handle a pending pull request from a released reader (Daeyeon Jeong) [#44702](https://github.com/nodejs/node/pull/44702)
|
|
140
|
+
* \[[`73ad9db6c5`](https://github.com/nodejs/node/commit/73ad9db6c5)] - **stream**: refactor use es2020 statement (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533)
|
|
141
|
+
* \[[`0af6e420b3`](https://github.com/nodejs/node/commit/0af6e420b3)] - **stream**: remove `abortReason` from `WritableStreamDefaultController` (Daeyeon Jeong) [#44540](https://github.com/nodejs/node/pull/44540)
|
|
142
|
+
* \[[`2f2f8d5821`](https://github.com/nodejs/node/commit/2f2f8d5821)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#44505](https://github.com/nodejs/node/pull/44505)
|
|
143
|
+
* \[[`667e8bf3fb`](https://github.com/nodejs/node/commit/667e8bf3fb)] - **stream**: fix `writableStream.abort()` (Daeyeon Jeong) [#44327](https://github.com/nodejs/node/pull/44327)
|
|
144
|
+
* \[[`3112d5dae0`](https://github.com/nodejs/node/commit/3112d5dae0)] - **test**: verify napi\_remove\_wrap with napi\_delete\_reference (Chengzhong Wu) [#44754](https://github.com/nodejs/node/pull/44754)
|
|
145
|
+
* \[[`b512436841`](https://github.com/nodejs/node/commit/b512436841)] - **test**: change promises to async/await (Madhulika Sharma) [#44683](https://github.com/nodejs/node/pull/44683)
|
|
146
|
+
* \[[`858631f720`](https://github.com/nodejs/node/commit/858631f720)] - **test**: use async/await in test-debugger-invalid-args (Nupur Chauhan) [#44678](https://github.com/nodejs/node/pull/44678)
|
|
147
|
+
* \[[`6c9ded810c`](https://github.com/nodejs/node/commit/6c9ded810c)] - **test**: update test-debugger-low-level to use await/async (Meghana Ramesh) [#44688](https://github.com/nodejs/node/pull/44688)
|
|
148
|
+
* \[[`945aa74e57`](https://github.com/nodejs/node/commit/945aa74e57)] - **test**: check that sysconf returns a positive value (Tobias Nießen) [#44666](https://github.com/nodejs/node/pull/44666)
|
|
149
|
+
* \[[`79f0f48a6f`](https://github.com/nodejs/node/commit/79f0f48a6f)] - **test**: change promise to async/await in debugger-watcher (“Pooja) [#44687](https://github.com/nodejs/node/pull/44687)
|
|
150
|
+
* \[[`a56cb65bd6`](https://github.com/nodejs/node/commit/a56cb65bd6)] - **test**: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer) [#44725](https://github.com/nodejs/node/pull/44725)
|
|
151
|
+
* \[[`8a68a80a06`](https://github.com/nodejs/node/commit/8a68a80a06)] - **test**: fix test-performance-measure (smitley) [#44637](https://github.com/nodejs/node/pull/44637)
|
|
152
|
+
* \[[`55de0136b3`](https://github.com/nodejs/node/commit/55de0136b3)] - **test**: improve lib/readline.js coverage (MURAKAMI Masahiko) [#42686](https://github.com/nodejs/node/pull/42686)
|
|
153
|
+
* \[[`a3095d217f`](https://github.com/nodejs/node/commit/a3095d217f)] - **test**: fix `test-repl` not validating leaked globals properly (Antoine du Hamel) [#44640](https://github.com/nodejs/node/pull/44640)
|
|
154
|
+
* \[[`7db2974692`](https://github.com/nodejs/node/commit/7db2974692)] - **test**: ignore stale process cleanup failures on Windows (Joyee Cheung) [#44480](https://github.com/nodejs/node/pull/44480)
|
|
155
|
+
* \[[`6c35f338c3`](https://github.com/nodejs/node/commit/6c35f338c3)] - **test**: use python3 instead of python (Luigi Pinca) [#44545](https://github.com/nodejs/node/pull/44545)
|
|
156
|
+
* \[[`20e04c6d44`](https://github.com/nodejs/node/commit/20e04c6d44)] - **test**: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) [#44341](https://github.com/nodejs/node/pull/44341)
|
|
157
|
+
* \[[`eb25fe73b0`](https://github.com/nodejs/node/commit/eb25fe73b0)] - **test**: add more cases for parse-encoding (Tony Gorez) [#44427](https://github.com/nodejs/node/pull/44427)
|
|
158
|
+
* \[[`5ab3bc9419`](https://github.com/nodejs/node/commit/5ab3bc9419)] - **test\_runner**: include stack of uncaught exceptions (Moshe Atlow) [#44614](https://github.com/nodejs/node/pull/44614)
|
|
159
|
+
* \[[`752e1472e1`](https://github.com/nodejs/node/commit/752e1472e1)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) [#44580](https://github.com/nodejs/node/pull/44580)
|
|
160
|
+
* \[[`0cddb0af99`](https://github.com/nodejs/node/commit/0cddb0af99)] - **tools**: add update-llhttp.sh (Paolo Insogna) [#44652](https://github.com/nodejs/node/pull/44652)
|
|
161
|
+
* \[[`ef0dc47df9`](https://github.com/nodejs/node/commit/ef0dc47df9)] - **tools**: fix typo in update-nghttp2.sh (Luigi Pinca) [#44664](https://github.com/nodejs/node/pull/44664)
|
|
162
|
+
* \[[`0df181a5a1`](https://github.com/nodejs/node/commit/0df181a5a1)] - **tools**: add timezone update workflow (Lenvin Gonsalves) [#43988](https://github.com/nodejs/node/pull/43988)
|
|
163
|
+
* \[[`dd4348900d`](https://github.com/nodejs/node/commit/dd4348900d)] - **tools**: update eslint to 8.23.1 (Node.js GitHub Bot) [#44639](https://github.com/nodejs/node/pull/44639)
|
|
164
|
+
* \[[`b9cfb71e12`](https://github.com/nodejs/node/commit/b9cfb71e12)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@14.1.0 (Node.js GitHub Bot) [#44638](https://github.com/nodejs/node/pull/44638)
|
|
165
|
+
* \[[`5ae142d7ad`](https://github.com/nodejs/node/commit/5ae142d7ad)] - **tools**: update gyp-next to v0.13.0 (Jiawen Geng) [#44605](https://github.com/nodejs/node/pull/44605)
|
|
166
|
+
* \[[`5dd86c3faf`](https://github.com/nodejs/node/commit/5dd86c3faf)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@14.0.1 (Node.js GitHub Bot) [#44590](https://github.com/nodejs/node/pull/44590)
|
|
167
|
+
* \[[`caad4748cf`](https://github.com/nodejs/node/commit/caad4748cf)] - **tools**: increase timeout of running WPT (Joyee Cheung) [#44574](https://github.com/nodejs/node/pull/44574)
|
|
168
|
+
* \[[`5db9779f14`](https://github.com/nodejs/node/commit/5db9779f14)] - **tools**: fix shebang to use python3 by default (Himself65) [#44531](https://github.com/nodejs/node/pull/44531)
|
|
169
|
+
* \[[`9aa6a560e9`](https://github.com/nodejs/node/commit/9aa6a560e9)] - **v8**: add setHeapSnapshotNearHeapLimit (theanarkh) [#44420](https://github.com/nodejs/node/pull/44420)
|
|
170
|
+
* \[[`360b74e94f`](https://github.com/nodejs/node/commit/360b74e94f)] - **win**: fix fs.realpath.native for long paths (StefanStojanovic) [#44536](https://github.com/nodejs/node/pull/44536)
|
|
171
|
+
|
|
172
|
+
<a id="18.9.1"></a>
|
|
173
|
+
|
|
174
|
+
## 2022-09-23, Version 18.9.1 (Current), @RafaelGSS
|
|
175
|
+
|
|
176
|
+
This is a security release.
|
|
177
|
+
|
|
178
|
+
### Notable changes
|
|
179
|
+
|
|
180
|
+
The following CVEs are fixed in this release:
|
|
181
|
+
|
|
182
|
+
* **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High)
|
|
183
|
+
* Insufficient fix for macOS devices on v18.5.0
|
|
184
|
+
* **[CVE-2022-32222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32222)**: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium)
|
|
185
|
+
* **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)
|
|
186
|
+
* Insufficient fix on v18.5.0
|
|
187
|
+
* **[CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215)**: HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)
|
|
188
|
+
* Insufficient fix on v18.5.0
|
|
189
|
+
* **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
|
|
190
|
+
* **[CVE-2022-35255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35255)**: Weak randomness in WebCrypto keygen
|
|
191
|
+
|
|
192
|
+
More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post.
|
|
193
|
+
|
|
194
|
+
#### llhttp updated to 6.0.10
|
|
195
|
+
|
|
196
|
+
`llhttp` is updated to 6.0.10 which includes fixes for the following vulnerabilities.
|
|
197
|
+
|
|
198
|
+
* **HTTP Request Smuggling - CVE-2022-32213 bypass via obs-fold mechanic (Medium)([CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213) )**: The `llhttp` parser in the `http` module does not correctly parse and validate Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
|
|
199
|
+
* **HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)([CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215))**: The `llhttp` parser in the `http` module does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
|
|
200
|
+
* **HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)([CVE-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256))**: The llhttp parser in the `http` does not correctly handle header fields that are not terminated with CLRF. This can lead to HTTP Request Smuggling (HRS).
|
|
201
|
+
|
|
202
|
+
### Commits
|
|
203
|
+
|
|
204
|
+
* \[[`0c2a5723be`](https://github.com/nodejs/node/commit/0c2a5723be)] - **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis) [nodejs-private/node-private#](https://github.com/nodejs-private/node-private/pull/346)
|
|
205
|
+
* \[[`ffb6f4d51d`](https://github.com/nodejs/node/commit/ffb6f4d51d)] - **deps**: MacOS - fix location of OpenSSL config file (Michael Dawson) [nodejs-private/node-private#345](https://github.com/nodejs-private/node-private/pull/345)
|
|
206
|
+
* \[[`01bffcdd93`](https://github.com/nodejs/node/commit/01bffcdd93)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#341](https://github.com/nodejs-private/node-private/pull/341)
|
|
207
|
+
* \[[`2c379d341d`](https://github.com/nodejs/node/commit/2c379d341d)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#337](https://github.com/nodejs-private/node-private/pull/337)
|
|
208
|
+
|
|
45
209
|
<a id="18.9.0"></a>
|
|
46
210
|
|
|
47
211
|
## 2022-09-08, Version 18.9.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Node.js
|
|
2
2
|
|
|
3
|
-
Node.js is an open-source, cross-platform
|
|
3
|
+
Node.js is an open-source, cross-platform JavaScript runtime environment.
|
|
4
4
|
|
|
5
5
|
For information on using Node.js, see the [Node.js website][].
|
|
6
6
|
|
|
@@ -178,6 +178,8 @@ For information about the governance of the Node.js project, see
|
|
|
178
178
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
179
179
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
180
180
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
181
|
+
* [legendecas](https://github.com/legendecas) -
|
|
182
|
+
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
181
183
|
* [mcollina](https://github.com/mcollina) -
|
|
182
184
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
183
185
|
* [mhdawson](https://github.com/mhdawson) -
|
|
@@ -310,8 +312,6 @@ For information about the governance of the Node.js project, see
|
|
|
310
312
|
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
311
313
|
* [dmabupt](https://github.com/dmabupt) -
|
|
312
314
|
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
313
|
-
* [dnlup](https://github.com/dnlup)
|
|
314
|
-
**Daniele Belardi** <<dwon.dnl@gmail.com>> (he/him)
|
|
315
315
|
* [edsadr](https://github.com/edsadr) -
|
|
316
316
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
317
317
|
* [erickwendel](https://github.com/erickwendel) -
|
|
@@ -494,6 +494,8 @@ For information about the governance of the Node.js project, see
|
|
|
494
494
|
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
495
495
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
496
496
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
497
|
+
* [dnlup](https://github.com/dnlup)
|
|
498
|
+
**dnlup** <<dnlup.dev@gmail.com>>
|
|
497
499
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
498
500
|
**Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
|
|
499
501
|
* [estliberitas](https://github.com/estliberitas) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -212,6 +212,9 @@
|
|
|
212
212
|
'cflags': [ '-qINLINE=::150:100000' ]
|
|
213
213
|
}],
|
|
214
214
|
['OS!="mac" and OS!="win" and OS!="zos"', {
|
|
215
|
+
# -fno-omit-frame-pointer is necessary for the --perf_basic_prof
|
|
216
|
+
# flag to work correctly. perf(1) gets confused about JS stack
|
|
217
|
+
# frames otherwise, even with --call-graph dwarf.
|
|
215
218
|
'cflags': [ '-fno-omit-frame-pointer' ],
|
|
216
219
|
}],
|
|
217
220
|
['OS=="linux"', {
|
|
@@ -546,9 +549,6 @@
|
|
|
546
549
|
}],
|
|
547
550
|
],
|
|
548
551
|
}],
|
|
549
|
-
['OS=="freebsd" and node_use_dtrace=="true"', {
|
|
550
|
-
'libraries': [ '-lelf' ],
|
|
551
|
-
}],
|
|
552
552
|
['OS=="freebsd"', {
|
|
553
553
|
'ldflags': [
|
|
554
554
|
'-Wl,--export-dynamic',
|
package/include/node/config.gypi
CHANGED
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
'lib/internal/tls/secure-pair.js',
|
|
148
148
|
'lib/internal/tls/secure-context.js',
|
|
149
149
|
'lib/internal/vm/module.js',
|
|
150
|
+
'lib/internal/dns/callback_resolver.js',
|
|
150
151
|
'lib/internal/dns/promises.js',
|
|
151
152
|
'lib/internal/dns/utils.js',
|
|
152
153
|
'lib/internal/debugger/inspect_repl.js',
|
package/package.json
CHANGED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
// Copyright Joyent, Inc. and other Node contributors.
|
|
2
|
+
//
|
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
4
|
+
// copy of this software and associated documentation files (the
|
|
5
|
+
// "Software"), to deal in the Software without restriction, including
|
|
6
|
+
// without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
+
// distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
8
|
+
// persons to whom the Software is furnished to do so, subject to the
|
|
9
|
+
// following conditions:
|
|
10
|
+
//
|
|
11
|
+
// The above copyright notice and this permission notice shall be included
|
|
12
|
+
// in all copies or substantial portions of the Software.
|
|
13
|
+
//
|
|
14
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
15
|
+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
17
|
+
// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
18
|
+
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
19
|
+
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
20
|
+
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21
|
+
|
|
22
|
+
probe node_net_server_connection = process("node").mark("net__server__connection")
|
|
23
|
+
{
|
|
24
|
+
remote = user_string($arg2);
|
|
25
|
+
port = $arg3;
|
|
26
|
+
fd = $arg4;
|
|
27
|
+
|
|
28
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
29
|
+
$$name,
|
|
30
|
+
remote,
|
|
31
|
+
port,
|
|
32
|
+
fd);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
probe node_net_stream_end = process("node").mark("net__stream__end")
|
|
36
|
+
{
|
|
37
|
+
remote = user_string($arg2);
|
|
38
|
+
port = $arg3;
|
|
39
|
+
fd = $arg4;
|
|
40
|
+
|
|
41
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
42
|
+
$$name,
|
|
43
|
+
remote,
|
|
44
|
+
port,
|
|
45
|
+
fd);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
probe node_http_server_request = process("node").mark("http__server__request")
|
|
49
|
+
{
|
|
50
|
+
remote = user_string($arg3);
|
|
51
|
+
port = $arg4;
|
|
52
|
+
method = user_string($arg5);
|
|
53
|
+
url = user_string($arg6);
|
|
54
|
+
fd = $arg7;
|
|
55
|
+
|
|
56
|
+
probestr = sprintf("%s(remote=%s, port=%d, method=%s, url=%s, fd=%d)",
|
|
57
|
+
$$name,
|
|
58
|
+
remote,
|
|
59
|
+
port,
|
|
60
|
+
method,
|
|
61
|
+
url,
|
|
62
|
+
fd);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
probe node_http_server_response = process("node").mark("http__server__response")
|
|
66
|
+
{
|
|
67
|
+
remote = user_string($arg2);
|
|
68
|
+
port = $arg3;
|
|
69
|
+
fd = $arg4;
|
|
70
|
+
|
|
71
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
72
|
+
$$name,
|
|
73
|
+
remote,
|
|
74
|
+
port,
|
|
75
|
+
fd);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
probe node_http_client_request = process("node").mark("http__client__request")
|
|
79
|
+
{
|
|
80
|
+
remote = user_string($arg3);
|
|
81
|
+
port = $arg4;
|
|
82
|
+
method = user_string($arg5);
|
|
83
|
+
url = user_string($arg6);
|
|
84
|
+
fd = $arg7;
|
|
85
|
+
|
|
86
|
+
probestr = sprintf("%s(remote=%s, port=%d, method=%s, url=%s, fd=%d)",
|
|
87
|
+
$$name,
|
|
88
|
+
remote,
|
|
89
|
+
port,
|
|
90
|
+
method,
|
|
91
|
+
url,
|
|
92
|
+
fd);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
probe node_http_client_response = process("node").mark("http__client__response")
|
|
96
|
+
{
|
|
97
|
+
remote = user_string($arg2);
|
|
98
|
+
port = $arg3;
|
|
99
|
+
fd = $arg4;
|
|
100
|
+
|
|
101
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
102
|
+
$$name,
|
|
103
|
+
remote,
|
|
104
|
+
port,
|
|
105
|
+
fd);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
probe node_gc_start = process("node").mark("gc__start")
|
|
109
|
+
{
|
|
110
|
+
scavenge = 1 << 0;
|
|
111
|
+
compact = 1 << 1;
|
|
112
|
+
|
|
113
|
+
if ($arg1 == scavenge)
|
|
114
|
+
type = "kGCTypeScavenge";
|
|
115
|
+
else if ($arg1 == compact)
|
|
116
|
+
type = "kGCTypeMarkSweepCompact";
|
|
117
|
+
else
|
|
118
|
+
type = "kGCTypeAll";
|
|
119
|
+
|
|
120
|
+
flags = $arg2;
|
|
121
|
+
|
|
122
|
+
probestr = sprintf("%s(type=%s,flags=%d)",
|
|
123
|
+
$$name,
|
|
124
|
+
type,
|
|
125
|
+
flags);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
probe node_gc_stop = process("node").mark("gc__done")
|
|
129
|
+
{
|
|
130
|
+
scavenge = 1 << 0;
|
|
131
|
+
compact = 1 << 1;
|
|
132
|
+
|
|
133
|
+
if ($arg1 == scavenge)
|
|
134
|
+
type = "kGCTypeScavenge";
|
|
135
|
+
else if ($arg1 == compact)
|
|
136
|
+
type = "kGCTypeMarkSweepCompact";
|
|
137
|
+
else
|
|
138
|
+
type = "kGCTypeAll";
|
|
139
|
+
|
|
140
|
+
flags = $arg2;
|
|
141
|
+
|
|
142
|
+
probestr = sprintf("%s(type=%s,flags=%d)",
|
|
143
|
+
$$name,
|
|
144
|
+
type,
|
|
145
|
+
flags);
|
|
146
|
+
}
|