node-linux-arm64 17.4.0 → 17.7.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 (184) hide show
  1. package/CHANGELOG.md +467 -0
  2. package/LICENSE +25 -0
  3. package/README.md +60 -27
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +7 -6
  6. package/include/node/config.gypi +3 -0
  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 +1 -1
  10. package/include/node/openssl/asn1_asm.h +0 -2
  11. package/include/node/openssl/asn1_no-asm.h +0 -2
  12. package/include/node/openssl/asn1t_asm.h +0 -2
  13. package/include/node/openssl/asn1t_no-asm.h +0 -2
  14. package/include/node/openssl/bio_asm.h +0 -2
  15. package/include/node/openssl/bio_no-asm.h +0 -2
  16. package/include/node/openssl/bn_conf_asm.h +0 -2
  17. package/include/node/openssl/bn_conf_no-asm.h +0 -2
  18. package/include/node/openssl/cmp_asm.h +0 -2
  19. package/include/node/openssl/cmp_no-asm.h +0 -2
  20. package/include/node/openssl/cms_asm.h +0 -2
  21. package/include/node/openssl/cms_no-asm.h +0 -2
  22. package/include/node/openssl/conf_asm.h +0 -2
  23. package/include/node/openssl/conf_no-asm.h +0 -2
  24. package/include/node/openssl/configuration_asm.h +0 -2
  25. package/include/node/openssl/configuration_no-asm.h +0 -2
  26. package/include/node/openssl/crmf_asm.h +0 -2
  27. package/include/node/openssl/crmf_no-asm.h +0 -2
  28. package/include/node/openssl/crypto_asm.h +0 -2
  29. package/include/node/openssl/crypto_no-asm.h +0 -2
  30. package/include/node/openssl/ct_asm.h +0 -2
  31. package/include/node/openssl/ct_no-asm.h +0 -2
  32. package/include/node/openssl/dso_conf_asm.h +0 -2
  33. package/include/node/openssl/dso_conf_no-asm.h +0 -2
  34. package/include/node/openssl/err_asm.h +0 -2
  35. package/include/node/openssl/err_no-asm.h +0 -2
  36. package/include/node/openssl/ess_asm.h +0 -2
  37. package/include/node/openssl/ess_no-asm.h +0 -2
  38. package/include/node/openssl/fipskey_asm.h +0 -2
  39. package/include/node/openssl/fipskey_no-asm.h +0 -2
  40. package/include/node/openssl/lhash_asm.h +0 -2
  41. package/include/node/openssl/lhash_no-asm.h +0 -2
  42. package/include/node/openssl/ocsp_asm.h +0 -2
  43. package/include/node/openssl/ocsp_no-asm.h +0 -2
  44. package/include/node/openssl/opensslconf_asm.h +0 -2
  45. package/include/node/openssl/opensslconf_no-asm.h +0 -2
  46. package/include/node/openssl/opensslv_asm.h +0 -2
  47. package/include/node/openssl/opensslv_no-asm.h +0 -2
  48. package/include/node/openssl/pkcs12_asm.h +0 -2
  49. package/include/node/openssl/pkcs12_no-asm.h +0 -2
  50. package/include/node/openssl/pkcs7_asm.h +0 -2
  51. package/include/node/openssl/pkcs7_no-asm.h +0 -2
  52. package/include/node/openssl/safestack_asm.h +0 -2
  53. package/include/node/openssl/safestack_no-asm.h +0 -2
  54. package/include/node/openssl/srp_asm.h +0 -2
  55. package/include/node/openssl/srp_no-asm.h +0 -2
  56. package/include/node/openssl/ssl_asm.h +0 -2
  57. package/include/node/openssl/ssl_no-asm.h +0 -2
  58. package/include/node/openssl/ui_asm.h +0 -2
  59. package/include/node/openssl/ui_no-asm.h +0 -2
  60. package/include/node/openssl/x509_asm.h +0 -2
  61. package/include/node/openssl/x509_no-asm.h +0 -2
  62. package/include/node/openssl/x509_vfy_asm.h +0 -2
  63. package/include/node/openssl/x509_vfy_no-asm.h +0 -2
  64. package/include/node/openssl/x509v3_asm.h +0 -2
  65. package/include/node/openssl/x509v3_no-asm.h +0 -2
  66. package/package.json +1 -1
  67. package/share/man/man1/node.1 +9 -3
  68. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +0 -32
  69. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
  70. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
  71. package/include/node/openssl/archs/linux-x32/asm/include/crypto/bn_conf.h +0 -29
  72. package/include/node/openssl/archs/linux-x32/asm/include/crypto/dso_conf.h +0 -19
  73. package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1.h +0 -1128
  74. package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1t.h +0 -946
  75. package/include/node/openssl/archs/linux-x32/asm/include/openssl/bio.h +0 -884
  76. package/include/node/openssl/archs/linux-x32/asm/include/openssl/cmp.h +0 -592
  77. package/include/node/openssl/archs/linux-x32/asm/include/openssl/cms.h +0 -493
  78. package/include/node/openssl/archs/linux-x32/asm/include/openssl/conf.h +0 -211
  79. package/include/node/openssl/archs/linux-x32/asm/include/openssl/configuration.h +0 -133
  80. package/include/node/openssl/archs/linux-x32/asm/include/openssl/crmf.h +0 -227
  81. package/include/node/openssl/archs/linux-x32/asm/include/openssl/crypto.h +0 -556
  82. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ct.h +0 -573
  83. package/include/node/openssl/archs/linux-x32/asm/include/openssl/err.h +0 -492
  84. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ess.h +0 -128
  85. package/include/node/openssl/archs/linux-x32/asm/include/openssl/fipskey.h +0 -36
  86. package/include/node/openssl/archs/linux-x32/asm/include/openssl/lhash.h +0 -288
  87. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ocsp.h +0 -483
  88. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
  89. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslv.h +0 -114
  90. package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs12.h +0 -350
  91. package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs7.h +0 -427
  92. package/include/node/openssl/archs/linux-x32/asm/include/openssl/safestack.h +0 -297
  93. package/include/node/openssl/archs/linux-x32/asm/include/openssl/srp.h +0 -285
  94. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ssl.h +0 -2654
  95. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ui.h +0 -407
  96. package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509.h +0 -1276
  97. package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509_vfy.h +0 -894
  98. package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509v3.h +0 -1450
  99. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +0 -123
  100. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_digests.h +0 -160
  101. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_dsa.h +0 -94
  102. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ec.h +0 -286
  103. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ecx.h +0 -50
  104. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_rsa.h +0 -187
  105. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_sm2.h +0 -37
  106. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_wrap.h +0 -46
  107. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +0 -33
  108. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  109. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  110. package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/bn_conf.h +0 -29
  111. package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/dso_conf.h +0 -19
  112. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1.h +0 -1128
  113. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1t.h +0 -946
  114. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/bio.h +0 -884
  115. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cmp.h +0 -592
  116. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cms.h +0 -493
  117. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/conf.h +0 -211
  118. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/configuration.h +0 -133
  119. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crmf.h +0 -227
  120. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crypto.h +0 -556
  121. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ct.h +0 -573
  122. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/err.h +0 -492
  123. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ess.h +0 -128
  124. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/fipskey.h +0 -36
  125. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/lhash.h +0 -288
  126. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ocsp.h +0 -483
  127. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
  128. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslv.h +0 -114
  129. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs12.h +0 -350
  130. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs7.h +0 -427
  131. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/safestack.h +0 -297
  132. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/srp.h +0 -285
  133. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ssl.h +0 -2654
  134. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ui.h +0 -407
  135. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509.h +0 -1276
  136. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509_vfy.h +0 -894
  137. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509v3.h +0 -1450
  138. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +0 -123
  139. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  140. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  141. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  142. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  143. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  144. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  145. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  146. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +0 -30
  147. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  148. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
  149. package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/bn_conf.h +0 -29
  150. package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/dso_conf.h +0 -19
  151. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1.h +0 -1128
  152. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1t.h +0 -946
  153. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/bio.h +0 -884
  154. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cmp.h +0 -592
  155. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cms.h +0 -493
  156. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/conf.h +0 -211
  157. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/configuration.h +0 -136
  158. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crmf.h +0 -227
  159. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crypto.h +0 -556
  160. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ct.h +0 -573
  161. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/err.h +0 -492
  162. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ess.h +0 -128
  163. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/fipskey.h +0 -36
  164. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/lhash.h +0 -288
  165. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ocsp.h +0 -483
  166. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
  167. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslv.h +0 -114
  168. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs12.h +0 -350
  169. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs7.h +0 -427
  170. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/safestack.h +0 -297
  171. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/srp.h +0 -285
  172. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ssl.h +0 -2654
  173. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ui.h +0 -407
  174. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509.h +0 -1276
  175. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509_vfy.h +0 -894
  176. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509v3.h +0 -1450
  177. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +0 -123
  178. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_digests.h +0 -160
  179. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  180. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ec.h +0 -286
  181. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  182. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  183. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  184. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_wrap.h +0 -46
