node-linux-arm64 16.14.2 → 16.16.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.
Files changed (143) hide show
  1. package/CHANGELOG.md +354 -0
  2. package/LICENSE +25 -0
  3. package/README.md +35 -31
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +6 -7
  6. package/include/node/config.gypi +227 -223
  7. package/include/node/js_native_api.h +6 -0
  8. package/include/node/node.h +6 -1
  9. package/include/node/node_version.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/asn1_asm.h +57 -0
  76. package/include/node/openssl/asn1_no-asm.h +59 -0
  77. package/include/node/openssl/asn1t_asm.h +57 -0
  78. package/include/node/openssl/asn1t_no-asm.h +59 -0
  79. package/include/node/openssl/bio_asm.h +57 -0
  80. package/include/node/openssl/bio_no-asm.h +59 -0
  81. package/include/node/openssl/bn_conf_asm.h +0 -2
  82. package/include/node/openssl/bn_conf_no-asm.h +0 -2
  83. package/include/node/openssl/cmp_asm.h +57 -0
  84. package/include/node/openssl/cmp_no-asm.h +59 -0
  85. package/include/node/openssl/cms_asm.h +57 -0
  86. package/include/node/openssl/cms_no-asm.h +59 -0
  87. package/include/node/openssl/conf_asm.h +57 -0
  88. package/include/node/openssl/conf_no-asm.h +59 -0
  89. package/include/node/openssl/configuration_asm.h +57 -0
  90. package/include/node/openssl/configuration_no-asm.h +59 -0
  91. package/include/node/openssl/crmf_asm.h +57 -0
  92. package/include/node/openssl/crmf_no-asm.h +59 -0
  93. package/include/node/openssl/crypto_asm.h +57 -0
  94. package/include/node/openssl/crypto_no-asm.h +59 -0
  95. package/include/node/openssl/ct_asm.h +57 -0
  96. package/include/node/openssl/ct_no-asm.h +59 -0
  97. package/include/node/openssl/dso_conf_asm.h +0 -2
  98. package/include/node/openssl/dso_conf_no-asm.h +0 -2
  99. package/include/node/openssl/err_asm.h +57 -0
  100. package/include/node/openssl/err_no-asm.h +59 -0
  101. package/include/node/openssl/ess_asm.h +57 -0
  102. package/include/node/openssl/ess_no-asm.h +59 -0
  103. package/include/node/openssl/fipskey_asm.h +57 -0
  104. package/include/node/openssl/fipskey_no-asm.h +59 -0
  105. package/include/node/openssl/lhash_asm.h +57 -0
  106. package/include/node/openssl/lhash_no-asm.h +59 -0
  107. package/include/node/openssl/ocsp_asm.h +57 -0
  108. package/include/node/openssl/ocsp_no-asm.h +59 -0
  109. package/include/node/openssl/opensslconf_asm.h +0 -2
  110. package/include/node/openssl/opensslconf_no-asm.h +0 -2
  111. package/include/node/openssl/opensslv.h +3 -3
  112. package/include/node/openssl/opensslv_asm.h +57 -0
  113. package/include/node/openssl/opensslv_no-asm.h +59 -0
  114. package/include/node/openssl/pkcs12_asm.h +57 -0
  115. package/include/node/openssl/pkcs12_no-asm.h +59 -0
  116. package/include/node/openssl/pkcs7_asm.h +57 -0
  117. package/include/node/openssl/pkcs7_no-asm.h +59 -0
  118. package/include/node/openssl/safestack_asm.h +57 -0
  119. package/include/node/openssl/safestack_no-asm.h +59 -0
  120. package/include/node/openssl/srp_asm.h +57 -0
  121. package/include/node/openssl/srp_no-asm.h +59 -0
  122. package/include/node/openssl/ssl.h +11 -1
  123. package/include/node/openssl/ssl_asm.h +57 -0
  124. package/include/node/openssl/ssl_no-asm.h +59 -0
  125. package/include/node/openssl/ui_asm.h +57 -0
  126. package/include/node/openssl/ui_no-asm.h +59 -0
  127. package/include/node/openssl/x509_asm.h +57 -0
  128. package/include/node/openssl/x509_no-asm.h +59 -0
  129. package/include/node/openssl/x509_vfy_asm.h +57 -0
  130. package/include/node/openssl/x509_vfy_no-asm.h +59 -0
  131. package/include/node/openssl/x509v3_asm.h +57 -0
  132. package/include/node/openssl/x509v3_no-asm.h +59 -0
  133. package/package.json +1 -1
  134. package/share/man/man1/node.1 +9 -3
  135. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
  136. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
  137. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
  138. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  139. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  140. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
  141. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  142. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
  143. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
