node-linux-arm64 20.16.0 → 20.18.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 +570 -0
- package/LICENSE +10 -43
- package/README.md +43 -45
- package/bin/node +0 -0
- package/include/node/common.gypi +8 -6
- package/include/node/config.gypi +8 -0
- package/include/node/js_native_api.h +30 -25
- package/include/node/js_native_api_types.h +13 -9
- package/include/node/node.h +7 -3
- package/include/node/node_api.h +13 -13
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +6 -6
package/LICENSE
CHANGED
|
@@ -106,16 +106,16 @@ The externally maintained libraries used by Node.js are:
|
|
|
106
106
|
|
|
107
107
|
- cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
|
|
108
108
|
"""
|
|
109
|
-
MIT License
|
|
110
|
-
-----------
|
|
111
|
-
|
|
112
|
-
Copyright (C) 2018-2020 Guy Bedford
|
|
113
|
-
|
|
114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
115
|
-
|
|
116
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
117
|
-
|
|
118
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
109
|
+
MIT License
|
|
110
|
+
-----------
|
|
111
|
+
|
|
112
|
+
Copyright (C) 2018-2020 Guy Bedford
|
|
113
|
+
|
|
114
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
115
|
+
|
|
116
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
117
|
+
|
|
118
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
119
119
|
"""
|
|
120
120
|
|
|
121
121
|
- ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
|
|
@@ -1989,39 +1989,6 @@ The externally maintained libraries used by Node.js are:
|
|
|
1989
1989
|
THE POSSIBILITY OF SUCH DAMAGE.
|
|
1990
1990
|
"""
|
|
1991
1991
|
|
|
1992
|
-
- highlight.js, located at doc/api_assets/highlight.pack.js, is licensed as follows:
|
|
1993
|
-
"""
|
|
1994
|
-
BSD 3-Clause License
|
|
1995
|
-
|
|
1996
|
-
Copyright (c) 2006, Ivan Sagalaev.
|
|
1997
|
-
All rights reserved.
|
|
1998
|
-
|
|
1999
|
-
Redistribution and use in source and binary forms, with or without
|
|
2000
|
-
modification, are permitted provided that the following conditions are met:
|
|
2001
|
-
|
|
2002
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
2003
|
-
list of conditions and the following disclaimer.
|
|
2004
|
-
|
|
2005
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
2006
|
-
this list of conditions and the following disclaimer in the documentation
|
|
2007
|
-
and/or other materials provided with the distribution.
|
|
2008
|
-
|
|
2009
|
-
* Neither the name of the copyright holder nor the names of its
|
|
2010
|
-
contributors may be used to endorse or promote products derived from
|
|
2011
|
-
this software without specific prior written permission.
|
|
2012
|
-
|
|
2013
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
2014
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
2015
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2016
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
2017
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
2018
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
2019
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
2020
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2021
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2022
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2023
|
-
"""
|
|
2024
|
-
|
|
2025
1992
|
- node-heapdump, located at src/heap_utils.cc, is licensed as follows:
|
|
2026
1993
|
"""
|
|
2027
1994
|
ISC License
|
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ Looking for help? Check out the
|
|
|
43
43
|
|
|
44
44
|
* **Current**: Under active development. Code for the Current release is in the
|
|
45
45
|
branch for its major version number (for example,
|
|
46
|
-
[
|
|
46
|
+
[v22.x](https://github.com/nodejs/node/tree/v22.x)). Node.js releases a new
|
|
47
47
|
major version every 6 months, allowing for breaking changes. This happens in
|
|
48
48
|
April and October every year. Releases appearing each October have a support
|
|
49
49
|
life of 8 months. Releases appearing each April convert to LTS (see below)
|
|
@@ -112,14 +112,9 @@ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
|
|
|
112
112
|
For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
|
|
113
113
|
`SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
|
|
114
114
|
`SHASUMS256.txt`. You will first need to import
|
|
115
|
-
[the GPG keys of individuals authorized to create releases](#release-keys).
|
|
116
|
-
import the keys:
|
|
115
|
+
[the GPG keys of individuals authorized to create releases](#release-keys).
|
|
117
116
|
|
|
118
|
-
|
|
119
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
See [Release keys](#release-keys) for a script to import active release keys.
|
|
117
|
+
See [Release keys](#release-keys) for commands to import active release keys.
|
|
123
118
|
|
|
124
119
|
Next, download the `SHASUMS256.txt.sig` for the release:
|
|
125
120
|
|
|
@@ -164,14 +159,12 @@ For information about the governance of the Node.js project, see
|
|
|
164
159
|
|
|
165
160
|
* [aduh95](https://github.com/aduh95) -
|
|
166
161
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
167
|
-
* [
|
|
168
|
-
**
|
|
162
|
+
* [anonrig](https://github.com/anonrig) -
|
|
163
|
+
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
|
|
169
164
|
* [benjamingr](https://github.com/benjamingr) -
|
|
170
165
|
**Benjamin Gruenbaum** <<benjamingr@gmail.com>>
|
|
171
166
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
172
167
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
173
|
-
* [GeoffreyBooth](https://github.com/geoffreybooth) -
|
|
174
|
-
**Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
|
|
175
168
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
176
169
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
177
170
|
* [jasnell](https://github.com/jasnell) -
|
|
@@ -205,8 +198,8 @@ For information about the governance of the Node.js project, see
|
|
|
205
198
|
|
|
206
199
|
#### TSC regular members
|
|
207
200
|
|
|
208
|
-
* [
|
|
209
|
-
**
|
|
201
|
+
* [apapirovski](https://github.com/apapirovski) -
|
|
202
|
+
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
210
203
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
211
204
|
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
212
205
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
@@ -215,10 +208,8 @@ For information about the governance of the Node.js project, see
|
|
|
215
208
|
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
216
209
|
* [codebytere](https://github.com/codebytere) -
|
|
217
210
|
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
218
|
-
* [
|
|
219
|
-
**
|
|
220
|
-
* [MylesBorins](https://github.com/MylesBorins) -
|
|
221
|
-
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
211
|
+
* [GeoffreyBooth](https://github.com/GeoffreyBooth) -
|
|
212
|
+
**Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
|
|
222
213
|
* [Trott](https://github.com/Trott) -
|
|
223
214
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
224
215
|
|
|
@@ -236,6 +227,8 @@ For information about the governance of the Node.js project, see
|
|
|
236
227
|
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
237
228
|
* [danbev](https://github.com/danbev) -
|
|
238
229
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
230
|
+
* [danielleadams](https://github.com/danielleadams) -
|
|
231
|
+
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
239
232
|
* [evanlucas](https://github.com/evanlucas) -
|
|
240
233
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
241
234
|
* [fhinkel](https://github.com/fhinkel) -
|
|
@@ -256,6 +249,8 @@ For information about the governance of the Node.js project, see
|
|
|
256
249
|
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
257
250
|
* [mscdex](https://github.com/mscdex) -
|
|
258
251
|
**Brian White** <<mscdex@mscdex.net>>
|
|
252
|
+
* [MylesBorins](https://github.com/MylesBorins) -
|
|
253
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
259
254
|
* [nebrius](https://github.com/nebrius) -
|
|
260
255
|
**Bryan Hughes** <<bryan@nebri.us>>
|
|
261
256
|
* [ofrobots](https://github.com/ofrobots) -
|
|
@@ -290,9 +285,9 @@ For information about the governance of the Node.js project, see
|
|
|
290
285
|
* [addaleax](https://github.com/addaleax) -
|
|
291
286
|
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
292
287
|
* [aduh95](https://github.com/aduh95) -
|
|
293
|
-
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
288
|
+
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/aduh95)
|
|
294
289
|
* [anonrig](https://github.com/anonrig) -
|
|
295
|
-
**Yagiz Nizipli** <<yagiz
|
|
290
|
+
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him) - [Support me](https://github.com/sponsors/anonrig)
|
|
296
291
|
* [apapirovski](https://github.com/apapirovski) -
|
|
297
292
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
298
293
|
* [atlowChemi](https://github.com/atlowChemi) -
|
|
@@ -329,7 +324,7 @@ For information about the governance of the Node.js project, see
|
|
|
329
324
|
**Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
|
|
330
325
|
* [edsadr](https://github.com/edsadr) -
|
|
331
326
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
332
|
-
* [
|
|
327
|
+
* [ErickWendel](https://github.com/ErickWendel) -
|
|
333
328
|
**Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
|
|
334
329
|
* [Ethan-Arrowood](https://github.com/Ethan-Arrowood) -
|
|
335
330
|
**Ethan Arrowood** <<ethan@arrowood.dev>> (he/him)
|
|
@@ -343,7 +338,7 @@ For information about the governance of the Node.js project, see
|
|
|
343
338
|
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
344
339
|
* [gengjiawen](https://github.com/gengjiawen) -
|
|
345
340
|
**Jiawen Geng** <<technicalcute@gmail.com>>
|
|
346
|
-
* [GeoffreyBooth](https://github.com/
|
|
341
|
+
* [GeoffreyBooth](https://github.com/GeoffreyBooth) -
|
|
347
342
|
**Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
|
|
348
343
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
349
344
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
@@ -355,6 +350,8 @@ For information about the governance of the Node.js project, see
|
|
|
355
350
|
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
356
351
|
* [himself65](https://github.com/himself65) -
|
|
357
352
|
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
353
|
+
* [jakecastelli](https://github.com/jakecastelli) -
|
|
354
|
+
**Jake Yuesong Li** <<jake.yuesong@gmail.com>> (he/him)
|
|
358
355
|
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
|
|
359
356
|
**Jacob Smith** <<jacob@frende.me>> (he/him)
|
|
360
357
|
* [jasnell](https://github.com/jasnell) -
|
|
@@ -371,15 +368,13 @@ For information about the governance of the Node.js project, see
|
|
|
371
368
|
**Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
|
|
372
369
|
* [KhafraDev](https://github.com/KhafraDev) -
|
|
373
370
|
**Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
|
|
374
|
-
* [kuriyosh](https://github.com/kuriyosh) -
|
|
375
|
-
**Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
|
|
376
371
|
* [kvakil](https://github.com/kvakil) -
|
|
377
372
|
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
378
373
|
* [legendecas](https://github.com/legendecas) -
|
|
379
374
|
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
380
375
|
* [lemire](https://github.com/lemire) -
|
|
381
376
|
**Daniel Lemire** <<daniel@lemire.me>>
|
|
382
|
-
* [
|
|
377
|
+
* [Linkgoron](https://github.com/Linkgoron) -
|
|
383
378
|
**Nitzan Uziely** <<linkgoron@gmail.com>>
|
|
384
379
|
* [LiviaMedeiros](https://github.com/LiviaMedeiros) -
|
|
385
380
|
**LiviaMedeiros** <<livia@cirno.name>>
|
|
@@ -390,15 +385,15 @@ For information about the governance of the Node.js project, see
|
|
|
390
385
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
391
386
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
392
387
|
* [marco-ippolito](https://github.com/marco-ippolito) -
|
|
393
|
-
**Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
|
|
388
|
+
**Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/marco-ippolito)
|
|
394
389
|
* [marsonya](https://github.com/marsonya) -
|
|
395
390
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
391
|
+
* [MattiasBuelens](https://github.com/MattiasBuelens) -
|
|
392
|
+
**Mattias Buelens** <<mattias@buelens.com>> (he/him)
|
|
396
393
|
* [mcollina](https://github.com/mcollina) -
|
|
397
|
-
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
394
|
+
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/mcollina)
|
|
398
395
|
* [meixg](https://github.com/meixg) -
|
|
399
396
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
400
|
-
* [Mesteery](https://github.com/Mesteery) -
|
|
401
|
-
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
402
397
|
* [mhdawson](https://github.com/mhdawson) -
|
|
403
398
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
404
399
|
* [mildsunrise](https://github.com/mildsunrise) -
|
|
@@ -407,8 +402,6 @@ For information about the governance of the Node.js project, see
|
|
|
407
402
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
408
403
|
* [MrJithil](https://github.com/MrJithil) -
|
|
409
404
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
410
|
-
* [MylesBorins](https://github.com/MylesBorins) -
|
|
411
|
-
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
412
405
|
* [ovflowd](https://github.com/ovflowd) -
|
|
413
406
|
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
414
407
|
* [panva](https://github.com/panva) -
|
|
@@ -447,7 +440,7 @@ For information about the governance of the Node.js project, see
|
|
|
447
440
|
**Trivikram Kamat** <<trivikr.dev@gmail.com>>
|
|
448
441
|
* [Trott](https://github.com/Trott) -
|
|
449
442
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
450
|
-
* [UlisesGascon](https://github.com/
|
|
443
|
+
* [UlisesGascon](https://github.com/UlisesGascon) -
|
|
451
444
|
**Ulises Gascón** <<ulisesgascongonzalez@gmail.com>> (he/him)
|
|
452
445
|
* [vmoroz](https://github.com/vmoroz) -
|
|
453
446
|
**Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
|
|
@@ -577,6 +570,8 @@ For information about the governance of the Node.js project, see
|
|
|
577
570
|
**Kyle Farnung** <<kfarnung@microsoft.com>> (he/him)
|
|
578
571
|
* [kunalspathak](https://github.com/kunalspathak) -
|
|
579
572
|
**Kunal Pathak** <<kunal.pathak@microsoft.com>>
|
|
573
|
+
* [kuriyosh](https://github.com/kuriyosh) -
|
|
574
|
+
**Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
|
|
580
575
|
* [lance](https://github.com/lance) -
|
|
581
576
|
**Lance Ball** <<lball@redhat.com>> (he/him)
|
|
582
577
|
* [Leko](https://github.com/Leko) -
|
|
@@ -593,6 +588,8 @@ For information about the governance of the Node.js project, see
|
|
|
593
588
|
**Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
|
|
594
589
|
* [matthewloring](https://github.com/matthewloring) -
|
|
595
590
|
**Matthew Loring** <<mattloring@google.com>>
|
|
591
|
+
* [Mesteery](https://github.com/Mesteery) -
|
|
592
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
596
593
|
* [micnic](https://github.com/micnic) -
|
|
597
594
|
**Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
|
|
598
595
|
* [mikeal](https://github.com/mikeal) -
|
|
@@ -609,6 +606,8 @@ For information about the governance of the Node.js project, see
|
|
|
609
606
|
**Chen Gang** <<gangc.cxy@foxmail.com>>
|
|
610
607
|
* [mscdex](https://github.com/mscdex) -
|
|
611
608
|
**Brian White** <<mscdex@mscdex.net>>
|
|
609
|
+
* [MylesBorins](https://github.com/MylesBorins) -
|
|
610
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
612
611
|
* [not-an-aardvark](https://github.com/not-an-aardvark) -
|
|
613
612
|
**Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
|
|
614
613
|
* [ofrobots](https://github.com/ofrobots) -
|
|
@@ -735,20 +734,20 @@ maintaining the Node.js project.
|
|
|
735
734
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
736
735
|
* [F3n67u](https://github.com/F3n67u) -
|
|
737
736
|
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
738
|
-
* [
|
|
739
|
-
**
|
|
737
|
+
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
738
|
+
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
740
739
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
|
741
740
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
741
|
+
* [KevinEady](https://github.com/KevinEady) -
|
|
742
|
+
**Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
|
|
743
|
+
* [kvakil](https://github.com/kvakil) -
|
|
744
|
+
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
742
745
|
* [marsonya](https://github.com/marsonya) -
|
|
743
746
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
744
747
|
* [meixg](https://github.com/meixg) -
|
|
745
748
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
746
749
|
* [mertcanaltin](https://github.com/mertcanaltin) -
|
|
747
750
|
**Mert Can Altin** <<mertgold60@gmail.com>>
|
|
748
|
-
* [Mesteery](https://github.com/Mesteery) -
|
|
749
|
-
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
750
|
-
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
751
|
-
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
752
751
|
* [preveen-stack](https://github.com/preveen-stack) -
|
|
753
752
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
754
753
|
* [RedYetiDev](https://github.com/redyetidev) -
|
|
@@ -775,8 +774,6 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
775
774
|
`CC68F5A3106FF448322E48ED27F5E38D5B0A215F`
|
|
776
775
|
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
777
776
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
778
|
-
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
779
|
-
`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
|
|
780
777
|
* **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
|
|
781
778
|
`890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
|
|
782
779
|
* **Richard Lau** <<rlau@redhat.com>>
|
|
@@ -796,7 +793,6 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A8
|
|
|
796
793
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
|
|
797
794
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
|
|
798
795
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
|
|
799
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins
|
|
800
796
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
|
|
801
797
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
|
|
802
798
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
|
|
@@ -832,6 +828,8 @@ verify a downloaded file.
|
|
|
832
828
|
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
833
829
|
* **Julien Gilli** <<jgilli@fastmail.fm>>
|
|
834
830
|
`114F43EE0176B71C7BC219DD50A3051F888C628D`
|
|
831
|
+
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
832
|
+
`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
|
|
835
833
|
* **Rod Vagg** <<rod@vagg.org>>
|
|
836
834
|
`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
|
|
837
835
|
* **Ruben Bridgewater** <<ruben@bridgewater.de>>
|
|
@@ -853,18 +851,18 @@ prioritize security releases. Security release stewards manage security
|
|
|
853
851
|
releases on a rotation basis as outlined in the
|
|
854
852
|
[security release process](./doc/contributing/security-release-process.md).
|
|
855
853
|
|
|
856
|
-
* Datadog
|
|
854
|
+
* [Datadog](https://www.datadoghq.com/)
|
|
857
855
|
* [bengl](https://github.com/bengl) -
|
|
858
856
|
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
859
|
-
* NodeSource
|
|
857
|
+
* [NodeSource](https://nodesource.com/)
|
|
860
858
|
* [juanarbol](https://github.com/juanarbol) -
|
|
861
859
|
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
862
860
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
863
861
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
864
|
-
* Platformatic
|
|
862
|
+
* [Platformatic](https://platformatic.dev/)
|
|
865
863
|
* [mcollina](https://github.com/mcollina) -
|
|
866
864
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
867
|
-
* Red Hat
|
|
865
|
+
* [Red Hat](https://redhat.com) / [IBM](https://ibm.com)
|
|
868
866
|
* [joesepi](https://github.com/joesepi) -
|
|
869
867
|
**Joe Sepi** <<joesepi@ibm.com>> (he/him)
|
|
870
868
|
* [mhdawson](https://github.com/mhdawson) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
'configuring_node%': 0,
|
|
4
4
|
'asan%': 0,
|
|
5
5
|
'ubsan%': 0,
|
|
6
|
-
'werror': '', # Turn off -Werror in V8 build.
|
|
7
6
|
'visibility%': 'hidden', # V8's visibility setting
|
|
8
7
|
'target_arch%': 'ia32', # set v8's target architecture
|
|
9
8
|
'host_arch%': 'ia32', # set v8's host architecture
|
|
@@ -107,7 +106,6 @@
|
|
|
107
106
|
'v8_base': '<(PRODUCT_DIR)/obj.target/tools/v8_gypfiles/libv8_snapshot.a',
|
|
108
107
|
}],
|
|
109
108
|
['OS=="mac"', {
|
|
110
|
-
'clang%': 1,
|
|
111
109
|
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
|
|
112
110
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
113
111
|
}],
|
|
@@ -115,6 +113,7 @@
|
|
|
115
113
|
['target_arch in "arm ia32 mips mipsel ppc"', {
|
|
116
114
|
'v8_enable_pointer_compression': 0,
|
|
117
115
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
116
|
+
'v8_enable_sandbox': 0
|
|
118
117
|
}],
|
|
119
118
|
['target_arch in "ppc64 s390x"', {
|
|
120
119
|
'v8_enable_backtrace': 1,
|
|
@@ -182,10 +181,10 @@
|
|
|
182
181
|
}, {
|
|
183
182
|
'MSVC_runtimeType': 2 # MultiThreadedDLL (/MD)
|
|
184
183
|
}],
|
|
185
|
-
['
|
|
186
|
-
'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
|
|
187
|
-
}, {
|
|
184
|
+
['clang==1', {
|
|
188
185
|
'lto': ' -flto ', # Clang
|
|
186
|
+
}, {
|
|
187
|
+
'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
|
|
189
188
|
}],
|
|
190
189
|
],
|
|
191
190
|
},
|
|
@@ -554,6 +553,9 @@
|
|
|
554
553
|
'-Wl,-brtl',
|
|
555
554
|
],
|
|
556
555
|
}, { # else it's `AIX`
|
|
556
|
+
'variables': {
|
|
557
|
+
'gcc_major': '<!(<(python) -c "import os; import subprocess; CXX=os.environ.get(\'CXX\', \'g++\'); subprocess.run([CXX, \'-dumpversion\'])")'
|
|
558
|
+
},
|
|
557
559
|
# Disable the following compiler warning:
|
|
558
560
|
#
|
|
559
561
|
# warning: visibility attribute not supported in this
|
|
@@ -564,7 +566,7 @@
|
|
|
564
566
|
# out more relevant warnings.
|
|
565
567
|
'cflags': [ '-Wno-attributes' ],
|
|
566
568
|
'ldflags': [
|
|
567
|
-
'-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread/ppc64',
|
|
569
|
+
'-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/gcc/powerpc-ibm-aix7.3.0.0/>(gcc_major)/pthread/ppc64:/opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/>(gcc_major)/pthread/ppc64:/opt/freeware/lib/pthread/ppc64',
|
|
568
570
|
],
|
|
569
571
|
}],
|
|
570
572
|
],
|
package/include/node/config.gypi
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
{ 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
|
|
3
3
|
'variables': { 'arm_fpu': 'neon',
|
|
4
4
|
'asan': 0,
|
|
5
|
+
'clang': 0,
|
|
5
6
|
'coverage': 'false',
|
|
6
7
|
'dcheck_always_on': 0,
|
|
7
8
|
'debug_nghttp2': 'false',
|
|
@@ -71,6 +72,7 @@
|
|
|
71
72
|
'lib/internal/assert.js',
|
|
72
73
|
'lib/internal/assert/assertion_error.js',
|
|
73
74
|
'lib/internal/assert/calltracker.js',
|
|
75
|
+
'lib/internal/assert/utils.js',
|
|
74
76
|
'lib/internal/async_hooks.js',
|
|
75
77
|
'lib/internal/blob.js',
|
|
76
78
|
'lib/internal/blocklist.js',
|
|
@@ -153,6 +155,7 @@
|
|
|
153
155
|
'lib/internal/http2/util.js',
|
|
154
156
|
'lib/internal/idna.js',
|
|
155
157
|
'lib/internal/inspector_async_hook.js',
|
|
158
|
+
'lib/internal/inspector_network_tracking.js',
|
|
156
159
|
'lib/internal/js_stream_socket.js',
|
|
157
160
|
'lib/internal/legacy/processbinding.js',
|
|
158
161
|
'lib/internal/linkedlist.js',
|
|
@@ -243,6 +246,7 @@
|
|
|
243
246
|
'lib/internal/streams/destroy.js',
|
|
244
247
|
'lib/internal/streams/duplex.js',
|
|
245
248
|
'lib/internal/streams/duplexify.js',
|
|
249
|
+
'lib/internal/streams/duplexpair.js',
|
|
246
250
|
'lib/internal/streams/end-of-stream.js',
|
|
247
251
|
'lib/internal/streams/from.js',
|
|
248
252
|
'lib/internal/streams/lazy_transform.js',
|
|
@@ -259,6 +263,7 @@
|
|
|
259
263
|
'lib/internal/test/transfer.js',
|
|
260
264
|
'lib/internal/test_runner/coverage.js',
|
|
261
265
|
'lib/internal/test_runner/harness.js',
|
|
266
|
+
'lib/internal/test_runner/mock/loader.js',
|
|
262
267
|
'lib/internal/test_runner/mock/mock.js',
|
|
263
268
|
'lib/internal/test_runner/mock/mock_timers.js',
|
|
264
269
|
'lib/internal/test_runner/reporter/dot.js',
|
|
@@ -266,6 +271,7 @@
|
|
|
266
271
|
'lib/internal/test_runner/reporter/lcov.js',
|
|
267
272
|
'lib/internal/test_runner/reporter/spec.js',
|
|
268
273
|
'lib/internal/test_runner/reporter/tap.js',
|
|
274
|
+
'lib/internal/test_runner/reporter/utils.js',
|
|
269
275
|
'lib/internal/test_runner/reporter/v8-serializer.js',
|
|
270
276
|
'lib/internal/test_runner/runner.js',
|
|
271
277
|
'lib/internal/test_runner/test.js',
|
|
@@ -362,6 +368,7 @@
|
|
|
362
368
|
'node_shared_openssl': 'false',
|
|
363
369
|
'node_shared_simdjson': 'false',
|
|
364
370
|
'node_shared_simdutf': 'false',
|
|
371
|
+
'node_shared_uvwasi': 'false',
|
|
365
372
|
'node_shared_zlib': 'false',
|
|
366
373
|
'node_tag': '',
|
|
367
374
|
'node_target_type': 'executable',
|
|
@@ -392,6 +399,7 @@
|
|
|
392
399
|
'v8_enable_maglev': 0,
|
|
393
400
|
'v8_enable_object_print': 1,
|
|
394
401
|
'v8_enable_pointer_compression': 0,
|
|
402
|
+
'v8_enable_sandbox': 0,
|
|
395
403
|
'v8_enable_shared_ro_heap': 1,
|
|
396
404
|
'v8_enable_v8_checks': 0,
|
|
397
405
|
'v8_enable_webassembly': 1,
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
EXTERN_C_START
|
|
51
51
|
|
|
52
52
|
NAPI_EXTERN napi_status NAPI_CDECL napi_get_last_error_info(
|
|
53
|
-
|
|
53
|
+
node_api_basic_env env, const napi_extended_error_info** result);
|
|
54
54
|
|
|
55
55
|
// Getters for defined singletons
|
|
56
56
|
NAPI_EXTERN napi_status NAPI_CDECL napi_get_undefined(napi_env env,
|
|
@@ -94,19 +94,19 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
|
|
|
94
94
|
napi_value* result);
|
|
95
95
|
#ifdef NAPI_EXPERIMENTAL
|
|
96
96
|
#define NODE_API_EXPERIMENTAL_HAS_EXTERNAL_STRINGS
|
|
97
|
-
NAPI_EXTERN napi_status NAPI_CDECL
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
97
|
+
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_external_string_latin1(
|
|
98
|
+
napi_env env,
|
|
99
|
+
char* str,
|
|
100
|
+
size_t length,
|
|
101
|
+
node_api_basic_finalize finalize_callback,
|
|
102
|
+
void* finalize_hint,
|
|
103
|
+
napi_value* result,
|
|
104
|
+
bool* copied);
|
|
105
105
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
106
106
|
node_api_create_external_string_utf16(napi_env env,
|
|
107
107
|
char16_t* str,
|
|
108
108
|
size_t length,
|
|
109
|
-
|
|
109
|
+
node_api_basic_finalize finalize_callback,
|
|
110
110
|
void* finalize_hint,
|
|
111
111
|
napi_value* result,
|
|
112
112
|
bool* copied);
|
|
@@ -114,6 +114,10 @@ node_api_create_external_string_utf16(napi_env env,
|
|
|
114
114
|
|
|
115
115
|
#ifdef NAPI_EXPERIMENTAL
|
|
116
116
|
#define NODE_API_EXPERIMENTAL_HAS_PROPERTY_KEYS
|
|
117
|
+
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_latin1(
|
|
118
|
+
napi_env env, const char* str, size_t length, napi_value* result);
|
|
119
|
+
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_utf8(
|
|
120
|
+
napi_env env, const char* str, size_t length, napi_value* result);
|
|
117
121
|
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_utf16(
|
|
118
122
|
napi_env env, const char16_t* str, size_t length, napi_value* result);
|
|
119
123
|
#endif // NAPI_EXPERIMENTAL
|
|
@@ -318,12 +322,13 @@ napi_define_class(napi_env env,
|
|
|
318
322
|
napi_value* result);
|
|
319
323
|
|
|
320
324
|
// Methods to work with external data objects
|
|
321
|
-
NAPI_EXTERN napi_status NAPI_CDECL
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
NAPI_EXTERN napi_status NAPI_CDECL
|
|
326
|
+
napi_wrap(napi_env env,
|
|
327
|
+
napi_value js_object,
|
|
328
|
+
void* native_object,
|
|
329
|
+
node_api_basic_finalize finalize_cb,
|
|
330
|
+
void* finalize_hint,
|
|
331
|
+
napi_ref* result);
|
|
327
332
|
NAPI_EXTERN napi_status NAPI_CDECL napi_unwrap(napi_env env,
|
|
328
333
|
napi_value js_object,
|
|
329
334
|
void** result);
|
|
@@ -333,7 +338,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_remove_wrap(napi_env env,
|
|
|
333
338
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
334
339
|
napi_create_external(napi_env env,
|
|
335
340
|
void* data,
|
|
336
|
-
|
|
341
|
+
node_api_basic_finalize finalize_cb,
|
|
337
342
|
void* finalize_hint,
|
|
338
343
|
napi_value* result);
|
|
339
344
|
NAPI_EXTERN napi_status NAPI_CDECL napi_get_value_external(napi_env env,
|
|
@@ -432,7 +437,7 @@ NAPI_EXTERN napi_status NAPI_CDECL
|
|
|
432
437
|
napi_create_external_arraybuffer(napi_env env,
|
|
433
438
|
void* external_data,
|
|
434
439
|
size_t byte_length,
|
|
435
|
-
|
|
440
|
+
node_api_basic_finalize finalize_cb,
|
|
436
441
|
void* finalize_hint,
|
|
437
442
|
napi_value* result);
|
|
438
443
|
#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
@@ -474,7 +479,7 @@ napi_get_dataview_info(napi_env env,
|
|
|
474
479
|
size_t* byte_offset);
|
|
475
480
|
|
|
476
481
|
// version management
|
|
477
|
-
NAPI_EXTERN napi_status NAPI_CDECL napi_get_version(
|
|
482
|
+
NAPI_EXTERN napi_status NAPI_CDECL napi_get_version(node_api_basic_env env,
|
|
478
483
|
uint32_t* result);
|
|
479
484
|
|
|
480
485
|
// Promises
|
|
@@ -498,7 +503,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_run_script(napi_env env,
|
|
|
498
503
|
|
|
499
504
|
// Memory management
|
|
500
505
|
NAPI_EXTERN napi_status NAPI_CDECL napi_adjust_external_memory(
|
|
501
|
-
|
|
506
|
+
node_api_basic_env env, int64_t change_in_bytes, int64_t* adjusted_value);
|
|
502
507
|
|
|
503
508
|
#if NAPI_VERSION >= 5
|
|
504
509
|
|
|
@@ -520,7 +525,7 @@ NAPI_EXTERN napi_status NAPI_CDECL
|
|
|
520
525
|
napi_add_finalizer(napi_env env,
|
|
521
526
|
napi_value js_object,
|
|
522
527
|
void* finalize_data,
|
|
523
|
-
|
|
528
|
+
node_api_basic_finalize finalize_cb,
|
|
524
529
|
void* finalize_hint,
|
|
525
530
|
napi_ref* result);
|
|
526
531
|
|
|
@@ -530,7 +535,7 @@ napi_add_finalizer(napi_env env,
|
|
|
530
535
|
#define NODE_API_EXPERIMENTAL_HAS_POST_FINALIZER
|
|
531
536
|
|
|
532
537
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
533
|
-
node_api_post_finalizer(
|
|
538
|
+
node_api_post_finalizer(node_api_basic_env env,
|
|
534
539
|
napi_finalize finalize_cb,
|
|
535
540
|
void* finalize_data,
|
|
536
541
|
void* finalize_hint);
|
|
@@ -575,13 +580,13 @@ napi_get_all_property_names(napi_env env,
|
|
|
575
580
|
|
|
576
581
|
// Instance data
|
|
577
582
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
578
|
-
napi_set_instance_data(
|
|
583
|
+
napi_set_instance_data(node_api_basic_env env,
|
|
579
584
|
void* data,
|
|
580
585
|
napi_finalize finalize_cb,
|
|
581
586
|
void* finalize_hint);
|
|
582
587
|
|
|
583
|
-
NAPI_EXTERN napi_status NAPI_CDECL
|
|
584
|
-
|
|
588
|
+
NAPI_EXTERN napi_status NAPI_CDECL
|
|
589
|
+
napi_get_instance_data(node_api_basic_env env, void** data);
|
|
585
590
|
#endif // NAPI_VERSION >= 6
|
|
586
591
|
|
|
587
592
|
#if NAPI_VERSION >= 7
|