package/LICENSE CHANGED
@@ -634,6 +634,31 @@ The externally maintained libraries used by Node.js are:
634
634
  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.
635
635
  """
636
636
 
637
+ - undici, located at deps/undici, is licensed as follows:
638
+ """
639
+ MIT License
640
+
641
+ Copyright (c) Matteo Collina and Undici contributors
642
+
643
+ Permission is hereby granted, free of charge, to any person obtaining a copy
644
+ of this software and associated documentation files (the "Software"), to deal
645
+ in the Software without restriction, including without limitation the rights
646
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
647
+ copies of the Software, and to permit persons to whom the Software is
648
+ furnished to do so, subject to the following conditions:
649
+
650
+ The above copyright notice and this permission notice shall be included in all
651
+ copies or substantial portions of the Software.
652
+
653
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
654
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
655
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
656
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
657
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
658
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
659
+ SOFTWARE.
660
+ """
661
+
637
662
  - OpenSSL, located at deps/openssl, is licensed as follows:
638
663
  """
639
664
  Apache License
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  Node.js is an open-source, cross-platform, JavaScript runtime environment.
14
14
 
15
- For information on using Node.js, see the [Node.js Website][].
15
+ For information on using Node.js, see the [Node.js website][].
16
16
 
17
17
  The Node.js project uses an [open governance model](./GOVERNANCE.md). The
