node-linux-s390x 24.16.0 → 24.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/CHANGELOG.md +211 -0
  2. package/LICENSE +202 -202
  3. package/README.md +6 -20
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +65 -1
  6. package/include/node/config.gypi +3 -0
  7. package/include/node/node.h +14 -0
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +2 -2
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509_acert.h +9 -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/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +2 -2
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509_acert.h +9 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +2 -2
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509_acert.h +9 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +2 -2
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509_acert.h +9 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +2 -2
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +2 -2
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +2 -2
  36. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509_acert.h +9 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509_acert.h +9 -1
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509_acert.h +9 -1
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +2 -2
  48. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509_acert.h +9 -1
  49. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +2 -2
  52. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509_acert.h +9 -1
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +2 -2
  56. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509_acert.h +9 -1
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +2 -2
  60. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509_acert.h +9 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +2 -2
  64. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509_acert.h +9 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +2 -2
  68. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509_acert.h +9 -1
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +2 -2
  72. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509_acert.h +9 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +2 -2
  76. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509_acert.h +9 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +2 -2
  80. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +2 -2
  84. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509_acert.h +9 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +2 -2
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509_acert.h +9 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +2 -2
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +2 -2
  96. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509_acert.h +9 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +2 -2
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509_acert.h +9 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +2 -2
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +2 -2
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509_acert.h +9 -1
  109. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +2 -2
  112. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509_acert.h +9 -1
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +2 -2
  116. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509_acert.h +9 -1
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +2 -2
  120. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509_acert.h +9 -1
  121. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +2 -2
  124. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509_acert.h +9 -1
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +2 -2
  128. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509_acert.h +9 -1
  129. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +2 -2
  132. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509_acert.h +9 -1
  133. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +2 -2
  136. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509_acert.h +9 -1
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +2 -2
  140. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509_acert.h +9 -1
  141. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +2 -2
  144. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509_acert.h +9 -1
  145. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +2 -2
  148. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509_acert.h +9 -1
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +2 -2
  152. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509_acert.h +9 -1
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +2 -2
  156. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509_acert.h +9 -1
  157. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +2 -2
  160. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509_acert.h +9 -1
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +2 -2
  164. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  167. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +2 -2
  168. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
  169. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +2 -2
  172. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509_acert.h +9 -1
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +2 -2
  176. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +2 -2
  180. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509_acert.h +9 -1
  181. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  183. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2 -2
  184. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_acert.h +9 -1
  185. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  187. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +2 -2
  188. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509_acert.h +9 -1
  189. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  191. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +2 -2
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509_acert.h +9 -1
  193. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  195. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +2 -2
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509_acert.h +9 -1
  197. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +2 -2
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509_acert.h +9 -1
  201. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  203. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +2 -2
  204. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509_acert.h +9 -1
  205. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  207. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +2 -2
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
  209. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +2 -2
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509_acert.h +9 -1
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +2 -2
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509_acert.h +9 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +2 -2
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
  221. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  223. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +2 -2
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509_acert.h +9 -1
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +2 -2
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509_acert.h +9 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +2 -2
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +2 -2
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509_acert.h +9 -1
  237. package/include/node/openssl/bn.h +3 -3
  238. package/package.json +1 -1
package/LICENSE CHANGED
@@ -996,208 +996,208 @@ The externally maintained libraries used by Node.js are:
996
996
 
997
997
  - LIEF, located at deps/LIEF, is licensed as follows:
