node-aix-ppc64 16.14.0 → 16.15.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 (216) hide show
  1. package/CHANGELOG.md +498 -0
  2. package/LICENSE +25 -0
  3. package/README.md +64 -39
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +6 -5
  6. package/include/node/config.gypi +4 -0
  7. package/include/node/js_native_api.h +6 -0
  8. package/include/node/node.exp +34 -17
  9. package/include/node/node.h +6 -1
  10. package/include/node/node_version.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  37. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  39. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  41. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  43. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
  45. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
  47. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
  49. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  51. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  53. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  55. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  57. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  59. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  61. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  63. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  65. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  67. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  69. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  71. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  77. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  79. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  81. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  83. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  85. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  87. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  89. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  91. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  93. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  95. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  97. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  99. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  101. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  103. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
  105. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
  107. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
  109. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  111. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  113. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  115. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  117. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  119. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  121. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  123. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  125. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  127. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  129. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  131. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  133. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  137. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  139. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  141. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  143. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  145. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  147. package/include/node/openssl/asn1_asm.h +57 -0
  148. package/include/node/openssl/asn1_no-asm.h +59 -0
  149. package/include/node/openssl/asn1t_asm.h +57 -0
  150. package/include/node/openssl/asn1t_no-asm.h +59 -0
  151. package/include/node/openssl/bio_asm.h +57 -0
  152. package/include/node/openssl/bio_no-asm.h +59 -0
  153. package/include/node/openssl/bn_conf_asm.h +0 -2
  154. package/include/node/openssl/bn_conf_no-asm.h +0 -2
  155. package/include/node/openssl/cmp_asm.h +57 -0
  156. package/include/node/openssl/cmp_no-asm.h +59 -0
  157. package/include/node/openssl/cms_asm.h +57 -0
  158. package/include/node/openssl/cms_no-asm.h +59 -0
  159. package/include/node/openssl/conf_asm.h +57 -0
  160. package/include/node/openssl/conf_no-asm.h +59 -0
  161. package/include/node/openssl/configuration_asm.h +57 -0
  162. package/include/node/openssl/configuration_no-asm.h +59 -0
  163. package/include/node/openssl/crmf_asm.h +57 -0
  164. package/include/node/openssl/crmf_no-asm.h +59 -0
  165. package/include/node/openssl/crypto_asm.h +57 -0
  166. package/include/node/openssl/crypto_no-asm.h +59 -0
  167. package/include/node/openssl/ct_asm.h +57 -0
  168. package/include/node/openssl/ct_no-asm.h +59 -0
  169. package/include/node/openssl/dso_conf_asm.h +0 -2
  170. package/include/node/openssl/dso_conf_no-asm.h +0 -2
  171. package/include/node/openssl/engine.h +2 -1
  172. package/include/node/openssl/err_asm.h +57 -0
  173. package/include/node/openssl/err_no-asm.h +59 -0
  174. package/include/node/openssl/ess_asm.h +57 -0
  175. package/include/node/openssl/ess_no-asm.h +59 -0
  176. package/include/node/openssl/fipskey_asm.h +57 -0
  177. package/include/node/openssl/fipskey_no-asm.h +59 -0
  178. package/include/node/openssl/lhash_asm.h +57 -0
  179. package/include/node/openssl/lhash_no-asm.h +59 -0
  180. package/include/node/openssl/obj_mac.h +1 -1
  181. package/include/node/openssl/ocsp_asm.h +57 -0
  182. package/include/node/openssl/ocsp_no-asm.h +59 -0
  183. package/include/node/openssl/opensslconf_asm.h +0 -2
  184. package/include/node/openssl/opensslconf_no-asm.h +0 -2
  185. package/include/node/openssl/opensslv.h +2 -2
  186. package/include/node/openssl/opensslv_asm.h +57 -0
  187. package/include/node/openssl/opensslv_no-asm.h +59 -0
  188. package/include/node/openssl/pkcs12_asm.h +57 -0
  189. package/include/node/openssl/pkcs12_no-asm.h +59 -0
  190. package/include/node/openssl/pkcs7_asm.h +57 -0
  191. package/include/node/openssl/pkcs7_no-asm.h +59 -0
  192. package/include/node/openssl/safestack_asm.h +57 -0
  193. package/include/node/openssl/safestack_no-asm.h +59 -0
  194. package/include/node/openssl/srp_asm.h +57 -0
  195. package/include/node/openssl/srp_no-asm.h +59 -0
  196. package/include/node/openssl/ssl_asm.h +57 -0
  197. package/include/node/openssl/ssl_no-asm.h +59 -0
  198. package/include/node/openssl/ui_asm.h +57 -0
  199. package/include/node/openssl/ui_no-asm.h +59 -0
  200. package/include/node/openssl/x509_asm.h +57 -0
  201. package/include/node/openssl/x509_no-asm.h +59 -0
  202. package/include/node/openssl/x509_vfy_asm.h +57 -0
  203. package/include/node/openssl/x509_vfy_no-asm.h +59 -0
  204. package/include/node/openssl/x509v3_asm.h +57 -0
  205. package/include/node/openssl/x509v3_no-asm.h +59 -0
  206. package/package.json +1 -1
  207. package/share/man/man1/node.1 +9 -3
  208. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
  209. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
  210. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
  211. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  212. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  213. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
  214. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  215. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
  216. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
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
  Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