18
18
  [OpenJS Foundation][] provides support for the project.
@@ -120,7 +120,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
120
120
  import the keys:
121
121
 
122
122
  ```console
123
- $ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
123
+ $ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
124
124
  ```
125
125
 
126
126
  See the bottom of this README for a full script to import active release keys.
@@ -188,8 +188,6 @@ For information about the governance of the Node.js project, see
188
188
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
189
189
  * [mcollina](https://github.com/mcollina) -
190
190
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
191
- * [Mesteery](https://github.com/Mesteery) -
192
- **Mestery** <<mestery@protonmail.com>> (he/him)
193
191
  * [mhdawson](https://github.com/mhdawson) -
194
192
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
195
193
  * [mmarchini](https://github.com/mmarchini) -
@@ -296,6 +294,8 @@ For information about the governance of the Node.js project, see
296
294
  **Bradley Farias** <<bradley.meck@gmail.com>>
297
295
  * [bnb](https://github.com/bnb) -
298
296
  **Tierney Cyren** <<hello@bnb.im>> (they/he)
297
+ * [bnoordhuis](https://github.com/bnoordhuis) -
298
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
299
299
  * [boneskull](https://github.com/boneskull) -
300
300
  **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
301
301
  * [BridgeAR](https://github.com/BridgeAR) -
@@ -314,8 +314,6 @@ For information about the governance of the Node.js project, see
314
314
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
315
315
  * [danielleadams](https://github.com/danielleadams) -
316
316
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
317
- * [DerekNonGeneric](https://github.com/DerekNonGeneric) -
318
- **Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
319
317
  * [devnexen](https://github.com/devnexen) -
320
318
  **David Carlier** <<devnexen@gmail.com>>
321
319
  * [devsnek](https://github.com/devsnek) -
@@ -356,12 +354,14 @@ For information about the governance of the Node.js project, see
356
354
  **Fedor Indutny** <<fedor@indutny.com>>
357
355
  * [JacksonTian](https://github.com/JacksonTian) -
358
356
  **Jackson Tian** <<shyvo1987@gmail.com>>
357
+ * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
358
+ **Jacob Smith** <<jacob@frende.me>> (he/him)
359
359
  * [jasnell](https://github.com/jasnell) -
360
360
  **James M Snell** <<jasnell@gmail.com>> (he/him)
361
361
  * [jkrems](https://github.com/jkrems) -
362
362
  **Jan Krems** <<jan.krems@gmail.com>> (he/him)
363
- * [joaocgreis](https://github.com/joaocgreis) -
364
- **João Reis** <<reis@janeasystems.com>>
363
+ * [joesepi](https://github.com/joesepi) -
364
+ **Joe Sepi** <<sepi@joesepi.com>> (he/him)
365
365
  * [joyeecheung](https://github.com/joyeecheung) -
366
366
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
367
367
  * [juanarbol](https://github.com/juanarbol) -
@@ -380,8 +380,12 @@ For information about the governance of the Node.js project, see
380
380
  **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
381
381
  * [Lxxyx](https://github.com/Lxxyx) -
382
382
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
383
+ * [marsonya](https://github.com/marsonya) -
384
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
383
385
  * [mcollina](https://github.com/mcollina) -
384
386
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
387
+ * [Mesteery](https://github.com/Mesteery) -
388
+ **Mestery** <<mestery@protonmail.com>> (he/him)
385
389
  * [mhdawson](https://github.com/mhdawson) -
386
390
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
387
391
  * [miladfarca](https://github.com/miladfarca) -
@@ -474,8 +478,6 @@ For information about the governance of the Node.js project, see
474
478
  **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
475
479
  * [bmeurer](https://github.com/bmeurer) -
476
480
  **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
477
- * [bnoordhuis](https://github.com/bnoordhuis) -
478
- **Ben Noordhuis** <<info@bnoordhuis.nl>>
479
481
  * [brendanashworth](https://github.com/brendanashworth) -
480
482
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
481
483
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
@@ -526,6 +528,8 @@ For information about the governance of the Node.js project, see
526
528
  **John-David Dalton** <<john.david.dalton@gmail.com>>
527
529
  * [jhamhader](https://github.com/jhamhader) -
528
530
  **Yuval Brik** <<yuval@brik.org.il>>
531
+ * [joaocgreis](https://github.com/joaocgreis) -
532
+ **João Reis** <<reis@janeasystems.com>>
529
533
  * [joshgav](https://github.com/joshgav) -
530
534
  **Josh Gavant** <<josh.gavant@outlook.com>>
531
535
  * [julianduque](https://github.com/julianduque) -
@@ -635,7 +639,7 @@ For information about the governance of the Node.js project, see
635
639
 
636
640
  <!--lint enable prohibited-strings-->
637
641
 
638
- Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in
642
+ Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
639
643
  maintaining the Node.js project.
640
644
 
641
645
  ### Triagers
@@ -648,8 +652,10 @@ maintaining the Node.js project.
648
652
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
649
653
  * [marsonya](https://github.com/marsonya) -
650
654
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
655
+ * [meixg](https://github.com/meixg) -
656
+ **Xuguang Mei** <<meixg@foxmail.com>> (he/him)
651
657
  * [Mesteery](https://github.com/Mesteery) -
652
- **Mestery** <<mestery@pm.me>>
658
+ **Mestery** <<mestery@protonmail.com>> (he/him)
653
659
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
654
660
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
655
661
  * [RaisinTen](https://github.com/RaisinTen) -
@@ -663,6 +669,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
663
669
 
664
670
  * **Beth Griggs** <<bgriggs@redhat.com>>
665
671
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
672
+ * **Bryan English** <<bryan@bryanenglish.com>>
673
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
666
674
  * **Colin Ihrig** <<cjihrig@gmail.com>>
667
675
  `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
668
676
  * **Danielle Adams** <<adamzdanielle@gmail.com>>
@@ -688,20 +696,21 @@ To import the full set of trusted release keys (including subkeys possibly used
688
696
  to sign releases):
689
697
 
690
698
  ```bash
691
- gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
692
- gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
693
- gpg --keyserver pool.sks-keyservers.net --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
694
- gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
695
- gpg --keyserver pool.sks-keyservers.net --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
696
- gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
697
- gpg --keyserver pool.sks-keyservers.net --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
698
- gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
699
- gpg --keyserver pool.sks-keyservers.net --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
700
- gpg --keyserver pool.sks-keyservers.net --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
701
- gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
699
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
700
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
701
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
702
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
703
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
704
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
705
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
706
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
707
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
708
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
709
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
710
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
702
711
  ```
703
712
 
704
- See the section above on [Verifying Binaries](#verifying-binaries) for how to
713
+ See the section above on [Verifying binaries](#verifying-binaries) for how to
705
714
  use these keys to verify a downloaded file.
706
715
 
707
716
  <details>
@@ -729,6 +738,30 @@ use these keys to verify a downloaded file.
729
738
 
730
739
  </details>
731
740
 
741
+ ### Security release stewards
742
+
743
+ When possible, the commitment to take slots in the
744
+ security release steward rotation is made by companies in order
745
+ to ensure individuals who act as security stewards have the
746
+ support and recognition from their employer to be able to
747
+ prioritize security releases. Security release stewards manage security
748
+ releases on a rotation basis as outlined in the
749
+ [security release process](./doc/contributing/security-release-process.md).
750
+
751
+ * Datadog
752
+ * [bengl](https://github.com/bengl) -
753
+ **Bryan English** <<bryan@bryanenglish.com>> (he/him)
754
+ * [vdeturckheim](https://github.com/vdeturckheim) -
755
+ **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
756
+ * NearForm
757
+ * [mcollina](https://github.com/mcollina) -
758
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
759
+ * Red Hat and IBM
760
+ * [joesepi](https://github.com/joesepi) -
761
+ **Joe Sepi** <<joesepi@ibm.com>> (he/him)
762
+ * [mhdawson](https://github.com/mhdawson) -
763
+ **Michael Dawson** <<midawson@redhat.com>> (he/him)
764
+
732
765
  ## License
733
766
 
734
767
  Node.js is available under the
@@ -739,8 +772,8 @@ license text.
739
772
 
740
773
  [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
741
774
  [Contributing to the project]: CONTRIBUTING.md
742
- [Node.js Website]: https://nodejs.org/
775
+ [Node.js website]: https://nodejs.org/
743
776
  [OpenJS Foundation]: https://openjsf.org/
744
- [Strategic initiatives]: doc/guides/strategic-initiatives.md
745
- [Technical values and prioritization]: doc/guides/technical-values.md
777
+ [Strategic initiatives]: doc/contributing/strategic-initiatives.md
778
+ [Technical values and prioritization]: doc/contributing/technical-values.md
746
779
  [Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
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.13',
39
+ 'v8_embedder_string': '-node.15',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -66,6 +66,9 @@
66
66
  'v8_enable_pointer_compression%': 0,
67
67
  'v8_enable_31bit_smis_on_64bit_arch%': 0,
68
68
 
69
+ # Disable v8 hugepage by default.
70
+ 'v8_enable_hugepage%': 0,
71
+
69
72
  # This is more of a V8 dev setting
70
73
  # https://github.com/nodejs/node/pull/22920/files#r222779926
71
74
  'v8_enable_fast_mksnapshot': 0,
@@ -100,7 +103,7 @@
100
103
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
101
104
  }],
102
105
  # V8 pointer compression only supports 64bit architectures.
103
- ['target_arch in "arm ia32 mips mipsel ppc x32"', {
106
+ ['target_arch in "arm ia32 mips mipsel ppc"', {
104
107
  'v8_enable_pointer_compression': 0,
105
108
  'v8_enable_31bit_smis_on_64bit_arch': 0,
106
109
  }],
@@ -411,10 +414,6 @@
411
414
  'cflags': [ '-m32' ],
412
415
  'ldflags': [ '-m32' ],
413
416
  }],
414
- [ 'target_arch=="x32"', {
415
- 'cflags': [ '-mx32' ],
416
- 'ldflags': [ '-mx32' ],
417
- }],
418
417
  [ 'target_arch=="x64"', {
419
418
  'cflags': [ '-m64' ],
420
419
  'ldflags': [ '-m64' ],
@@ -615,6 +614,8 @@
615
614
  'ldflags': [
616
615
  '-q64',
617
616
  ],
617
+ # for addons due to v8config.h include of "zos-base.h":
618
+ 'include_dirs': ['<(zoslib_include_dir)'],
618
619
  }],
619
620
  ],
620
621
  }
@@ -213,6 +213,8 @@
213
213
  'lib/internal/modules/esm/loader.js',
214
214
  'lib/internal/modules/esm/resolve.js',
215
215
  'lib/internal/modules/esm/create_dynamic_module.js',
216
+ 'lib/internal/modules/esm/fetch_module.js',
217
+ 'lib/internal/modules/esm/formats.js',
216
218
  'lib/internal/modules/esm/load.js',
217
219
  'lib/internal/modules/esm/handle_process_exit.js',
218
220
  'lib/internal/modules/esm/initialize_import_meta.js',
@@ -335,6 +337,7 @@
335
337
  'target_arch': 'arm64',
336
338
  'v8_enable_31bit_smis_on_64bit_arch': 0,
337
339
  'v8_enable_gdbjit': 0,
340
+ 'v8_enable_hugepage': 0,
338
341
  'v8_enable_i18n_support': 1,
339
342
  'v8_enable_inspector': 1,
340
343
  'v8_enable_lite_mode': 0,
@@ -93,6 +93,12 @@ NAPI_EXTERN napi_status napi_create_string_utf16(napi_env env,
93
93
  NAPI_EXTERN napi_status napi_create_symbol(napi_env env,
94
94
  napi_value description,
95
95
  napi_value* result);
96
+ #ifdef NAPI_EXPERIMENTAL
97
+ NAPI_EXTERN napi_status node_api_symbol_for(napi_env env,
98
+ const char* utf8description,
99
+ size_t length,
100
+ napi_value* result);
101
+ #endif // NAPI_EXPERIMENTAL
96
102
  NAPI_EXTERN napi_status napi_create_function(napi_env env,
97
103
  const char* utf8name,
98
104
  size_t length,
@@ -439,7 +439,12 @@ enum Flags : uint64_t {
439
439
  // $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
440
440
  // do not expect to have their behaviors changed because of globally
441
441
  // installed modules.
442
- kNoGlobalSearchPaths = 1 << 7
442
+ kNoGlobalSearchPaths = 1 << 7,
443
+ // Controls whether or not the Environment should call V8Inspector::create().
444
+ // This control is needed by embedders who may not want to initialize the V8
445
+ // inspector in situations where one has already been created,
446
+ // e.g. Blink's in Chromium.
447
+ kNoCreateInspector = 1 << 9
443
448
  };
444
449
  } // namespace EnvironmentFlags
445
450
 
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 17
26
- #define NODE_MINOR_VERSION 4
26
+ #define NODE_MINOR_VERSION 7
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/asn1.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/asn1.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/asn1.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/asn1.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/asn1.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/asn1.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/asn1t.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/asn1t.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/asn1t.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/asn1t.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/asn1t.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/asn1t.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/bio.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/bio.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/bio.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/bio.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/bio.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/bio.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/crypto/bn_conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/crypto/bn_conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/crypto/bn_conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/crypto/bn_conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/crypto/bn_conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/crypto/bn_conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/cmp.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/cmp.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/cmp.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/cmp.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/cmp.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/cmp.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/cms.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/cms.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/cms.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/cms.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/cms.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/cms.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/configuration.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/configuration.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/configuration.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/configuration.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/configuration.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/configuration.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/crmf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/crmf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/crmf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/crmf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/crmf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/crmf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/crypto.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/crypto.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/crypto.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/crypto.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/crypto.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/crypto.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/ct.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/ct.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/ct.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/ct.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/ct.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/ct.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/crypto/dso_conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/crypto/dso_conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/crypto/dso_conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/crypto/dso_conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/crypto/dso_conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/crypto/dso_conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/err.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/err.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/err.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/err.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/err.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/err.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/ess.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/ess.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/ess.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/include/openssl/ess.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/include/openssl/ess.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/include/openssl/ess.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/include/openssl/fipskey.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/include/openssl/fipskey.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/include/openssl/fipskey.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)