998
998
  """
999
- Apache License
1000
- Version 2.0, January 2004
1001
- http://www.apache.org/licenses/
1002
-
1003
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1004
-
1005
- 1. Definitions.
1006
-
1007
- "License" shall mean the terms and conditions for use, reproduction,
1008
- and distribution as defined by Sections 1 through 9 of this document.
1009
-
1010
- "Licensor" shall mean the copyright owner or entity authorized by
1011
- the copyright owner that is granting the License.
1012
-
1013
- "Legal Entity" shall mean the union of the acting entity and all
1014
- other entities that control, are controlled by, or are under common
1015
- control with that entity. For the purposes of this definition,
1016
- "control" means (i) the power, direct or indirect, to cause the
1017
- direction or management of such entity, whether by contract or
1018
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
1019
- outstanding shares, or (iii) beneficial ownership of such entity.
1020
-
1021
- "You" (or "Your") shall mean an individual or Legal Entity
1022
- exercising permissions granted by this License.
1023
-
1024
- "Source" form shall mean the preferred form for making modifications,
1025
- including but not limited to software source code, documentation
1026
- source, and configuration files.
1027
-
1028
- "Object" form shall mean any form resulting from mechanical
1029
- transformation or translation of a Source form, including but
1030
- not limited to compiled object code, generated documentation,
1031
- and conversions to other media types.
1032
-
1033
- "Work" shall mean the work of authorship, whether in Source or
1034
- Object form, made available under the License, as indicated by a
1035
- copyright notice that is included in or attached to the work
1036
- (an example is provided in the Appendix below).
1037
-
1038
- "Derivative Works" shall mean any work, whether in Source or Object
1039
- form, that is based on (or derived from) the Work and for which the
1040
- editorial revisions, annotations, elaborations, or other modifications
1041
- represent, as a whole, an original work of authorship. For the purposes
1042
- of this License, Derivative Works shall not include works that remain
1043
- separable from, or merely link (or bind by name) to the interfaces of,
1044
- the Work and Derivative Works thereof.
1045
-
1046
- "Contribution" shall mean any work of authorship, including
1047
- the original version of the Work and any modifications or additions
1048
- to that Work or Derivative Works thereof, that is intentionally
1049
- submitted to Licensor for inclusion in the Work by the copyright owner
1050
- or by an individual or Legal Entity authorized to submit on behalf of
1051
- the copyright owner. For the purposes of this definition, "submitted"
1052
- means any form of electronic, verbal, or written communication sent
1053
- to the Licensor or its representatives, including but not limited to
1054
- communication on electronic mailing lists, source code control systems,
1055
- and issue tracking systems that are managed by, or on behalf of, the
1056
- Licensor for the purpose of discussing and improving the Work, but
1057
- excluding communication that is conspicuously marked or otherwise
1058
- designated in writing by the copyright owner as "Not a Contribution."
1059
-
1060
- "Contributor" shall mean Licensor and any individual or Legal Entity
1061
- on behalf of whom a Contribution has been received by Licensor and
1062
- subsequently incorporated within the Work.
1063
-
1064
- 2. Grant of Copyright License. Subject to the terms and conditions of
1065
- this License, each Contributor hereby grants to You a perpetual,
1066
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1067
- copyright license to reproduce, prepare Derivative Works of,
1068
- publicly display, publicly perform, sublicense, and distribute the
1069
- Work and such Derivative Works in Source or Object form.
1070
-
1071
- 3. Grant of Patent License. Subject to the terms and conditions of
1072
- this License, each Contributor hereby grants to You a perpetual,
1073
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1074
- (except as stated in this section) patent license to make, have made,
1075
- use, offer to sell, sell, import, and otherwise transfer the Work,
1076
- where such license applies only to those patent claims licensable
1077
- by such Contributor that are necessarily infringed by their
1078
- Contribution(s) alone or by combination of their Contribution(s)
1079
- with the Work to which such Contribution(s) was submitted. If You
1080
- institute patent litigation against any entity (including a
1081
- cross-claim or counterclaim in a lawsuit) alleging that the Work
1082
- or a Contribution incorporated within the Work constitutes direct
1083
- or contributory patent infringement, then any patent licenses
1084
- granted to You under this License for that Work shall terminate
1085
- as of the date such litigation is filed.
1086
-
1087
- 4. Redistribution. You may reproduce and distribute copies of the
1088
- Work or Derivative Works thereof in any medium, with or without
1089
- modifications, and in Source or Object form, provided that You
1090
- meet the following conditions:
1091
-
1092
- (a) You must give any other recipients of the Work or
1093
- Derivative Works a copy of this License; and
1094
-
1095
- (b) You must cause any modified files to carry prominent notices
1096
- stating that You changed the files; and
1097
-
1098
- (c) You must retain, in the Source form of any Derivative Works
1099
- that You distribute, all copyright, patent, trademark, and
1100
- attribution notices from the Source form of the Work,
1101
- excluding those notices that do not pertain to any part of
1102
- the Derivative Works; and
1103
-
1104
- (d) If the Work includes a "NOTICE" text file as part of its
1105
- distribution, then any Derivative Works that You distribute must
1106
- include a readable copy of the attribution notices contained
1107
- within such NOTICE file, excluding those notices that do not
1108
- pertain to any part of the Derivative Works, in at least one
1109
- of the following places: within a NOTICE text file distributed
1110
- as part of the Derivative Works; within the Source form or
1111
- documentation, if provided along with the Derivative Works; or,
1112
- within a display generated by the Derivative Works, if and
1113
- wherever such third-party notices normally appear. The contents
1114
- of the NOTICE file are for informational purposes only and
1115
- do not modify the License. You may add Your own attribution
1116
- notices within Derivative Works that You distribute, alongside
1117
- or as an addendum to the NOTICE text from the Work, provided
1118
- that such additional attribution notices cannot be construed
1119
- as modifying the License.
1120
-
1121
- You may add Your own copyright statement to Your modifications and
1122
- may provide additional or different license terms and conditions
1123
- for use, reproduction, or distribution of Your modifications, or
1124
- for any such Derivative Works as a whole, provided Your use,
1125
- reproduction, and distribution of the Work otherwise complies with
1126
- the conditions stated in this License.
1127
-
1128
- 5. Submission of Contributions. Unless You explicitly state otherwise,
1129
- any Contribution intentionally submitted for inclusion in the Work
1130
- by You to the Licensor shall be under the terms and conditions of
1131
- this License, without any additional terms or conditions.
1132
- Notwithstanding the above, nothing herein shall supersede or modify
1133
- the terms of any separate license agreement you may have executed
1134
- with Licensor regarding such Contributions.
1135
-
1136
- 6. Trademarks. This License does not grant permission to use the trade
1137
- names, trademarks, service marks, or product names of the Licensor,
1138
- except as required for reasonable and customary use in describing the
1139
- origin of the Work and reproducing the content of the NOTICE file.
1140
-
1141
- 7. Disclaimer of Warranty. Unless required by applicable law or
1142
- agreed to in writing, Licensor provides the Work (and each
1143
- Contributor provides its Contributions) on an "AS IS" BASIS,
1144
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1145
- implied, including, without limitation, any warranties or conditions
1146
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1147
- PARTICULAR PURPOSE. You are solely responsible for determining the
1148
- appropriateness of using or redistributing the Work and assume any
1149
- risks associated with Your exercise of permissions under this License.
1150
-
1151
- 8. Limitation of Liability. In no event and under no legal theory,
1152
- whether in tort (including negligence), contract, or otherwise,
1153
- unless required by applicable law (such as deliberate and grossly
1154
- negligent acts) or agreed to in writing, shall any Contributor be
1155
- liable to You for damages, including any direct, indirect, special,
1156
- incidental, or consequential damages of any character arising as a
1157
- result of this License or out of the use or inability to use the
1158
- Work (including but not limited to damages for loss of goodwill,
1159
- work stoppage, computer failure or malfunction, or any and all
1160
- other commercial damages or losses), even if such Contributor
1161
- has been advised of the possibility of such damages.
1162
-
1163
- 9. Accepting Warranty or Additional Liability. While redistributing
1164
- the Work or Derivative Works thereof, You may choose to offer,
1165
- and charge a fee for, acceptance of support, warranty, indemnity,
1166
- or other liability obligations and/or rights consistent with this
1167
- License. However, in accepting such obligations, You may act only
1168
- on Your own behalf and on Your sole responsibility, not on behalf
1169
- of any other Contributor, and only if You agree to indemnify,
1170
- defend, and hold each Contributor harmless for any liability
1171
- incurred by, or claims asserted against, such Contributor by reason
1172
- of your accepting any such warranty or additional liability.
1173
-
1174
- END OF TERMS AND CONDITIONS
1175
-
1176
- APPENDIX: How to apply the Apache License to your work.
1177
-
1178
- To apply the Apache License to your work, attach the following
1179
- boilerplate notice, with the fields enclosed by brackets "{}"
1180
- replaced with your own identifying information. (Don't include
1181
- the brackets!) The text should be enclosed in the appropriate
1182
- comment syntax for the file format. We also recommend that a
1183
- file or class name and description of purpose be included on the
1184
- same "printed page" as the copyright notice for easier
1185
- identification within third-party archives.
1186
-
1187
- Copyright 2017 - 2025 R. Thomas
1188
- Copyright 2017 - 2025 Quarkslab
1189
-
1190
- Licensed under the Apache License, Version 2.0 (the "License");
1191
- you may not use this file except in compliance with the License.
1192
- You may obtain a copy of the License at
1193
-
1194
- http://www.apache.org/licenses/LICENSE-2.0
1195
-
1196
- Unless required by applicable law or agreed to in writing, software
1197
- distributed under the License is distributed on an "AS IS" BASIS,
1198
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1199
- See the License for the specific language governing permissions and
1200
- limitations under the License.
999
+ Apache License
1000
+ Version 2.0, January 2004
1001
+ http://www.apache.org/licenses/
1002
+
1003
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1004
+
1005
+ 1. Definitions.
1006
+
1007
+ "License" shall mean the terms and conditions for use, reproduction,
1008
+ and distribution as defined by Sections 1 through 9 of this document.
1009
+
1010
+ "Licensor" shall mean the copyright owner or entity authorized by
1011
+ the copyright owner that is granting the License.
1012
+
1013
+ "Legal Entity" shall mean the union of the acting entity and all
1014
+ other entities that control, are controlled by, or are under common
1015
+ control with that entity. For the purposes of this definition,
1016
+ "control" means (i) the power, direct or indirect, to cause the
1017
+ direction or management of such entity, whether by contract or
1018
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1019
+ outstanding shares, or (iii) beneficial ownership of such entity.
1020
+
1021
+ "You" (or "Your") shall mean an individual or Legal Entity
1022
+ exercising permissions granted by this License.
1023
+
1024
+ "Source" form shall mean the preferred form for making modifications,
1025
+ including but not limited to software source code, documentation
1026
+ source, and configuration files.
1027
+
1028
+ "Object" form shall mean any form resulting from mechanical
1029
+ transformation or translation of a Source form, including but
1030
+ not limited to compiled object code, generated documentation,
1031
+ and conversions to other media types.
1032
+
1033
+ "Work" shall mean the work of authorship, whether in Source or
1034
+ Object form, made available under the License, as indicated by a
1035
+ copyright notice that is included in or attached to the work
1036
+ (an example is provided in the Appendix below).
1037
+
1038
+ "Derivative Works" shall mean any work, whether in Source or Object
1039
+ form, that is based on (or derived from) the Work and for which the
1040
+ editorial revisions, annotations, elaborations, or other modifications
1041
+ represent, as a whole, an original work of authorship. For the purposes
1042
+ of this License, Derivative Works shall not include works that remain
1043
+ separable from, or merely link (or bind by name) to the interfaces of,
1044
+ the Work and Derivative Works thereof.
1045
+
1046
+ "Contribution" shall mean any work of authorship, including
1047
+ the original version of the Work and any modifications or additions
1048
+ to that Work or Derivative Works thereof, that is intentionally
1049
+ submitted to Licensor for inclusion in the Work by the copyright owner
1050
+ or by an individual or Legal Entity authorized to submit on behalf of
1051
+ the copyright owner. For the purposes of this definition, "submitted"
1052
+ means any form of electronic, verbal, or written communication sent
1053
+ to the Licensor or its representatives, including but not limited to
1054
+ communication on electronic mailing lists, source code control systems,
1055
+ and issue tracking systems that are managed by, or on behalf of, the
1056
+ Licensor for the purpose of discussing and improving the Work, but
1057
+ excluding communication that is conspicuously marked or otherwise
1058
+ designated in writing by the copyright owner as "Not a Contribution."
1059
+
1060
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1061
+ on behalf of whom a Contribution has been received by Licensor and
1062
+ subsequently incorporated within the Work.
1063
+
1064
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1065
+ this License, each Contributor hereby grants to You a perpetual,
1066
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1067
+ copyright license to reproduce, prepare Derivative Works of,
1068
+ publicly display, publicly perform, sublicense, and distribute the
1069
+ Work and such Derivative Works in Source or Object form.
1070
+
1071
+ 3. Grant of Patent License. Subject to the terms and conditions of
1072
+ this License, each Contributor hereby grants to You a perpetual,
1073
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1074
+ (except as stated in this section) patent license to make, have made,
1075
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1076
+ where such license applies only to those patent claims licensable
1077
+ by such Contributor that are necessarily infringed by their
1078
+ Contribution(s) alone or by combination of their Contribution(s)
1079
+ with the Work to which such Contribution(s) was submitted. If You
1080
+ institute patent litigation against any entity (including a
1081
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1082
+ or a Contribution incorporated within the Work constitutes direct
1083
+ or contributory patent infringement, then any patent licenses
1084
+ granted to You under this License for that Work shall terminate
1085
+ as of the date such litigation is filed.
1086
+
1087
+ 4. Redistribution. You may reproduce and distribute copies of the
1088
+ Work or Derivative Works thereof in any medium, with or without
1089
+ modifications, and in Source or Object form, provided that You
1090
+ meet the following conditions:
1091
+
1092
+ (a) You must give any other recipients of the Work or
1093
+ Derivative Works a copy of this License; and
1094
+
1095
+ (b) You must cause any modified files to carry prominent notices
1096
+ stating that You changed the files; and
1097
+
1098
+ (c) You must retain, in the Source form of any Derivative Works
1099
+ that You distribute, all copyright, patent, trademark, and
1100
+ attribution notices from the Source form of the Work,
1101
+ excluding those notices that do not pertain to any part of
1102
+ the Derivative Works; and
1103
+
1104
+ (d) If the Work includes a "NOTICE" text file as part of its
1105
+ distribution, then any Derivative Works that You distribute must
1106
+ include a readable copy of the attribution notices contained
1107
+ within such NOTICE file, excluding those notices that do not
1108
+ pertain to any part of the Derivative Works, in at least one
1109
+ of the following places: within a NOTICE text file distributed
1110
+ as part of the Derivative Works; within the Source form or
1111
+ documentation, if provided along with the Derivative Works; or,
1112
+ within a display generated by the Derivative Works, if and
1113
+ wherever such third-party notices normally appear. The contents
1114
+ of the NOTICE file are for informational purposes only and
1115
+ do not modify the License. You may add Your own attribution
1116
+ notices within Derivative Works that You distribute, alongside
1117
+ or as an addendum to the NOTICE text from the Work, provided
1118
+ that such additional attribution notices cannot be construed
1119
+ as modifying the License.
1120
+
1121
+ You may add Your own copyright statement to Your modifications and
1122
+ may provide additional or different license terms and conditions
1123
+ for use, reproduction, or distribution of Your modifications, or
1124
+ for any such Derivative Works as a whole, provided Your use,
1125
+ reproduction, and distribution of the Work otherwise complies with
1126
+ the conditions stated in this License.
1127
+
1128
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1129
+ any Contribution intentionally submitted for inclusion in the Work
1130
+ by You to the Licensor shall be under the terms and conditions of
1131
+ this License, without any additional terms or conditions.
1132
+ Notwithstanding the above, nothing herein shall supersede or modify
1133
+ the terms of any separate license agreement you may have executed
1134
+ with Licensor regarding such Contributions.
1135
+
1136
+ 6. Trademarks. This License does not grant permission to use the trade
1137
+ names, trademarks, service marks, or product names of the Licensor,
1138
+ except as required for reasonable and customary use in describing the
1139
+ origin of the Work and reproducing the content of the NOTICE file.
1140
+
1141
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1142
+ agreed to in writing, Licensor provides the Work (and each
1143
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1144
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1145
+ implied, including, without limitation, any warranties or conditions
1146
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1147
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1148
+ appropriateness of using or redistributing the Work and assume any
1149
+ risks associated with Your exercise of permissions under this License.
1150
+
1151
+ 8. Limitation of Liability. In no event and under no legal theory,
1152
+ whether in tort (including negligence), contract, or otherwise,
1153
+ unless required by applicable law (such as deliberate and grossly
1154
+ negligent acts) or agreed to in writing, shall any Contributor be
1155
+ liable to You for damages, including any direct, indirect, special,
1156
+ incidental, or consequential damages of any character arising as a
1157
+ result of this License or out of the use or inability to use the
1158
+ Work (including but not limited to damages for loss of goodwill,
1159
+ work stoppage, computer failure or malfunction, or any and all
1160
+ other commercial damages or losses), even if such Contributor
1161
+ has been advised of the possibility of such damages.
1162
+
1163
+ 9. Accepting Warranty or Additional Liability. While redistributing
1164
+ the Work or Derivative Works thereof, You may choose to offer,
1165
+ and charge a fee for, acceptance of support, warranty, indemnity,
1166
+ or other liability obligations and/or rights consistent with this
1167
+ License. However, in accepting such obligations, You may act only
1168
+ on Your own behalf and on Your sole responsibility, not on behalf
1169
+ of any other Contributor, and only if You agree to indemnify,
1170
+ defend, and hold each Contributor harmless for any liability
1171
+ incurred by, or claims asserted against, such Contributor by reason
1172
+ of your accepting any such warranty or additional liability.
1173
+
1174
+ END OF TERMS AND CONDITIONS
1175
+
1176
+ APPENDIX: How to apply the Apache License to your work.
1177
+
1178
+ To apply the Apache License to your work, attach the following
1179
+ boilerplate notice, with the fields enclosed by brackets "{}"
1180
+ replaced with your own identifying information. (Don't include
1181
+ the brackets!) The text should be enclosed in the appropriate
1182
+ comment syntax for the file format. We also recommend that a
1183
+ file or class name and description of purpose be included on the
1184
+ same "printed page" as the copyright notice for easier
1185
+ identification within third-party archives.
1186
+
1187
+ Copyright 2017 - 2025 R. Thomas
1188
+ Copyright 2017 - 2025 Quarkslab
1189
+
1190
+ Licensed under the Apache License, Version 2.0 (the "License");
1191
+ you may not use this file except in compliance with the License.
1192
+ You may obtain a copy of the License at
1193
+
1194
+ http://www.apache.org/licenses/LICENSE-2.0
1195
+
1196
+ Unless required by applicable law or agreed to in writing, software
1197
+ distributed under the License is distributed on an "AS IS" BASIS,
1198
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1199
+ See the License for the specific language governing permissions and
1200
+ limitations under the License.
1201
1201
  """
1202
1202
 
1203
1203
  - llhttp, located at deps/llhttp, is licensed as follows:
package/README.md CHANGED
@@ -317,8 +317,6 @@ For information about the governance of the Node.js project, see
317
317
  **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
318
318
  * [dario-piotrowicz](https://github.com/dario-piotrowicz) -
319
319
  **Dario Piotrowicz** <<dario.piotrowicz@gmail.com>> (he/him)
320
- * [debadree25](https://github.com/debadree25) -
321
- **Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
322
320
  * [deokjinkim](https://github.com/deokjinkim) -
323
321
  **Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
324
322
  * [edsadr](https://github.com/edsadr) -
@@ -365,8 +363,6 @@ For information about the governance of the Node.js project, see
365
363
  **James M Snell** <<jasnell@gmail.com>> (he/him)
366
364
  * [jazelly](https://github.com/jazelly) -
367
365
  **Jason Zhang** <<xzha4350@gmail.com>> (he/him)
368
- * [JonasBa](https://github.com/JonasBa) -
369
- **Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
370
366
  * [joyeecheung](https://github.com/joyeecheung) -
371
367
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
372
368
  * [juanarbol](https://github.com/juanarbol) -
@@ -453,8 +449,6 @@ For information about the governance of the Node.js project, see
453
449
  **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
454
450
  * [watilde](https://github.com/watilde) -
455
451
  **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
456
- * [zcbenz](https://github.com/zcbenz) -
457
- **Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
458
452
  * [ZYSzys](https://github.com/ZYSzys) -
459
453
  **Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
460
454
 
@@ -509,6 +503,8 @@ For information about the governance of the Node.js project, see
509
503
  **David Cai** <<davidcai1993@yahoo.com>> (he/him)
510
504
  * [davisjam](https://github.com/davisjam) -
511
505
  **Jamie Davis** <<davisjam@vt.edu>> (he/him)
506
+ * [debadree25](https://github.com/debadree25) -
507
+ **Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
512
508
  * [devnexen](https://github.com/devnexen) -
513
509
  **David Carlier** <<devnexen@gmail.com>>
514
510
  * [devsnek](https://github.com/devsnek) -
@@ -573,6 +569,8 @@ For information about the governance of the Node.js project, see
573
569
  **João Reis** <<reis@janeasystems.com>>
574
570
  * [joesepi](https://github.com/joesepi) -
575
571
  **Joe Sepi** <<sepi@joesepi.com>> (he/him)
572
+ * [JonasBa](https://github.com/JonasBa) -
573
+ **Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
576
574
  * [joshgav](https://github.com/joshgav) -
577
575
  **Josh Gavant** <<josh.gavant@outlook.com>>
578
576
  * [julianduque](https://github.com/julianduque) -
@@ -733,6 +731,8 @@ For information about the governance of the Node.js project, see
733
731
  **Yorkie Liu** <<yorkiefixer@gmail.com>>
734
732
  * [yosuke-furukawa](https://github.com/yosuke-furukawa) -
735
733
  **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
734
+ * [zcbenz](https://github.com/zcbenz) -
735
+ **Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
736
736
 
737
737
  </details>
738
738
 
@@ -745,38 +745,24 @@ maintaining the Node.js project.
745
745
 
746
746
  * [1ilsang](https://github.com/1ilsang) -
747
747
  **Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
748
- * [atlowChemi](https://github.com/atlowChemi) -
749
- **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
750
748
  * [bjohansebas](https://github.com/bjohansebas) -
751
749
  **Sebastian Beltran** <<bjohansebas@gmail.com>>
752
750
  * [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
753
751
  **Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
754
- * [CanadaHonk](https://github.com/CanadaHonk) -
755
- **Oliver Medhurst** <<honk@goose.icu>> (they/them)
756
- * [daeyeon](https://github.com/daeyeon) -
757
- **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
758
752
  * [efekrskl](https://github.com/efekrskl) -
759
753
  **Efe Karasakal** <<hi@efe.dev>> (he/him)
760
754
  * [gireeshpunathil](https://github.com/gireeshpunathil) -
761
755
  **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
762
- * [gurgunday](https://github.com/gurgunday) -
763
- **Gürgün Dayıoğlu** <<hey@gurgun.day>>
764
756
  * [haramj](https://github.com/haramj) -
765
757
  **Haram Jeong** <<haramj.dev@gmail.com>>
766
758
  * [HBSPS](https://github.com/HBSPS) -
767
759
  **Wiyeong Seo** <<hbsps.dev@gmail.com>>
768
760
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
769
761
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
770
- * [KevinEady](https://github.com/KevinEady) -
771
- **Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
772
- * [marsonya](https://github.com/marsonya) -
773
- **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
774
762
  * [milesguicent](https://github.com/milesguicent) -
775
763
  **Miles Guicent** <<guicent@pm.me>> (he/him)
776
764
  * [preveen-stack](https://github.com/preveen-stack) -
777
765
  **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
778
- * [RaisinTen](https://github.com/RaisinTen) -
779
- **Darshan Sen** <<raisinten@gmail.com>> (he/him)
780
766
 
781
767
  Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
782
768
  responding to new issues.
package/bin/node CHANGED
Binary file
@@ -12,9 +12,11 @@
12
12
  'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way
13
13
  'enable_pgo_generate%': '0',
14
14
  'enable_pgo_use%': '0',
15
+ 'clang_profile_lib%': '',
15
16
  'python%': 'python',
16
17
 
17
18
  'node_shared%': 'false',
19
+ 'node_enable_experimentals%': 'false',
18
20
  'force_dynamic_crt%': 0,
19
21
  'node_use_v8_platform%': 'true',
20
22
  'node_use_bundled_v8%': 'true',
@@ -38,7 +40,7 @@
38
40
 
39
41
  # Reset this number to 0 on major V8 upgrades.
40
42
  # Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string': '-node.49',
43
+ 'v8_embedder_string': '-node.50',
42
44
 
43
45
  ##### V8 defaults for Node.js #####
44
46
 
@@ -245,6 +247,65 @@
245
247
  },],
246
248
  ],
247
249
  },],
250
+ ['OS=="win"', {
251
+ 'conditions': [
252
+ ['enable_lto=="true"', {
253
+ 'msvs_settings': {
254
+ 'VCCLCompilerTool': {
255
+ 'AdditionalOptions': ['-flto=full'],
256
+ },
257
+ 'VCLibrarianTool': {
258
+ 'AdditionalOptions': ['-flto=full'],
259
+ },
260
+ 'VCLinkerTool': {
261
+ 'AdditionalOptions': ['-flto=full'],
262
+ },
263
+ },
264
+ },],
265
+ ['enable_thin_lto=="true"', {
266
+ 'msvs_settings': {
267
+ 'VCCLCompilerTool': {
268
+ 'AdditionalOptions': ['-flto=thin'],
269
+ },
270
+ 'VCLibrarianTool': {
271
+ 'AdditionalOptions': ['-flto=thin'],
272
+ },
273
+ 'VCLinkerTool': {
274
+ 'AdditionalOptions': ['-flto=thin'],
275
+ },
276
+ },
277
+ },],
278
+ ],
279
+ 'target_conditions': [
280
+ ['_toolset=="target"', {
281
+ 'conditions': [
282
+ ['enable_pgo_generate=="true"', {
283
+ 'msvs_settings': {
284
+ 'VCCLCompilerTool': {
285
+ 'AdditionalOptions': ['-fprofile-generate'],
286
+ },
287
+ 'VCLinkerTool': {
288
+ 'AdditionalOptions': [
289
+ '/NODEFAULTLIB:clang_rt.profile.lib',
290
+ '"<(clang_profile_lib)"',
291
+ ],
292
+ },
293
+ },
294
+ },],
295
+ ['enable_pgo_use=="true"', {
296
+ 'msvs_settings': {
297
+ 'VCCLCompilerTool': {
298
+ 'AdditionalOptions': ['-fprofile-use=$(SolutionDir)node.profdata'],
299
+ },
300
+ 'VCLinkerTool': {
301
+ 'AdditionalOptions': ['-fprofile-use=$(SolutionDir)node.profdata'],
302
+ },
303
+ },
304
+ },],
305
+ ],
306
+ },],
307
+ ],
308
+ },],
248
309
  ['OS == "android"', {
249
310
  'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures' ],
250
311
  'ldflags': [ '-fPIC' ]
@@ -440,6 +501,9 @@
440
501
  }],
441
502
  # The defines bellow must include all things from the external_v8_defines
442
503
  # list in v8/BUILD.gn.
504
+ ['node_enable_experimentals == "true"', {
505
+ 'defines': ['EXPERIMENTALS_DEFAULT_VALUE=true'],
506
+ }],
443
507
  ['v8_enable_v8_checks == 1', {
444
508
  'defines': ['V8_ENABLE_CHECKS'],
445
509
  }],
@@ -5,6 +5,7 @@
5
5
  "clang": 0,
6
6
  "llvm_version": "0.0",
7
7
  "gas_version": "2.38",
8
+ "node_enable_experimentals": "false",
8
9
  "node_prefix": "/",
9
10
  "node_install_npm": "true",
10
11
  "node_install_corepack": "true",
@@ -26,6 +27,7 @@
26
27
  "enable_pgo_generate": "false",
27
28
  "enable_pgo_use": "false",
28
29
  "enable_lto": "false",
30
+ "enable_thin_lto": "false",
29
31
  "single_executable_application": "true",
30
32
  "node_with_ltcg": "false",
31
33
  "node_tag": "",
@@ -136,6 +138,7 @@
136
138
  "lib/internal/crypto/sig.js",
137
139
  "lib/internal/crypto/util.js",
138
140
  "lib/internal/crypto/webcrypto.js",
141
+ "lib/internal/crypto/webcrypto_util.js",
139
142
  "lib/internal/crypto/webidl.js",
140
143
  "lib/internal/crypto/x509.js",
141
144
  "lib/internal/data_url.js",