package/README.md CHANGED
@@ -1,14 +1,4 @@
1
- <!--lint disable no-literal-urls-->
2
-
3
- <p align="center">
4
- <a href="https://nodejs.org/">
5
- <img
6
- alt="Node.js"
7
- src="https://nodejs.org/static/images/logo-light.svg"
8
- width="400"
9
- />
10
- </a>
11
- </p>
1
+ # Node.js
12
2
 
13
3
  Node.js is an open-source, cross-platform, JavaScript runtime environment.
14
4
 
@@ -19,7 +9,7 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
19
9
 
20
10
  **This project has a [Code of Conduct][].**
21
11
 
22
- # Table of contents
12
+ ## Table of contents
23
13
 
24
14
  * [Support](#support)
25
15
  * [Release types](#release-types)
@@ -120,7 +110,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
120
110
  import the keys:
121
111
 
122
112
  ```console
123
- $ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
113
+ $ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
124
114
  ```
125
115
 
126
116
  See the bottom of this README for a full script to import active release keys.
@@ -294,6 +284,8 @@ For information about the governance of the Node.js project, see
294
284
  **Bradley Farias** <<bradley.meck@gmail.com>>
295
285
  * [bnb](https://github.com/bnb) -
296
286
  **Tierney Cyren** <<hello@bnb.im>> (they/he)
287
+ * [bnoordhuis](https://github.com/bnoordhuis) -
288
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
297
289
  * [boneskull](https://github.com/boneskull) -
298
290
  **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
299
291
  * [BridgeAR](https://github.com/BridgeAR) -
@@ -312,8 +304,6 @@ For information about the governance of the Node.js project, see
312
304
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
313
305
  * [danielleadams](https://github.com/danielleadams) -
314
306
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
315
- * [DerekNonGeneric](https://github.com/DerekNonGeneric) -
316
- **Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
317
307
  * [devnexen](https://github.com/devnexen) -
318
308
  **David Carlier** <<devnexen@gmail.com>>
319
309
  * [devsnek](https://github.com/devsnek) -
@@ -354,12 +344,14 @@ For information about the governance of the Node.js project, see
354
344
  **Fedor Indutny** <<fedor@indutny.com>>
355
345
  * [JacksonTian](https://github.com/JacksonTian) -
356
346
  **Jackson Tian** <<shyvo1987@gmail.com>>
347
+ * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
348
+ **Jacob Smith** <<jacob@frende.me>> (he/him)
357
349
  * [jasnell](https://github.com/jasnell) -
358
350
  **James M Snell** <<jasnell@gmail.com>> (he/him)
359
351
  * [jkrems](https://github.com/jkrems) -
360
352
  **Jan Krems** <<jan.krems@gmail.com>> (he/him)
361
- * [joaocgreis](https://github.com/joaocgreis) -
362
- **João Reis** <<reis@janeasystems.com>>
353
+ * [joesepi](https://github.com/joesepi) -
354
+ **Joe Sepi** <<sepi@joesepi.com>> (he/him)
363
355
  * [joyeecheung](https://github.com/joyeecheung) -
364
356
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
365
357
  * [juanarbol](https://github.com/juanarbol) -
@@ -378,6 +370,8 @@ For information about the governance of the Node.js project, see
378
370
  **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
379
371
  * [Lxxyx](https://github.com/Lxxyx) -
380
372
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
373
+ * [marsonya](https://github.com/marsonya) -
374
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
381
375
  * [mcollina](https://github.com/mcollina) -
382
376
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
383
377
  * [Mesteery](https://github.com/Mesteery) -
@@ -424,6 +418,8 @@ For information about the governance of the Node.js project, see
424
418
  **Santiago Gimeno** <<santiago.gimeno@gmail.com>>
425
419
  * [shisama](https://github.com/shisama) -
426
420
  **Masashi Hirano** <<shisama07@gmail.com>> (he/him)
421
+ * [ShogunPanda](https://github.com/ShogunPanda) -
422
+ **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
427
423
  * [srl295](https://github.com/srl295) -
428
424
  **Steven R Loomis** <<srloomis@us.ibm.com>>
429
425
  * [starkwang](https://github.com/starkwang) -
@@ -474,8 +470,6 @@ For information about the governance of the Node.js project, see
474
470
  **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
475
471
  * [bmeurer](https://github.com/bmeurer) -
476
472
  **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
477
- * [bnoordhuis](https://github.com/bnoordhuis) -
478
- **Ben Noordhuis** <<info@bnoordhuis.nl>>
479
473
  * [brendanashworth](https://github.com/brendanashworth) -
480
474
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
481
475
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
@@ -526,6 +520,8 @@ For information about the governance of the Node.js project, see
526
520
  **John-David Dalton** <<john.david.dalton@gmail.com>>
527
521
  * [jhamhader](https://github.com/jhamhader) -
528
522
  **Yuval Brik** <<yuval@brik.org.il>>
523
+ * [joaocgreis](https://github.com/joaocgreis) -
524
+ **João Reis** <<reis@janeasystems.com>>
529
525
  * [joshgav](https://github.com/joshgav) -
530
526
  **Josh Gavant** <<josh.gavant@outlook.com>>
531
527
  * [julianduque](https://github.com/julianduque) -
@@ -648,6 +644,8 @@ maintaining the Node.js project.
648
644
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
649
645
  * [marsonya](https://github.com/marsonya) -
650
646
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
647
+ * [meixg](https://github.com/meixg) -
648
+ **Xuguang Mei** <<meixg@foxmail.com>> (he/him)
651
649
  * [Mesteery](https://github.com/Mesteery) -
652
650
  **Mestery** <<mestery@protonmail.com>> (he/him)
653
651
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
@@ -671,10 +669,14 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
671
669
  `74F12602B6F1C4E913FAA37AD3A89613643B6201`
672
670
  * **James M Snell** <<jasnell@keybase.io>>
673
671
  `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
672
+ * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
673
+ `61FC681DFB92A079F1685E77973F295594EC4689`
674
674
  * **Michaël Zasso** <<targos@protonmail.com>>
675
675
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
676
676
  * **Myles Borins** <<myles.borins@gmail.com>>
677
677
  `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
678
+ * **RafaelGSS** <<rafael.nunu@hotmail.com>>
679
+ `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
678
680
  * **Richard Lau** <<rlau@redhat.com>>
679
681
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
680
682
  * **Rod Vagg** <<rod@vagg.org>>
@@ -690,18 +692,20 @@ To import the full set of trusted release keys (including subkeys possibly used
690
692
  to sign releases):
691
693
 
692
694
  ```bash
693
- gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
694
- gpg --keyserver pool.sks-keyservers.net --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
695
- gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
696
- gpg --keyserver pool.sks-keyservers.net --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
697
- gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
698
- gpg --keyserver pool.sks-keyservers.net --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
699
- gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
700
- gpg --keyserver pool.sks-keyservers.net --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
701
- gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
702
- gpg --keyserver pool.sks-keyservers.net --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
703
- gpg --keyserver pool.sks-keyservers.net --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
704
- gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
695
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
696
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
697
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
698
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
699
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
700
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
701
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
702
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
703
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
704
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
705
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
706
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
707
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
708
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
705
709
  ```
706
710
 
707
711
  See the section above on [Verifying binaries](#verifying-binaries) for how to
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.20',
39
+ 'v8_embedder_string': '-node.21',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -70,6 +70,9 @@
70
70
  # See https://github.com/v8/v8/wiki/Untrusted-code-mitigations
71
71
  'v8_untrusted_code_mitigations': 0,
72
72
 
73
+ # Disable v8 hugepage by default.
74
+ 'v8_enable_hugepage%': 0,
75
+
73
76
  # This is more of a V8 dev setting
74
77
  # https://github.com/nodejs/node/pull/22920/files#r222779926
75
78
  'v8_enable_fast_mksnapshot': 0,
@@ -109,7 +112,7 @@
109
112
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
110
113
  }],
111
114
  # V8 pointer compression only supports 64bit architectures.
112
- ['target_arch in "arm ia32 mips mipsel ppc x32"', {
115
+ ['target_arch in "arm ia32 mips mipsel ppc"', {
113
116
  'v8_enable_pointer_compression': 0,
114
117
  'v8_enable_31bit_smis_on_64bit_arch': 0,
115
118
  }],
@@ -417,10 +420,6 @@
417
420
  'cflags': [ '-m32' ],
418
421
  'ldflags': [ '-m32' ],
419
422
  }],
420
- [ 'target_arch=="x32"', {
421
- 'cflags': [ '-mx32' ],
422
- 'ldflags': [ '-mx32' ],
423
- }],
424
423
  [ 'target_arch=="x64"', {
425
424
  'cflags': [ '-m64' ],
426
425
  'ldflags': [ '-m64' ],
@@ -622,7 +621,7 @@
622
621
  '-q64',
623
622
  ],
624
623
  # for addons due to v8config.h include of "zos-base.h":
625
- 'include_dirs': ['$(ZOSLIB_INCLUDES)'],
624
+ 'include_dirs': ['<(zoslib_include_dir)'],
626
625
  }],
627
626
  ],
628
627
  }