package/README.md CHANGED
@@ -1,25 +1,15 @@
1
- <!--lint disable no-literal-urls-->
2
-
3
- <p align="center">
4
- <a href="https://nodejs.org/">
5
- <img
6
- alt="Node.js"
7
- src="https://nodejs.org/static/images/logo-light.svg"
8
- width="400"
9
- />
10
- </a>
11
- </p>
1
+ # Node.js
12
2
 
13
3
  Node.js is an open-source, cross-platform, JavaScript runtime environment.
14
4
 
15
- For information on using Node.js, see the [Node.js Website][].
5
+ For information on using Node.js, see the [Node.js website][].
16
6
 
17
7
  The Node.js project uses an [open governance model](./GOVERNANCE.md). The
18
8
  [OpenJS Foundation][] provides support for the project.
19
9
 
20
10
  **This project has a [Code of Conduct][].**
21
11
 
22
- # Table of contents
12
+ ## Table of contents
23
13
 
24
14
  * [Support](#support)
25
15
  * [Release types](#release-types)
@@ -120,7 +110,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
120
110
  import the keys:
121
111
 
122
112
  ```console
123
- $ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
113
+ $ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
124
114
  ```
125
115
 
126
116
  See the bottom of this README for a full script to import active release keys.
@@ -188,8 +178,6 @@ For information about the governance of the Node.js project, see
188
178
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
189
179
  * [mcollina](https://github.com/mcollina) -
190
180
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
191
- * [Mesteery](https://github.com/Mesteery) -
192
- **Mestery** <<mestery@protonmail.com>> (he/him)
193
181
  * [mhdawson](https://github.com/mhdawson) -
194
182
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
195
183
  * [mmarchini](https://github.com/mmarchini) -
@@ -296,6 +284,8 @@ For information about the governance of the Node.js project, see
296
284
  **Bradley Farias** <<bradley.meck@gmail.com>>
297
285
  * [bnb](https://github.com/bnb) -
298
286
  **Tierney Cyren** <<hello@bnb.im>> (they/he)
287
+ * [bnoordhuis](https://github.com/bnoordhuis) -
288
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
299
289
  * [boneskull](https://github.com/boneskull) -
300
290
  **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
301
291
  * [BridgeAR](https://github.com/BridgeAR) -
@@ -314,8 +304,6 @@ For information about the governance of the Node.js project, see
314
304
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
315
305
  * [danielleadams](https://github.com/danielleadams) -
316
306
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
317
- * [DerekNonGeneric](https://github.com/DerekNonGeneric) -
318
- **Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
319
307
  * [devnexen](https://github.com/devnexen) -
320
308
  **David Carlier** <<devnexen@gmail.com>>
321
309
  * [devsnek](https://github.com/devsnek) -
@@ -356,12 +344,14 @@ For information about the governance of the Node.js project, see
356
344
  **Fedor Indutny** <<fedor@indutny.com>>
357
345
  * [JacksonTian](https://github.com/JacksonTian) -
358
346
  **Jackson Tian** <<shyvo1987@gmail.com>>
347
+ * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
348
+ **Jacob Smith** <<jacob@frende.me>> (he/him)
359
349
  * [jasnell](https://github.com/jasnell) -
360
350
  **James M Snell** <<jasnell@gmail.com>> (he/him)
361
351
  * [jkrems](https://github.com/jkrems) -
362
352
  **Jan Krems** <<jan.krems@gmail.com>> (he/him)
363
- * [joaocgreis](https://github.com/joaocgreis) -
364
- **João Reis** <<reis@janeasystems.com>>
353
+ * [joesepi](https://github.com/joesepi) -
354
+ **Joe Sepi** <<sepi@joesepi.com>> (he/him)
365
355
  * [joyeecheung](https://github.com/joyeecheung) -
366
356
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
367
357
  * [juanarbol](https://github.com/juanarbol) -
@@ -380,8 +370,12 @@ For information about the governance of the Node.js project, see
380
370
  **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
381
371
  * [Lxxyx](https://github.com/Lxxyx) -
382
372
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
373
+ * [marsonya](https://github.com/marsonya) -
374
+ **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
383
375
  * [mcollina](https://github.com/mcollina) -
384
376
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
377
+ * [Mesteery](https://github.com/Mesteery) -
378
+ **Mestery** <<mestery@protonmail.com>> (he/him)
385
379
  * [mhdawson](https://github.com/mhdawson) -
386
380
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
387
381
  * [miladfarca](https://github.com/miladfarca) -
@@ -424,6 +418,8 @@ For information about the governance of the Node.js project, see
424
418
  **Santiago Gimeno** <<santiago.gimeno@gmail.com>>
425
419
  * [shisama](https://github.com/shisama) -
426
420
  **Masashi Hirano** <<shisama07@gmail.com>> (he/him)
421
+ * [ShogunPanda](https://github.com/ShogunPanda) -
422
+ **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
427
423
  * [srl295](https://github.com/srl295) -
428
424
  **Steven R Loomis** <<srloomis@us.ibm.com>>
429
425
  * [starkwang](https://github.com/starkwang) -
@@ -474,8 +470,6 @@ For information about the governance of the Node.js project, see
474
470
  **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
475
471
  * [bmeurer](https://github.com/bmeurer) -
476
472
  **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
477
- * [bnoordhuis](https://github.com/bnoordhuis) -
478
- **Ben Noordhuis** <<info@bnoordhuis.nl>>
479
473
  * [brendanashworth](https://github.com/brendanashworth) -
480
474
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
481
475
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
@@ -526,6 +520,8 @@ For information about the governance of the Node.js project, see
526
520
  **John-David Dalton** <<john.david.dalton@gmail.com>>
527
521
  * [jhamhader](https://github.com/jhamhader) -
528
522
  **Yuval Brik** <<yuval@brik.org.il>>
523
+ * [joaocgreis](https://github.com/joaocgreis) -
524
+ **João Reis** <<reis@janeasystems.com>>
529
525
  * [joshgav](https://github.com/joshgav) -
530
526
  **Josh Gavant** <<josh.gavant@outlook.com>>
531
527
  * [julianduque](https://github.com/julianduque) -
@@ -635,7 +631,7 @@ For information about the governance of the Node.js project, see
635
631
 
636
632
  <!--lint enable prohibited-strings-->
637
633
 
638
- Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in
634
+ Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
639
635
  maintaining the Node.js project.
640
636
 
641
637
  ### Triagers
@@ -648,8 +644,10 @@ maintaining the Node.js project.
648
644
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
649
645
  * [marsonya](https://github.com/marsonya) -
650
646
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
647
+ * [meixg](https://github.com/meixg) -
648
+ **Xuguang Mei** <<meixg@foxmail.com>> (he/him)
651
649
  * [Mesteery](https://github.com/Mesteery) -
652
- **Mestery** <<mestery@pm.me>>
650
+ **Mestery** <<mestery@protonmail.com>> (he/him)
653
651
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
654
652
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
655
653
  * [RaisinTen](https://github.com/RaisinTen) -
@@ -663,6 +661,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
663
661
 
664
662
  * **Beth Griggs** <<bgriggs@redhat.com>>
665
663
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
664
+ * **Bryan English** <<bryan@bryanenglish.com>>
665
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
666
666
  * **Colin Ihrig** <<cjihrig@gmail.com>>
667
667
  `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
668
668
  * **Danielle Adams** <<adamzdanielle@gmail.com>>
@@ -688,20 +688,21 @@ To import the full set of trusted release keys (including subkeys possibly used
688
688
  to sign releases):
689
689
 
690
690
  ```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
691
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
692
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
693
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
694
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
695
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
696
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
697
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
698
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
699
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
700
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
701
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
702
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
702
703
  ```
703
704
 
704
- See the section above on [Verifying Binaries](#verifying-binaries) for how to
705
+ See the section above on [Verifying binaries](#verifying-binaries) for how to
705
706
  use these keys to verify a downloaded file.
706
707
 
707
708
  <details>
@@ -729,6 +730,30 @@ use these keys to verify a downloaded file.
729
730
 
730
731
  </details>
731
732
 
733
+ ### Security release stewards
734
+
735
+ When possible, the commitment to take slots in the
736
+ security release steward rotation is made by companies in order
737
+ to ensure individuals who act as security stewards have the
738
+ support and recognition from their employer to be able to
739
+ prioritize security releases. Security release stewards manage security
740
+ releases on a rotation basis as outlined in the
741
+ [security release process](./doc/contributing/security-release-process.md).
742
+
743
+ * Datadog
744
+ * [bengl](https://github.com/bengl) -
745
+ **Bryan English** <<bryan@bryanenglish.com>> (he/him)
746
+ * [vdeturckheim](https://github.com/vdeturckheim) -
747
+ **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
748
+ * NearForm
749
+ * [mcollina](https://github.com/mcollina) -
750
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
751
+ * Red Hat and IBM
752
+ * [joesepi](https://github.com/joesepi) -
753
+ **Joe Sepi** <<joesepi@ibm.com>> (he/him)
754
+ * [mhdawson](https://github.com/mhdawson) -
755
+ **Michael Dawson** <<midawson@redhat.com>> (he/him)
756
+
732
757
  ## License
733
758
 
734
759
  Node.js is available under the
@@ -739,8 +764,8 @@ license text.
739
764
 
740
765
  [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
741
766
  [Contributing to the project]: CONTRIBUTING.md
742
- [Node.js Website]: https://nodejs.org/
767
+ [Node.js website]: https://nodejs.org/
743
768
  [OpenJS Foundation]: https://openjsf.org/
744
- [Strategic initiatives]: doc/guides/strategic-initiatives.md
745
- [Technical values and prioritization]: doc/guides/technical-values.md
769
+ [Strategic initiatives]: doc/contributing/strategic-initiatives.md
770
+ [Technical values and prioritization]: doc/contributing/technical-values.md
746
771
  [Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
package/bin/node CHANGED
Binary file
@@ -70,6 +70,9 @@
70
70
  # See https://github.com/v8/v8/wiki/Untrusted-code-mitigations
71
71
  'v8_untrusted_code_mitigations': 0,
72
72
 
73
+ # Disable v8 hugepage by default.
74
+ 'v8_enable_hugepage%': 0,
75
+
73
76
  # This is more of a V8 dev setting
74
77
  # https://github.com/nodejs/node/pull/22920/files#r222779926
75
78
  'v8_enable_fast_mksnapshot': 0,
@@ -109,7 +112,7 @@
109
112
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
110
113
  }],
111
114
  # V8 pointer compression only supports 64bit architectures.
112
- ['target_arch in "arm ia32 mips mipsel ppc x32"', {
115
+ ['target_arch in "arm ia32 mips mipsel ppc"', {
113
116
  'v8_enable_pointer_compression': 0,
114
117
  'v8_enable_31bit_smis_on_64bit_arch': 0,
115
118
  }],
@@ -417,10 +420,6 @@
417
420
  'cflags': [ '-m32' ],
418
421
  'ldflags': [ '-m32' ],
419
422
  }],
420
- [ 'target_arch=="x32"', {
421
- 'cflags': [ '-mx32' ],
422
- 'ldflags': [ '-mx32' ],
423
- }],
424
423
  [ 'target_arch=="x64"', {
425
424
  'cflags': [ '-m64' ],
426
425
  'ldflags': [ '-m64' ],
@@ -621,6 +620,8 @@
621
620
  'ldflags': [
622
621
  '-q64',
623
622
  ],
623
+ # for addons due to v8config.h include of "zos-base.h":
624
+ 'include_dirs': ['<(zoslib_include_dir)'],
624
625
  }],
625
626
  ],
626
627
  }
@@ -206,6 +206,8 @@
206
206
  'lib/internal/modules/cjs/loader.js',
207
207
  'lib/internal/modules/esm/assert.js',
208
208
  'lib/internal/modules/esm/create_dynamic_module.js',
209
+ 'lib/internal/modules/esm/fetch_module.js',
210
+ 'lib/internal/modules/esm/formats.js',
209
211
  'lib/internal/modules/esm/get_format.js',
210
212
  'lib/internal/modules/esm/get_source.js',
211
213
  'lib/internal/modules/esm/handle_process_exit.js',
@@ -281,6 +283,7 @@
281
283
  'lib/internal/util/types.js',
282
284
  'lib/internal/vm/module.js',
283
285
  'lib/internal/webstreams/adapters.js',
286
+ 'lib/internal/webstreams/compression.js',
284
287
  'lib/internal/webstreams/encoding.js',
285
288
  'lib/internal/webstreams/queuingstrategies.js',
286
289
  'lib/internal/webstreams/readablestream.js',
@@ -330,6 +333,7 @@
330
333
  'target_arch': 'ppc64',
331
334
  'v8_enable_31bit_smis_on_64bit_arch': 0,
332
335
  'v8_enable_gdbjit': 0,
336
+ 'v8_enable_hugepage': 0,
333
337
  'v8_enable_i18n_support': 1,
334
338
  'v8_enable_inspector': 1,
335
339
  '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,
@@ -4900,15 +4900,15 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
4900
4900
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
4901
4901
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
4902
4902
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
4903
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0x833dace4c9143b3e
4904
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0xccc6bd3873542a19
4905
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xdb86cc4954edd18f
4906
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xb370bea8fd6bc717
4907
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0xe09b9b97e34509c9
4908
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x3e1171e30e137d42
4909
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0x4c512fedeb2d2109
4910
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x47adfa619e3e2544
4911
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0x614b71ef709f7dd1
4903
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0xdb52e04e50afd39
4904
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0x20918615ed490ed0
4905
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x7b10bf4fcfdcd051
4906
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x220c30584e2bb4d6
4907
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0x808124564752edbb
4908
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x5e113b3e18d00af4
4909
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0xc8c55bb3317ecdb1
4910
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xb805049b57795368
4911
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0xc5b6c1a593be16c3
4912
4912
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
4913
4913
  _GLOBAL__I_65535_0__Z16_register_configv
4914
4914
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -5906,10 +5906,10 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
5906
5906
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
5907
5907
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
5908
5908
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
5909
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0xbedb6af5e9287702
5910
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x6578aeb7bd1c1ea4
5911
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0xe49c8cb28beaafa4
5912
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x541a4cd1685e6ed0
5909
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0xda195a64fd9d54f1
5910
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x47cf86a403146f7c
5911
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0x3aa87ca81c9327e3
5912
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x24d81ed285593a1e
5913
5913
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
5914
5914
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
5915
5915
  _HZData_70
@@ -6034,6 +6034,7 @@ _Z35_register_external_reference_timersPN4node25ExternalReferenceRegistryE
6034
6034
  _Z35_register_external_reference_workerPN4node25ExternalReferenceRegistryE
6035
6035
  _Z36_register_external_reference_bindingPN4node25ExternalReferenceRegistryE
6036
6036
  _Z36_register_external_reference_env_varPN4node25ExternalReferenceRegistryE
6037
+ _Z36_register_external_reference_optionsPN4node25ExternalReferenceRegistryE
6037
6038
  _Z37_register_external_reference_profilerPN4node25ExternalReferenceRegistryE
6038
6039
  _Z37_register_external_reference_tcp_wrapPN4node25ExternalReferenceRegistryE
6039
6040
  _Z37_register_external_reference_tls_wrapPN4node25ExternalReferenceRegistryE
@@ -43182,6 +43183,7 @@ _ZN4node11SPrintFImplIRmJS1_RhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
43182
43183
  _ZN4node11SPrintFImplIRmJS1_RjS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43183
43184
  _ZN4node11SPrintFImplIRmJS1_RtEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43184
43185
  _ZN4node11SPrintFImplIRmJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43186
+ _ZN4node11SPrintFImplIRmJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43185
43187
  _ZN4node11SPrintFImplIRtJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43186
43188
  _ZN4node11SPrintFImplIRtJRjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43187
43189
  _ZN4node11SPrintFImplIRtJRjS1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
@@ -43189,6 +43191,7 @@ _ZN4node11SPrintFImplIiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEP
43189
43191
  _ZN4node11SPrintFImplIiJPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43190
43192
  _ZN4node11SPrintFImplIiJPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_OT_DpOT0_
43191
43193
  _ZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43194
+ _ZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43192
43195
  _ZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43193
43196
  _ZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
43194
43197
  _ZN4node11SPrintFImplImJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
@@ -43621,6 +43624,7 @@ _ZN4node14options_parser24EnvironmentOptionsParserC1Ev
43621
43624
  _ZN4node14options_parser24EnvironmentOptionsParserC2Ev
43622
43625
  _ZN4node14options_parser24EnvironmentOptionsParserD0Ev
43623
43626
  _ZN4node14options_parser24EnvironmentOptionsParserD1Ev
43627
+ _ZN4node14options_parser26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
43624
43628
  _ZN4node14options_parser5ParseINS_12DebugOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
43625
43629
  _ZN4node14options_parser5ParseINS_17PerIsolateOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
43626
43630
  _ZN4node14options_parser5ParseINS_17PerProcessOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
@@ -44130,7 +44134,6 @@ _ZN4node26napi_module_to_node_moduleEPK11napi_module
44130
44134
  _ZN4node27AllocateEnvironmentThreadIdEv
44131
44135
  _ZN4node27AsyncHooksGetTriggerAsyncIdEPN2v87IsolateE
44132
44136
  _ZN4node27ERR_CONSTRUCT_CALL_REQUIREDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
44133
- _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
44134
44137
  _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
44135
44138
  _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRjEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
44136
44139
  _ZN4node27ERR_CRYPTO_OPERATION_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -44346,6 +44349,7 @@ _ZN4node32THROW_ERR_VM_MODULE_LINK_FAILUREIJRNSt7__cxx1112basic_stringIcSt11char
44346
44349
  _ZN4node33AddEnvironmentCleanupHookInternalEPN2v87IsolateEPFvPvPFvS3_ES3_ES3_
44347
44350
  _ZN4node33RegisterProcessExternalReferencesEPNS_25ExternalReferenceRegistryE
44348
44351
  _ZN4node33THROW_ERR_CONSTRUCT_CALL_REQUIREDIJEEEvPN2v87IsolateEPKcDpOT_
44352
+ _ZN4node33THROW_ERR_CRYPTO_INVALID_AUTH_TAGIJRjEEEvPN2v87IsolateEPKcDpOT_
44349
44353
  _ZN4node33THROW_ERR_CRYPTO_OPERATION_FAILEDEPN2v87IsolateE
44350
44354
  _ZN4node33THROW_ERR_CRYPTO_OPERATION_FAILEDIJEEEvPN2v87IsolateEPKcDpOT_
44351
44355
  _ZN4node33THROW_ERR_CRYPTO_OPERATION_FAILEDIJEEEvPNS_11EnvironmentEPKcDpOT_
@@ -44383,7 +44387,7 @@ _ZN4node3url10table_data27QUERY_ENCODE_SET_NONSPECIALE
44383
44387
  _ZN4node3url10table_data3hexE
44384
44388
  _ZN4node3url26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
44385
44389
  _ZN4node3url3URL12FromFilePathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
44386
- _ZN4node3url3URL12SerializeURLB5cxx11EPKNS0_8url_dataEb
44390
+ _ZN4node3url3URL12SerializeURLB5cxx11ERKNS0_8url_dataEb
44387
44391
  _ZN4node3url3URL5ParseEPKcmNS0_15url_parse_stateEPNS0_8url_dataEbPKS5_b
44388
44392
  _ZN4node41ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LISTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
44389
44393
  _ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
@@ -44587,6 +44591,7 @@ _ZN4node5http212Http2Session12OnStreamReadElRK8uv_buf_t
44587
44591
  _ZN4node5http212Http2Session12RefreshStateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
44588
44592
  _ZN4node5http212Http2Session12RemoveStreamEi
44589
44593
  _ZN4node5http212Http2Session13ClearOutgoingEi
44594
+ _ZN4node5http212Http2Session13DecrefHeadersEPK13nghttp2_frame
44590
44595
  _ZN4node5http212Http2Session13OnNghttpErrorEP15nghttp2_sessionPKcmPv
44591
44596
  _ZN4node5http212Http2Session13OnStreamAllocEm
44592
44597
  _ZN4node5http212Http2Session13OnStreamCloseEP15nghttp2_sessionijPv
@@ -44676,6 +44681,7 @@ _ZN4node5http219Http2StreamListenerD0Ev
44676
44681
  _ZN4node5http219Http2StreamListenerD1Ev
44677
44682
  _ZN4node5http220SetCallbackFunctionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44678
44683
  _ZN4node5http222RefreshDefaultSettingsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44684
+ _ZN4node5http225TranslateNghttp2ErrorCodeEi
44679
44685
  _ZN4node5http233Http2StreamPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
44680
44686
  _ZN4node5http234Http2SessionPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
44681
44687
  _ZN4node5http27OriginsC1EPNS_11EnvironmentEN2v85LocalINS4_6StringEEEm
@@ -44927,7 +44933,6 @@ _ZN4node6crypto13GetCipherInfoEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15Fu
44927
44933
  _ZN4node6crypto13GetCipherNameEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
44928
44934
  _ZN4node6crypto13GetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44929
44935
  _ZN4node6crypto13GetServerNameEP6ssl_st
44930
- _ZN4node6crypto13GetTLSSessionEN2v85LocalINS1_5ValueEEE
44931
44936
  _ZN4node6crypto13GetTLSSessionEPKhm
44932
44937
  _ZN4node6crypto13KeyObjectData12CreateSecretENS0_10ByteSourceE
44933
44938
  _ZN4node6crypto13KeyObjectData16CreateAsymmetricENS0_7KeyTypeERKNS0_14ManagedEVPPKeyE
@@ -44985,7 +44990,6 @@ _ZN4node6crypto13SecureContextD0Ev
44985
44990
  _ZN4node6crypto13SecureContextD1Ev
44986
44991
  _ZN4node6crypto13SecureContextD2Ev
44987
44992
  _ZN4node6crypto13SetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44988
- _ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEEPKhm
44989
44993
  _ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEERKS1_I14ssl_session_stNS3_IS8_XadL_Z16SSL_SESSION_freeEEEEE
44990
44994
  _ZN4node6crypto13UseSNIContextERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEENS_17BaseObjectPtrImplINS0_13SecureContextELb0EEE
44991
44995
  _ZN4node6crypto13X509ErrorCodeEl
@@ -45054,6 +45058,7 @@ _ZN4node6crypto15KeyObjectHandle3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45054
45058
  _ZN4node6crypto15KeyObjectHandle4DataEv
45055
45059
  _ZN4node6crypto15KeyObjectHandle4InitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45056
45060
  _ZN4node6crypto15KeyObjectHandle6CreateEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEE
45061
+ _ZN4node6crypto15KeyObjectHandle6EqualsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45057
45062
  _ZN4node6crypto15KeyObjectHandle6ExportERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45058
45063
  _ZN4node6crypto15KeyObjectHandle7InitJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45059
45064
  _ZN4node6crypto15KeyObjectHandle9ExportJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -45844,6 +45849,7 @@ _ZN4node7SPrintFIJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpO
45844
45849
  _ZN4node7SPrintFIJiPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
45845
45850
  _ZN4node7SPrintFIJiPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_DpOT_
45846
45851
  _ZN4node7SPrintFIJiPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
45852
+ _ZN4node7SPrintFIJiRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
45847
45853
  _ZN4node7SPrintFIJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
45848
45854
  _ZN4node7SPrintFIJmRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
45849
45855
  _ZN4node7SPrintFIJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
@@ -61049,6 +61055,11 @@ _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_E
61049
61055
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
61050
61056
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
61051
61057
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
61058
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
61059
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
61060
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
61061
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
61062
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
61052
61063
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
61053
61064
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
61054
61065
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
@@ -61746,6 +61757,7 @@ _ZNSt6vectorIN8v8_crdtp4cbor15EnvelopeEncoderESaIS2_EE17_M_realloc_insertIJEEEvN
61746
61757
  _ZNSt6vectorIN8v8_crdtp4spanIcEESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
61747
61758
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJPcEEEvDpOT_
61748
61759
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA1_KcEEEvDpOT_
61760
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA28_KcEEEvDpOT_
61749
61761
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA39_KcEEEvDpOT_
61750
61762
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_
61751
61763
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS5_S7_EEOS5_
@@ -67684,6 +67696,8 @@ _ZZN4node11SPrintFImplIRmJS1_RtEEENSt7__cxx1112basic_stringIcSt11char_traitsIcES
67684
67696
  _ZZN4node11SPrintFImplIRmJS1_RtEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
67685
67697
  _ZZN4node11SPrintFImplIRmJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
67686
67698
  _ZZN4node11SPrintFImplIRmJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
67699
+ _ZZN4node11SPrintFImplIRmJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
67700
+ _ZZN4node11SPrintFImplIRmJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
67687
67701
  _ZZN4node11SPrintFImplIRtJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
67688
67702
  _ZZN4node11SPrintFImplIRtJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
67689
67703
  _ZZN4node11SPrintFImplIRtJRjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
@@ -67698,6 +67712,8 @@ _ZZN4node11SPrintFImplIiJPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_
67698
67712
  _ZZN4node11SPrintFImplIiJPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_OT_DpOT0_E4args_0
67699
67713
  _ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
67700
67714
  _ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
67715
+ _ZZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
67716
+ _ZZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
67701
67717
  _ZZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
67702
67718
  _ZZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
67703
67719
  _ZZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
@@ -70737,6 +70753,7 @@ ngtcp2_verify_stateless_reset_token
70737
70753
  ngtcp2_version
70738
70754
  node_api_create_syntax_error
70739
70755
  node_api_get_module_file_name
70756
+ node_api_symbol_for
70740
70757
  node_api_throw_syntax_error
70741
70758
  node_module_register
70742
70759
  nodedbg_const_BaseObject__kInternalFieldCount__int
@@ -438,7 +438,12 @@ enum Flags : uint64_t {
438
438
  // $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
439
439
  // do not expect to have their behaviors changed because of globally
440
440
  // installed modules.
441
- kNoGlobalSearchPaths = 1 << 7
441
+ kNoGlobalSearchPaths = 1 << 7,
442
+ // Controls whether or not the Environment should call V8Inspector::create().
443
+ // This control is needed by embedders who may not want to initialize the V8
444
+ // inspector in situations where one has already been created,
445
+ // e.g. Blink's in Chromium.
446
+ kNoCreateInspector = 1 << 9
442
447
  };
443
448
  } // namespace EnvironmentFlags
444
449
 
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
- #define NODE_MINOR_VERSION 14
26
+ #define NODE_MINOR_VERSION 15
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 20:49:47 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:51 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 20:49:52 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:54 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 20:49:56 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:57 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Dec 14 20:49:59 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:59 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy