node-aix-ppc64 17.5.0 → 17.6.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 (182) hide show
  1. package/CHANGELOG.md +136 -0
  2. package/README.md +16 -12
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +2 -6
  5. package/include/node/config.gypi +2 -0
  6. package/include/node/node.exp +7 -7
  7. package/include/node/node_version.h +1 -1
  8. package/include/node/openssl/asn1_asm.h +0 -2
  9. package/include/node/openssl/asn1_no-asm.h +0 -2
  10. package/include/node/openssl/asn1t_asm.h +0 -2
  11. package/include/node/openssl/asn1t_no-asm.h +0 -2
  12. package/include/node/openssl/bio_asm.h +0 -2
  13. package/include/node/openssl/bio_no-asm.h +0 -2
  14. package/include/node/openssl/bn_conf_asm.h +0 -2
  15. package/include/node/openssl/bn_conf_no-asm.h +0 -2
  16. package/include/node/openssl/cmp_asm.h +0 -2
  17. package/include/node/openssl/cmp_no-asm.h +0 -2
  18. package/include/node/openssl/cms_asm.h +0 -2
  19. package/include/node/openssl/cms_no-asm.h +0 -2
  20. package/include/node/openssl/conf_asm.h +0 -2
  21. package/include/node/openssl/conf_no-asm.h +0 -2
  22. package/include/node/openssl/configuration_asm.h +0 -2
  23. package/include/node/openssl/configuration_no-asm.h +0 -2
  24. package/include/node/openssl/crmf_asm.h +0 -2
  25. package/include/node/openssl/crmf_no-asm.h +0 -2
  26. package/include/node/openssl/crypto_asm.h +0 -2
  27. package/include/node/openssl/crypto_no-asm.h +0 -2
  28. package/include/node/openssl/ct_asm.h +0 -2
  29. package/include/node/openssl/ct_no-asm.h +0 -2
  30. package/include/node/openssl/dso_conf_asm.h +0 -2
  31. package/include/node/openssl/dso_conf_no-asm.h +0 -2
  32. package/include/node/openssl/err_asm.h +0 -2
  33. package/include/node/openssl/err_no-asm.h +0 -2
  34. package/include/node/openssl/ess_asm.h +0 -2
  35. package/include/node/openssl/ess_no-asm.h +0 -2
  36. package/include/node/openssl/fipskey_asm.h +0 -2
  37. package/include/node/openssl/fipskey_no-asm.h +0 -2
  38. package/include/node/openssl/lhash_asm.h +0 -2
  39. package/include/node/openssl/lhash_no-asm.h +0 -2
  40. package/include/node/openssl/ocsp_asm.h +0 -2
  41. package/include/node/openssl/ocsp_no-asm.h +0 -2
  42. package/include/node/openssl/opensslconf_asm.h +0 -2
  43. package/include/node/openssl/opensslconf_no-asm.h +0 -2
  44. package/include/node/openssl/opensslv_asm.h +0 -2
  45. package/include/node/openssl/opensslv_no-asm.h +0 -2
  46. package/include/node/openssl/pkcs12_asm.h +0 -2
  47. package/include/node/openssl/pkcs12_no-asm.h +0 -2
  48. package/include/node/openssl/pkcs7_asm.h +0 -2
  49. package/include/node/openssl/pkcs7_no-asm.h +0 -2
  50. package/include/node/openssl/safestack_asm.h +0 -2
  51. package/include/node/openssl/safestack_no-asm.h +0 -2
  52. package/include/node/openssl/srp_asm.h +0 -2
  53. package/include/node/openssl/srp_no-asm.h +0 -2
  54. package/include/node/openssl/ssl_asm.h +0 -2
  55. package/include/node/openssl/ssl_no-asm.h +0 -2
  56. package/include/node/openssl/ui_asm.h +0 -2
  57. package/include/node/openssl/ui_no-asm.h +0 -2
  58. package/include/node/openssl/x509_asm.h +0 -2
  59. package/include/node/openssl/x509_no-asm.h +0 -2
  60. package/include/node/openssl/x509_vfy_asm.h +0 -2
  61. package/include/node/openssl/x509_vfy_no-asm.h +0 -2
  62. package/include/node/openssl/x509v3_asm.h +0 -2
  63. package/include/node/openssl/x509v3_no-asm.h +0 -2
  64. package/package.json +1 -1
  65. package/share/man/man1/node.1 +6 -0
  66. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +0 -32
  67. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
  68. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
  69. package/include/node/openssl/archs/linux-x32/asm/include/crypto/bn_conf.h +0 -29
  70. package/include/node/openssl/archs/linux-x32/asm/include/crypto/dso_conf.h +0 -19
  71. package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1.h +0 -1128
  72. package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1t.h +0 -946
  73. package/include/node/openssl/archs/linux-x32/asm/include/openssl/bio.h +0 -884
  74. package/include/node/openssl/archs/linux-x32/asm/include/openssl/cmp.h +0 -592
  75. package/include/node/openssl/archs/linux-x32/asm/include/openssl/cms.h +0 -493
  76. package/include/node/openssl/archs/linux-x32/asm/include/openssl/conf.h +0 -211
  77. package/include/node/openssl/archs/linux-x32/asm/include/openssl/configuration.h +0 -133
  78. package/include/node/openssl/archs/linux-x32/asm/include/openssl/crmf.h +0 -227
  79. package/include/node/openssl/archs/linux-x32/asm/include/openssl/crypto.h +0 -556
  80. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ct.h +0 -573
  81. package/include/node/openssl/archs/linux-x32/asm/include/openssl/err.h +0 -492
  82. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ess.h +0 -128
  83. package/include/node/openssl/archs/linux-x32/asm/include/openssl/fipskey.h +0 -36
  84. package/include/node/openssl/archs/linux-x32/asm/include/openssl/lhash.h +0 -288
  85. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ocsp.h +0 -483
  86. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
  87. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslv.h +0 -114
  88. package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs12.h +0 -350
  89. package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs7.h +0 -427
  90. package/include/node/openssl/archs/linux-x32/asm/include/openssl/safestack.h +0 -297
  91. package/include/node/openssl/archs/linux-x32/asm/include/openssl/srp.h +0 -285
  92. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ssl.h +0 -2654
  93. package/include/node/openssl/archs/linux-x32/asm/include/openssl/ui.h +0 -407
  94. package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509.h +0 -1276
  95. package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509_vfy.h +0 -894
  96. package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509v3.h +0 -1450
  97. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +0 -123
  98. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_digests.h +0 -160
  99. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_dsa.h +0 -94
  100. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ec.h +0 -286
  101. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ecx.h +0 -50
  102. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_rsa.h +0 -187
  103. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_sm2.h +0 -37
  104. package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_wrap.h +0 -46
  105. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +0 -33
  106. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  107. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  108. package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/bn_conf.h +0 -29
  109. package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/dso_conf.h +0 -19
  110. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1.h +0 -1128
  111. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1t.h +0 -946
  112. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/bio.h +0 -884
  113. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cmp.h +0 -592
  114. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cms.h +0 -493
  115. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/conf.h +0 -211
  116. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/configuration.h +0 -133
  117. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crmf.h +0 -227
  118. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crypto.h +0 -556
  119. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ct.h +0 -573
  120. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/err.h +0 -492
  121. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ess.h +0 -128
  122. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/fipskey.h +0 -36
  123. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/lhash.h +0 -288
  124. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ocsp.h +0 -483
  125. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
  126. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslv.h +0 -114
  127. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs12.h +0 -350
  128. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs7.h +0 -427
  129. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/safestack.h +0 -297
  130. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/srp.h +0 -285
  131. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ssl.h +0 -2654
  132. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ui.h +0 -407
  133. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509.h +0 -1276
  134. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509_vfy.h +0 -894
  135. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509v3.h +0 -1450
  136. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +0 -123
  137. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  138. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  139. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  140. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  141. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  142. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  143. package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  144. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +0 -30
  145. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  146. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
  147. package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/bn_conf.h +0 -29
  148. package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/dso_conf.h +0 -19
  149. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1.h +0 -1128
  150. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1t.h +0 -946
  151. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/bio.h +0 -884
  152. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cmp.h +0 -592
  153. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cms.h +0 -493
  154. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/conf.h +0 -211
  155. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/configuration.h +0 -136
  156. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crmf.h +0 -227
  157. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crypto.h +0 -556
  158. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ct.h +0 -573
  159. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/err.h +0 -492
  160. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ess.h +0 -128
  161. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/fipskey.h +0 -36
  162. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/lhash.h +0 -288
  163. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ocsp.h +0 -483
  164. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
  165. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslv.h +0 -114
  166. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs12.h +0 -350
  167. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs7.h +0 -427
  168. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/safestack.h +0 -297
  169. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/srp.h +0 -285
  170. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ssl.h +0 -2654
  171. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ui.h +0 -407
  172. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509.h +0 -1276
  173. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509_vfy.h +0 -894
  174. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509v3.h +0 -1450
  175. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +0 -123
  176. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_digests.h +0 -160
  177. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  178. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ec.h +0 -286
  179. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  180. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  181. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  182. package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_wrap.h +0 -46
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#17.6.0">17.6.0</a><br/>
11
12
  <a href="#17.5.0">17.5.0</a><br/>
12
13
  <a href="#17.4.0">17.4.0</a><br/>
13
14
  <a href="#17.3.1">17.3.1</a><br/>
@@ -39,6 +40,141 @@
39
40
  * [io.js](CHANGELOG_IOJS.md)
40
41
  * [Archive](CHANGELOG_ARCHIVE.md)
41
42
 
43
+ <a id="17.6.0"></a>
44
+
45
+ ## 2022-02-22, Version 17.6.0 (Current), @BethGriggs prepared by @bengl
46
+
47
+ ### Notable Changes
48
+
49
+ * \[[`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#41587](https://github.com/nodejs/node/pull/41587)
50
+ * \[[`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#41931](https://github.com/nodejs/node/pull/41931)
51
+ * \[[`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#41905](https://github.com/nodejs/node/pull/41905)
52
+ * \[[`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#36328](https://github.com/nodejs/node/pull/36328)
53
+ * \[[`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#41819](https://github.com/nodejs/node/pull/41819)
54
+ * \[[`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#41956](https://github.com/nodejs/node/pull/41956)
55
+ * \[[`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#41662](https://github.com/nodejs/node/pull/41662)
56
+ * \[[`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#41872](https://github.com/nodejs/node/pull/41872)
57
+ * Documentation-only.
58
+
59
+ ### Dependency Updates
60
+
61
+ * \[[`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#42039](https://github.com/nodejs/node/pull/42039)
62
+ * \[[`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to 3e267ece5f (Michaël Zasso) [#41955](https://github.com/nodejs/node/pull/41955)
63
+ * \[[`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#41925](https://github.com/nodejs/node/pull/41925)
64
+
65
+ ### New Collaborators
66
+
67
+ * \[[`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#41991](https://github.com/nodejs/node/pull/41991)
68
+ * \[[`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#41914](https://github.com/nodejs/node/pull/41914)
69
+
70
+ ### Commits
71
+
72
+ * \[[`c673953f6d`](https://github.com/nodejs/node/commit/c673953f6d)] - **build**: cancel running CI jobs when a PR is updated (Michaël Zasso) [#42017](https://github.com/nodejs/node/pull/42017)
73
+ * \[[`782506c099`](https://github.com/nodejs/node/commit/782506c099)] - **build**: increase operations and test tag (Michael Dawson) [#42038](https://github.com/nodejs/node/pull/42038)
74
+ * \[[`d3e6ad1ed5`](https://github.com/nodejs/node/commit/d3e6ad1ed5)] - **build**: allow manual run of feature request action (Michael Dawson) [#42037](https://github.com/nodejs/node/pull/42037)
75
+ * \[[`69d7736e08`](https://github.com/nodejs/node/commit/69d7736e08)] - **build**: add action to close stale feature requests (Michael Dawson) [#41981](https://github.com/nodejs/node/pull/41981)
76
+ * \[[`1315f1eb25`](https://github.com/nodejs/node/commit/1315f1eb25)] - **build**: prevent concurrent CI and CQ workflow runs (Michaël Zasso) [#42016](https://github.com/nodejs/node/pull/42016)
77
+ * \[[`1e8e8bc22b`](https://github.com/nodejs/node/commit/1e8e8bc22b)] - **build**: use zoslib\_include\_dir provided by node-gyp (alexcfyung) [#41713](https://github.com/nodejs/node/pull/41713)
78
+ * \[[`4e2e2cb821`](https://github.com/nodejs/node/commit/4e2e2cb821)] - **build**: move tool updates workflow runtime a day later (Rich Trott) [#41982](https://github.com/nodejs/node/pull/41982)
79
+ * \[[`cd04ed1382`](https://github.com/nodejs/node/commit/cd04ed1382)] - **build**: extend yamllint configuration (Mestery) [#41756](https://github.com/nodejs/node/pull/41756)
80
+ * \[[`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#41905](https://github.com/nodejs/node/pull/41905)
81
+ * \[[`2b1dabfb16`](https://github.com/nodejs/node/commit/2b1dabfb16)] - **build**: revert fast-track changes (Filip Skokan) [#41892](https://github.com/nodejs/node/pull/41892)
82
+ * \[[`182e6b9ee9`](https://github.com/nodejs/node/commit/182e6b9ee9)] - **build**: improve consistency between workflows (Mestery) [#41791](https://github.com/nodejs/node/pull/41791)
83
+ * \[[`f4cb72600d`](https://github.com/nodejs/node/commit/f4cb72600d)] - **build,tools**: change the quotes in YAML (Mestery) [#41756](https://github.com/nodejs/node/pull/41756)
84
+ * \[[`24b0a563a4`](https://github.com/nodejs/node/commit/24b0a563a4)] - **child\_process**: kHideConsoleWindows for spawnSync (Raymond Zhao) [#41412](https://github.com/nodejs/node/pull/41412)
85
+ * \[[`c41e402c06`](https://github.com/nodejs/node/commit/c41e402c06)] - **cluster**: respect listen backlog set by workers (Elad Nava) [#41623](https://github.com/nodejs/node/pull/41623)
86
+ * \[[`84b1e4fba7`](https://github.com/nodejs/node/commit/84b1e4fba7)] - **crypto**: check result of BIO\_new in X509ToObject (Tobias Nießen) [#41979](https://github.com/nodejs/node/pull/41979)
87
+ * \[[`946ac96817`](https://github.com/nodejs/node/commit/946ac96817)] - **crypto**: rename X509\_NAME\_FLAGS (Tobias Nießen) [#42001](https://github.com/nodejs/node/pull/42001)
88
+ * \[[`60682917dd`](https://github.com/nodejs/node/commit/60682917dd)] - **(SEMVER-MINOR)** **crypto**: expose Web Crypto API on the global scope (Antoine du Hamel) [#41938](https://github.com/nodejs/node/pull/41938)
89
+ * \[[`0fff4d2314`](https://github.com/nodejs/node/commit/0fff4d2314)] - **crypto**: do not advertise unsupported algorithms (Brian White) [#41864](https://github.com/nodejs/node/pull/41864)
90
+ * \[[`67f1ebf9b4`](https://github.com/nodejs/node/commit/67f1ebf9b4)] - **debugger**: add debugger alias for exec(expr) (Xuguang Mei) [#41907](https://github.com/nodejs/node/pull/41907)
91
+ * \[[`1eac0a1677`](https://github.com/nodejs/node/commit/1eac0a1677)] - **debugger**: remove duplicate setPauseOnException call (Balakrishna Avulapati) [#41838](https://github.com/nodejs/node/pull/41838)
92
+ * \[[`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#42039](https://github.com/nodejs/node/pull/42039)
93
+ * \[[`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to 3e267ece5f (Michaël Zasso) [#41955](https://github.com/nodejs/node/pull/41955)
94
+ * \[[`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#41925](https://github.com/nodejs/node/pull/41925)
95
+ * \[[`fea682ca94`](https://github.com/nodejs/node/commit/fea682ca94)] - **doc**: fix typo in http2 endAfterHeaders description (Alexandru Comanescu) [#42060](https://github.com/nodejs/node/pull/42060)
96
+ * \[[`9c618ad729`](https://github.com/nodejs/node/commit/9c618ad729)] - **doc**: make minor fixes to contributing guides (T-O-R-U-S) [#41966](https://github.com/nodejs/node/pull/41966)
97
+ * \[[`60bbacdd91`](https://github.com/nodejs/node/commit/60bbacdd91)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227)
98
+ * \[[`2e252b3c95`](https://github.com/nodejs/node/commit/2e252b3c95)] - **doc**: adjust a/an word usage (Derek Wolpert) [#41915](https://github.com/nodejs/node/pull/41915)
99
+ * \[[`c7d590c66e`](https://github.com/nodejs/node/commit/c7d590c66e)] - **doc**: remove extra \<td> (Ray) [#42006](https://github.com/nodejs/node/pull/42006)
100
+ * \[[`06f225c6a6`](https://github.com/nodejs/node/commit/06f225c6a6)] - **doc**: capitalize valgrind (T•Ø•R•Ü•S) [#41986](https://github.com/nodejs/node/pull/41986)
101
+ * \[[`6195de506a`](https://github.com/nodejs/node/commit/6195de506a)] - **doc**: fix deprecation number (Antoine du Hamel) [#41990](https://github.com/nodejs/node/pull/41990)
102
+ * \[[`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#41991](https://github.com/nodejs/node/pull/41991)
103
+ * \[[`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#41587](https://github.com/nodejs/node/pull/41587)
104
+ * \[[`d34ee45134`](https://github.com/nodejs/node/commit/d34ee45134)] - **doc**: fix bug in `readable.unshift` code example (Xuguang Mei) [#41944](https://github.com/nodejs/node/pull/41944)
105
+ * \[[`8748b1e61d`](https://github.com/nodejs/node/commit/8748b1e61d)] - **doc**: add missing `buffer` in the `stream/consumers` import example (Mestery) [#41961](https://github.com/nodejs/node/pull/41961)
106
+ * \[[`cb9dba034a`](https://github.com/nodejs/node/commit/cb9dba034a)] - **doc**: fix typo in readableStream.locked description (Tobias Nießen) [#41923](https://github.com/nodejs/node/pull/41923)
107
+ * \[[`43a5161cee`](https://github.com/nodejs/node/commit/43a5161cee)] - **doc**: fix wrong indent in stream documentation (Xuguang Mei) [#41943](https://github.com/nodejs/node/pull/41943)
108
+ * \[[`dca2692ae3`](https://github.com/nodejs/node/commit/dca2692ae3)] - **doc**: emphasize security warning in vm module doc (Rich Trott) [#41916](https://github.com/nodejs/node/pull/41916)
109
+ * \[[`b0e8ccb84c`](https://github.com/nodejs/node/commit/b0e8ccb84c)] - **doc**: clarify `tls.Server` `'connection'` event documentation (Austin Cheney) [#41917](https://github.com/nodejs/node/pull/41917)
110
+ * \[[`6a7b0160df`](https://github.com/nodejs/node/commit/6a7b0160df)] - **doc**: improve scrollbar appearance in dark mode (Aaron Xie) [#41890](https://github.com/nodejs/node/pull/41890)
111
+ * \[[`aa684a78fe`](https://github.com/nodejs/node/commit/aa684a78fe)] - **doc**: replace text with paths in toggle SVGs (Brian White) [#41885](https://github.com/nodejs/node/pull/41885)
112
+ * \[[`fc9d4e96c1`](https://github.com/nodejs/node/commit/fc9d4e96c1)] - **doc**: edit process.config deprecation text (Rich Trott) [#41889](https://github.com/nodejs/node/pull/41889)
113
+ * \[[`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#41914](https://github.com/nodejs/node/pull/41914)
114
+ * \[[`ba5cb89134`](https://github.com/nodejs/node/commit/ba5cb89134)] - **doc**: remove unneeded ellipsis in header (Rich Trott) [#41888](https://github.com/nodejs/node/pull/41888)
115
+ * \[[`291fe631dd`](https://github.com/nodejs/node/commit/291fe631dd)] - **doc**: fix webstream close reject state state doc (Benjamin Gruenbaum) [#41860](https://github.com/nodejs/node/pull/41860)
116
+ * \[[`c0f4289c65`](https://github.com/nodejs/node/commit/c0f4289c65)] - **esm**: improve `fetch_module` test coverage and remove hack (Antoine du Hamel) [#41947](https://github.com/nodejs/node/pull/41947)
117
+ * \[[`a95f7a0c25`](https://github.com/nodejs/node/commit/a95f7a0c25)] - **esm**: remove erroneous `context.parentURL` property passed to `load` hook (Jacob Smith) [#41975](https://github.com/nodejs/node/pull/41975)
118
+ * \[[`66c9565f99`](https://github.com/nodejs/node/commit/66c9565f99)] - **esm**: fix typo in `fetch_module` (Michael Scovetta) [#41924](https://github.com/nodejs/node/pull/41924)
119
+ * \[[`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#36328](https://github.com/nodejs/node/pull/36328)
120
+ * \[[`0660ba3cd0`](https://github.com/nodejs/node/commit/0660ba3cd0)] - **events**: set default handler value (Benjamin Gruenbaum) [#41970](https://github.com/nodejs/node/pull/41970)
121
+ * \[[`5a807c5927`](https://github.com/nodejs/node/commit/5a807c5927)] - **fs**: fix default `length` parameter for `fs.read` (wbt) [#40349](https://github.com/nodejs/node/pull/40349)
122
+ * \[[`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#41819](https://github.com/nodejs/node/pull/41819)
123
+ * \[[`be5143b3f5`](https://github.com/nodejs/node/commit/be5143b3f5)] - **fs**: fix cb/sync writev empty array behavior (Benjamin Gruenbaum) [#41932](https://github.com/nodejs/node/pull/41932)
124
+ * \[[`b4db004855`](https://github.com/nodejs/node/commit/b4db004855)] - **fs**: fix writev empty array error behavior (Benjamin Gruenbaum) [#41919](https://github.com/nodejs/node/pull/41919)
125
+ * \[[`528c585b2b`](https://github.com/nodejs/node/commit/528c585b2b)] - **fs**: refactor to use ES2020 syntax (小菜) [#41903](https://github.com/nodejs/node/pull/41903)
126
+ * \[[`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#41956](https://github.com/nodejs/node/pull/41956)
127
+ * \[[`c3b0e72d01`](https://github.com/nodejs/node/commit/c3b0e72d01)] - **lib**: stop installing webcrypto if `no_browser_globals` is `true` (Mestery) [#41971](https://github.com/nodejs/node/pull/41971)
128
+ * \[[`ae36276148`](https://github.com/nodejs/node/commit/ae36276148)] - **lib**: allow respondWithNewView on byob auto allocated streams (Sean Quinlan) [#41887](https://github.com/nodejs/node/pull/41887)
129
+ * \[[`68ec8d5824`](https://github.com/nodejs/node/commit/68ec8d5824)] - **lib**: stop installing fetch if no\_browser\_globals is true (Darshan Sen) [#41969](https://github.com/nodejs/node/pull/41969)
130
+ * \[[`f9bfdc3a65`](https://github.com/nodejs/node/commit/f9bfdc3a65)] - **lib**: restrict usage of fetch related globals in core internals (Antoine du Hamel) [#41957](https://github.com/nodejs/node/pull/41957)
131
+ * \[[`3a121345e7`](https://github.com/nodejs/node/commit/3a121345e7)] - **lib**: move kEnumerableProperty to internal/util (Mestery) [#41877](https://github.com/nodejs/node/pull/41877)
132
+ * \[[`fa3a9135ad`](https://github.com/nodejs/node/commit/fa3a9135ad)] - **lib**: add internal genericNodeError() function (Rich Trott) [#41879](https://github.com/nodejs/node/pull/41879)
133
+ * \[[`1e698e65a7`](https://github.com/nodejs/node/commit/1e698e65a7)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42058](https://github.com/nodejs/node/pull/42058)
134
+ * \[[`f51b55dae4`](https://github.com/nodejs/node/commit/f51b55dae4)] - **meta**: use plain emojis instead of escape sequences (Mestery) [#41989](https://github.com/nodejs/node/pull/41989)
135
+ * \[[`3d998112be`](https://github.com/nodejs/node/commit/3d998112be)] - **meta**: update AUTHORS and .mailmap (Rich Trott) [#41953](https://github.com/nodejs/node/pull/41953)
136
+ * \[[`391f4e5c25`](https://github.com/nodejs/node/commit/391f4e5c25)] - **perf\_hooks**: use arrays to store EntryBuffers (Xuguang Mei) [#42032](https://github.com/nodejs/node/pull/42032)
137
+ * \[[`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#41872](https://github.com/nodejs/node/pull/41872)
138
+ * \[[`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#41662](https://github.com/nodejs/node/pull/41662)
139
+ * \[[`c766159e68`](https://github.com/nodejs/node/commit/c766159e68)] - **repl**: #41690 REPL gives wrong autocomplete on literals (Xuguang Mei) [#41883](https://github.com/nodejs/node/pull/41883)
140
+ * \[[`f80cae8be5`](https://github.com/nodejs/node/commit/f80cae8be5)] - **src**: merge ToJsSet into ToV8Value (Anna Henningsen) [#41757](https://github.com/nodejs/node/pull/41757)
141
+ * \[[`e2a74d2e04`](https://github.com/nodejs/node/commit/e2a74d2e04)] - **src**: remove separate definitions for static constexpr members (Anna Henningsen) [#41755](https://github.com/nodejs/node/pull/41755)
142
+ * \[[`d91a956419`](https://github.com/nodejs/node/commit/d91a956419)] - **src**: use const reference instead of pointer in URL::SerializeURL (Anna Henningsen) [#41759](https://github.com/nodejs/node/pull/41759)
143
+ * \[[`0330e2d796`](https://github.com/nodejs/node/commit/0330e2d796)] - **src**: reserve string allocation space early in URL::SerializeURL (Anna Henningsen) [#41759](https://github.com/nodejs/node/pull/41759)
144
+ * \[[`364ec5ba8b`](https://github.com/nodejs/node/commit/364ec5ba8b)] - **src**: fix query/fragment serialization in URL::SerializeURL (Anna Henningsen) [#41759](https://github.com/nodejs/node/pull/41759)
145
+ * \[[`6076291168`](https://github.com/nodejs/node/commit/6076291168)] - **src**: don't print interface if sin6\_scope\_id is 0 (Santiago Gimeno) [#41547](https://github.com/nodejs/node/pull/41547)
146
+ * \[[`43c12f4962`](https://github.com/nodejs/node/commit/43c12f4962)] - **src,buffer**: evaluate THROW\_AND\_RETURN\_IF\_OOB() expression only once (Darshan Sen) [#41945](https://github.com/nodejs/node/pull/41945)
147
+ * \[[`b8cbb83222`](https://github.com/nodejs/node/commit/b8cbb83222)] - **stream**: add more forEach tests (Benjamin Gruenbaum) [#41937](https://github.com/nodejs/node/pull/41937)
148
+ * \[[`f5d7339b25`](https://github.com/nodejs/node/commit/f5d7339b25)] - **stream**: add more filter tests (Benjamin Gruenbaum) [#41936](https://github.com/nodejs/node/pull/41936)
149
+ * \[[`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#41931](https://github.com/nodejs/node/pull/41931)
150
+ * \[[`3e38506d1b`](https://github.com/nodejs/node/commit/3e38506d1b)] - **stream**: avoid usage of deprecated APIs (Mohammed Keyvanzadeh) [#41871](https://github.com/nodejs/node/pull/41871)
151
+ * \[[`5195479919`](https://github.com/nodejs/node/commit/5195479919)] - **stream**: refactor to use more validators (Mohammed Keyvanzadeh) [#41871](https://github.com/nodejs/node/pull/41871)
152
+ * \[[`07463b3374`](https://github.com/nodejs/node/commit/07463b3374)] - **stream**: use standard for loop instead of for..of (Mohammed Keyvanzadeh) [#41871](https://github.com/nodejs/node/pull/41871)
153
+ * \[[`d9008915fe`](https://github.com/nodejs/node/commit/d9008915fe)] - **test**: remove test-stdout-close-catch flaky designation (Rich Trott) [#42045](https://github.com/nodejs/node/pull/42045)
154
+ * \[[`fe66d2b98c`](https://github.com/nodejs/node/commit/fe66d2b98c)] - **test**: check that fetch globals are disabled by default (Michaël Zasso) [#42015](https://github.com/nodejs/node/pull/42015)
155
+ * \[[`bcf53a89f7`](https://github.com/nodejs/node/commit/bcf53a89f7)] - **test**: improve vm test coverage (Yoshiki Kurihara) [#41847](https://github.com/nodejs/node/pull/41847)
156
+ * \[[`9825ceddeb`](https://github.com/nodejs/node/commit/9825ceddeb)] - **test**: run webmessaging/broadcastchannel WPT (Ben Noordhuis) [#41962](https://github.com/nodejs/node/pull/41962)
157
+ * \[[`f8e302c813`](https://github.com/nodejs/node/commit/f8e302c813)] - **test**: fix names of tests marked flaky on IBM i (Richard Lau) [#41984](https://github.com/nodejs/node/pull/41984)
158
+ * \[[`ab73bde8c1`](https://github.com/nodejs/node/commit/ab73bde8c1)] - **test**: fix typographical error (Rich Trott) [#41983](https://github.com/nodejs/node/pull/41983)
159
+ * \[[`520dcbc9f5`](https://github.com/nodejs/node/commit/520dcbc9f5)] - **test**: fix intl tests on small-icu builds (Antoine du Hamel) [#41939](https://github.com/nodejs/node/pull/41939)
160
+ * \[[`83b913cb90`](https://github.com/nodejs/node/commit/83b913cb90)] - **test**: improve code coverage for streams/duplexify (Erick Wendel) [#41862](https://github.com/nodejs/node/pull/41862)
161
+ * \[[`dc14bd85ee`](https://github.com/nodejs/node/commit/dc14bd85ee)] - **test**: remove lint rule for setTimeout() arguments (Rich Trott) [#41901](https://github.com/nodejs/node/pull/41901)
162
+ * \[[`76f0f1c06d`](https://github.com/nodejs/node/commit/76f0f1c06d)] - **test**: move test-crypto-engine to addon (Michael Dawson) [#41830](https://github.com/nodejs/node/pull/41830)
163
+ * \[[`b1505a1250`](https://github.com/nodejs/node/commit/b1505a1250)] - **tls**: avoid throw in onerror for bad TLSSocket obj (Valters Jansons) [#41523](https://github.com/nodejs/node/pull/41523)
164
+ * \[[`2cdbf0304b`](https://github.com/nodejs/node/commit/2cdbf0304b)] - **tools**: update lint-md-dependencies to rollup\@2.67.3 (Node.js GitHub Bot) [#42057](https://github.com/nodejs/node/pull/42057)
165
+ * \[[`6742625126`](https://github.com/nodejs/node/commit/6742625126)] - **tools**: enable es2022 env in ESLint config (Michaël Zasso) [#42043](https://github.com/nodejs/node/pull/42043)
166
+ * \[[`896ccc13ce`](https://github.com/nodejs/node/commit/896ccc13ce)] - **tools**: add `console` to the list of restricted globals (Antoine du Hamel) [#42012](https://github.com/nodejs/node/pull/42012)
167
+ * \[[`1b4ee6cfd9`](https://github.com/nodejs/node/commit/1b4ee6cfd9)] - **tools**: lint deprecation codes (Antoine du Hamel) [#41992](https://github.com/nodejs/node/pull/41992)
168
+ * \[[`e895e6422f`](https://github.com/nodejs/node/commit/e895e6422f)] - **tools**: fix bugs in prefer-primordials linter rule (Antoine du Hamel) [#42010](https://github.com/nodejs/node/pull/42010)
169
+ * \[[`47bb7dd52c`](https://github.com/nodejs/node/commit/47bb7dd52c)] - **tools**: add timers functions to the list of restricted globals (Antoine du Hamel) [#42013](https://github.com/nodejs/node/pull/42013)
170
+ * \[[`afeed46578`](https://github.com/nodejs/node/commit/afeed46578)] - **tools**: reduce list of globals in ESLint config (Rich Trott) [#41996](https://github.com/nodejs/node/pull/41996)
171
+ * \[[`2e905a63d8`](https://github.com/nodejs/node/commit/2e905a63d8)] - **tools**: update remark-preset-lint-node to 3.3.1 (Rich Trott) [#41999](https://github.com/nodejs/node/pull/41999)
172
+ * \[[`35832feb6e`](https://github.com/nodejs/node/commit/35832feb6e)] - **tools**: update ESLint to 8.9.0 (Luigi Pinca) [#41973](https://github.com/nodejs/node/pull/41973)
173
+ * \[[`06117c084e`](https://github.com/nodejs/node/commit/06117c084e)] - **tools**: update lint-md-dependencies to rollup\@2.67.2 (Node.js GitHub Bot) [#41941](https://github.com/nodejs/node/pull/41941)
174
+ * \[[`f30b5e3a6d`](https://github.com/nodejs/node/commit/f30b5e3a6d)] - **tools**: fix typo in prefer-primordials.js (Ikko Ashimine) [#41891](https://github.com/nodejs/node/pull/41891)
175
+ * \[[`cfafb45c2b`](https://github.com/nodejs/node/commit/cfafb45c2b)] - **tools,lib**: remove `global` and `Intl` from the list of globals (Antoine du Hamel) [#42014](https://github.com/nodejs/node/pull/42014)
176
+ * \[[`ba35b6ccd1`](https://github.com/nodejs/node/commit/ba35b6ccd1)] - **worker**: fix typo in debug statement (Antoine du Hamel) [#42011](https://github.com/nodejs/node/pull/42011)
177
+
42
178
  <a id="17.5.0"></a>
43
179
 
44
180
  ## 2022-02-10, Version 17.5.0 (Current), @ruyadorno
package/README.md CHANGED
@@ -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.
@@ -360,6 +360,8 @@ For information about the governance of the Node.js project, see
360
360
  **Jan Krems** <<jan.krems@gmail.com>> (he/him)
361
361
  * [joaocgreis](https://github.com/joaocgreis) -
362
362
  **João Reis** <<reis@janeasystems.com>>
363
+ * [joesepi](https://github.com/joesepi) -
364
+ **Joe Sepi** <<sepi@joesepi.com>> (he/him)
363
365
  * [joyeecheung](https://github.com/joyeecheung) -
364
366
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
365
367
  * [juanarbol](https://github.com/juanarbol) -
@@ -378,6 +380,8 @@ For information about the governance of the Node.js project, see
378
380
  **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
379
381
  * [Lxxyx](https://github.com/Lxxyx) -
380
382
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
383
+ * [marsonya](https://github.com/marsonya) -
384
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
381
385
  * [mcollina](https://github.com/mcollina) -
382
386
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
383
387
  * [Mesteery](https://github.com/Mesteery) -
@@ -688,17 +692,17 @@ To import the full set of trusted release keys (including subkeys possibly used
688
692
  to sign releases):
689
693
 
690
694
  ```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
695
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
696
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
697
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
698
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
699
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
700
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
701
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
702
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
703
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
704
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
705
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
702
706
  ```
703
707
 
704
708
  See the section above on [Verifying binaries](#verifying-binaries) for how to
package/bin/node CHANGED
Binary file
@@ -103,7 +103,7 @@
103
103
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
104
104
  }],
105
105
  # V8 pointer compression only supports 64bit architectures.
106
- ['target_arch in "arm ia32 mips mipsel ppc x32"', {
106
+ ['target_arch in "arm ia32 mips mipsel ppc"', {
107
107
  'v8_enable_pointer_compression': 0,
108
108
  'v8_enable_31bit_smis_on_64bit_arch': 0,
109
109
  }],
@@ -414,10 +414,6 @@
414
414
  'cflags': [ '-m32' ],
415
415
  'ldflags': [ '-m32' ],
416
416
  }],
417
- [ 'target_arch=="x32"', {
418
- 'cflags': [ '-mx32' ],
419
- 'ldflags': [ '-mx32' ],
420
- }],
421
417
  [ 'target_arch=="x64"', {
422
418
  'cflags': [ '-m64' ],
423
419
  'ldflags': [ '-m64' ],
@@ -619,7 +615,7 @@
619
615
  '-q64',
620
616
  ],
621
617
  # for addons due to v8config.h include of "zos-base.h":
622
- 'include_dirs': ['$(ZOSLIB_INCLUDES)'],
618
+ 'include_dirs': ['<(zoslib_include_dir)'],
623
619
  }],
624
620
  ],
625
621
  }
@@ -208,6 +208,8 @@
208
208
  'lib/internal/modules/cjs/loader.js',
209
209
  'lib/internal/modules/esm/assert.js',
210
210
  'lib/internal/modules/esm/create_dynamic_module.js',
211
+ 'lib/internal/modules/esm/fetch_module.js',
212
+ 'lib/internal/modules/esm/formats.js',
211
213
  'lib/internal/modules/esm/get_format.js',
212
214
  'lib/internal/modules/esm/get_source.js',
213
215
  'lib/internal/modules/esm/handle_process_exit.js',
@@ -5945,7 +5945,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_init_vm_cage.cc_3723FE55_0x267e6e701939846f
5945
5945
  _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xb9f0f745d8e4216c
5946
5946
  _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x2e76f112beb8615a
5947
5947
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xc71dd10b77028ccd
5948
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x4fd5c913a92aaf3a
5948
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x97c45df347918b67
5949
5949
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5950
5950
  _GLOBAL__I_65535_0__Z16_register_configv
5951
5951
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -6832,9 +6832,9 @@ _GLOBAL__I_65535_0__ZN4node13ParseEncodingEPKcNS_8encodingE
6832
6832
  _GLOBAL__I_65535_0__ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
6833
6833
  _GLOBAL__I_65535_0__ZN4node13SpinEventLoopEPNS_11EnvironmentE
6834
6834
  _GLOBAL__I_65535_0__ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
6835
+ _GLOBAL__I_65535_0__ZN4node13native_module15NativeModuleEnv3AddEPKcRKNS_10UnionBytesE
6835
6836
  _GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader20LoadJavaScriptSourceEv
6836
6837
  _GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader9instance_E
6837
- _GLOBAL__I_65535_0__ZN4node13native_module7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
6838
6838
  _GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
6839
6839
  _GLOBAL__I_65535_0__ZN4node14unbase64_tableE
6840
6840
  _GLOBAL__I_65535_0__ZN4node15DefineConstantsEPN2v87IsolateENS0_5LocalINS0_6ObjectEEE
@@ -44551,7 +44551,6 @@ _ZN4node13native_module18NativeModuleLoader9instance_E
44551
44551
  _ZN4node13native_module18NativeModuleLoaderC1Ev
44552
44552
  _ZN4node13native_module18NativeModuleLoaderC2Ev
44553
44553
  _ZN4node13native_module18NativeModuleLoaderD1Ev
44554
- _ZN4node13native_module7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
44555
44554
  _ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_si
44556
44555
  _ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_si
44557
44556
  _ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sEC1EPNS_11EnvironmentEN2v85LocalINS6_6ObjectEEENS_9AsyncWrap12ProviderTypeE
@@ -45433,7 +45432,7 @@ _ZN4node3url10table_data27QUERY_ENCODE_SET_NONSPECIALE
45433
45432
  _ZN4node3url10table_data3hexE
45434
45433
  _ZN4node3url26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
45435
45434
  _ZN4node3url3URL12FromFilePathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
45436
- _ZN4node3url3URL12SerializeURLB5cxx11EPKNS0_8url_dataEb
45435
+ _ZN4node3url3URL12SerializeURLB5cxx11ERKNS0_8url_dataEb
45437
45436
  _ZN4node3url3URL5ParseEPKcmNS0_15url_parse_stateEPNS0_8url_dataEbPKS5_b
45438
45437
  _ZN4node41ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LISTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
45439
45438
  _ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
@@ -46180,8 +46179,8 @@ _ZN4node6crypto15X509CertificateC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEESt
46180
46179
  _ZN4node6crypto15X509CertificateC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEESt10shared_ptrINS0_11ManagedX509EEP13stack_st_X509
46181
46180
  _ZN4node6crypto15X509CertificateD0Ev
46182
46181
  _ZN4node6crypto15X509CertificateD1Ev
46183
- _ZN4node6crypto15array_push_backI13evp_cipher_stEEvPKT_PKcS7_Pv
46184
- _ZN4node6crypto15array_push_backI9evp_md_stEEvPKT_PKcS7_Pv
46182
+ _ZN4node6crypto15array_push_backI13evp_cipher_stXadL_Z16EVP_CIPHER_fetchEEXadL_Z15EVP_CIPHER_freeEEXadL_Z20EVP_get_cipherbynameEEXadL_Z20EVP_CIPHER_get0_nameEEEEvPKT_PKcS7_Pv
46183
+ _ZN4node6crypto15array_push_backI9evp_md_stXadL_Z12EVP_MD_fetchEEXadL_Z11EVP_MD_freeEEXadL_Z20EVP_get_digestbynameEEXadL_Z16EVP_MD_get0_nameEEEEvPKT_PKcS7_Pv
46185
46184
  _ZN4node6crypto16CheckPrimeConfigD0Ev
46186
46185
  _ZN4node6crypto16CheckPrimeConfigD1Ev
46187
46186
  _ZN4node6crypto16CheckPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceE
@@ -47268,8 +47267,9 @@ _ZN4node9TimerWrap6UpdateEmm
47268
47267
  _ZN4node9TimerWrap9OnTimeoutEP10uv_timer_s
47269
47268
  _ZN4node9TimerWrapD0Ev
47270
47269
  _ZN4node9TimerWrapD1Ev
47271
- _ZN4node9ToV8ValueEN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS0_7IsolateE
47270
+ _ZN4node9ToV8ValueEN2v85LocalINS0_7ContextEEESt17basic_string_viewIcSt11char_traitsIcEEPNS0_7IsolateE
47272
47271
  _ZN4node9ToV8ValueINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEN2v810MaybeLocalINS7_5ValueEEENS7_5LocalINS7_7ContextEEERKSt6vectorIT_SaISF_EEPNS7_7IsolateE
47272
+ _ZN4node9ToV8ValueINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEN2v810MaybeLocalINSA_5ValueEEENSA_5LocalINSA_7ContextEEERKSt13unordered_mapIT_T0_St4hashISI_ESt8equal_toISI_ESaISt4pairIKSI_SJ_EEEPNSA_7IsolateE
47273
47273
  _ZN4node9ToV8ValueIjEEN2v810MaybeLocalINS1_5ValueEEENS1_5LocalINS1_7ContextEEERKSt6vectorIT_SaIS9_EEPNS1_7IsolateE
47274
47274
  _ZN4node9Utf8ValueC1EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
47275
47275
  _ZN4node9Utf8ValueC2EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
@@ -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 5
26
+ #define NODE_MINOR_VERSION 6
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__)