node-aix-ppc64 18.20.6 → 18.20.8

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 (240) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/bin/node +0 -0
  3. package/include/node/common.gypi +1 -1
  4. package/include/node/config.gypi +2 -2
  5. package/include/node/node.exp +46 -989
  6. package/include/node/node_version.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
  10. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
  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 +2 -2
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
  32. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
  33. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  48. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
  49. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
  50. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  52. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  56. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  59. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
  60. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  63. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
  64. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  67. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
  68. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  71. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
  72. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
  76. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  79. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
  80. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  91. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
  92. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  107. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
  108. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
  109. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
  110. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  111. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
  112. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  115. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
  116. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  119. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
  120. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
  121. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
  122. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  123. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
  124. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  127. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
  128. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
  129. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
  130. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  131. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
  132. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
  133. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
  134. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
  136. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  139. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
  140. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
  141. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
  142. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  143. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
  144. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
  145. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
  146. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  147. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
  148. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  151. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
  152. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  155. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
  156. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
  157. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
  158. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  159. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  160. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  163. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
  164. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  167. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
  168. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
  169. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
  170. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  171. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
  172. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  175. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
  176. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  179. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
  180. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
  181. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
  182. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  183. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
  184. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
  185. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
  186. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  187. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
  188. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
  189. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  191. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
  192. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
  193. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  195. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
  196. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
  197. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  199. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
  200. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
  201. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
  202. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  203. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
  204. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  205. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  207. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
  208. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
  209. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  211. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
  212. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  219. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
  220. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
  221. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  235. package/include/node/openssl/cmserr.h +2 -1
  236. package/include/node/openssl/http.h +3 -2
  237. package/include/node/openssl/sslerr.h +0 -2
  238. package/include/node/openssl/tls1.h +0 -4
  239. package/package.json +1 -1
  240. package/include/node/openssl/quic.h +0 -19
package/CHANGELOG.md CHANGED
@@ -9,6 +9,8 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td>
12
+ <a href="#18.20.8">18.20.8</a><br/>
13
+ <a href="#18.20.7">18.20.7</a><br/>
12
14
  <a href="#18.20.6">18.20.6</a><br/>
13
15
  <a href="#18.20.5">18.20.5</a><br/>
14
16
  <a href="#18.20.4">18.20.4</a><br/>
@@ -71,6 +73,89 @@
71
73
  * [io.js](CHANGELOG_IOJS.md)
72
74
  * [Archive](CHANGELOG_ARCHIVE.md)
73
75
 
76
+ <a id="18.20.8"></a>
77
+
78
+ ## 2025-03-27, Version 18.20.8 'Hydrogen' (LTS), @richardlau
79
+
80
+ ### Notable Changes
81
+
82
+ This release updates OpenSSL to 3.0.16 and root certificates to NSS 3.108.
83
+
84
+ ### Commits
85
+
86
+ * \[[`f737a79073`](https://github.com/nodejs/node/commit/f737a79073)] - **async\_hooks,inspector**: implement inspector api without async\_wrap (Gabriel Bota) [#51501](https://github.com/nodejs/node/pull/51501)
87
+ * \[[`fce923ba69`](https://github.com/nodejs/node/commit/fce923ba69)] - **build**: update gcovr to 7.2 and codecov config (Benjamin E. Coe) [#54019](https://github.com/nodejs/node/pull/54019)
88
+ * \[[`8b7ffd807c`](https://github.com/nodejs/node/commit/8b7ffd807c)] - **build**: fix compatibility with V8's `depot_tools` (Richard Lau) [#57330](https://github.com/nodejs/node/pull/57330)
89
+ * \[[`ee9a343413`](https://github.com/nodejs/node/commit/ee9a343413)] - **crypto**: update root certificates to NSS 3.108 (Node.js GitHub Bot) [#57381](https://github.com/nodejs/node/pull/57381)
90
+ * \[[`738bf8aea4`](https://github.com/nodejs/node/commit/738bf8aea4)] - **crypto**: update root certificates to NSS 3.104 (Richard Lau) [#55681](https://github.com/nodejs/node/pull/55681)
91
+ * \[[`69d661d591`](https://github.com/nodejs/node/commit/69d661d591)] - **deps**: update undici to v5.29.0 (Matteo Collina) [#57557](https://github.com/nodejs/node/pull/57557)
92
+ * \[[`59fcf43b0e`](https://github.com/nodejs/node/commit/59fcf43b0e)] - **deps**: update corepack to 0.32.0 (Node.js GitHub Bot) [#57265](https://github.com/nodejs/node/pull/57265)
93
+ * \[[`1b72869503`](https://github.com/nodejs/node/commit/1b72869503)] - **deps**: update archs files for openssl-3.0.16 (Node.js GitHub Bot) [#57335](https://github.com/nodejs/node/pull/57335)
94
+ * \[[`a566560235`](https://github.com/nodejs/node/commit/a566560235)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.16 (Node.js GitHub Bot) [#57335](https://github.com/nodejs/node/pull/57335)
95
+ * \[[`50c4e1da2f`](https://github.com/nodejs/node/commit/50c4e1da2f)] - **doc**: add missing `deprecated` badges in `fs.md` (Yukihiro Hasegawa) [#57384](https://github.com/nodejs/node/pull/57384)
96
+ * \[[`c3babb4671`](https://github.com/nodejs/node/commit/c3babb4671)] - **doc**: update Xcode version used for arm64 and pkg (Michaël Zasso) [#57104](https://github.com/nodejs/node/pull/57104)
97
+ * \[[`784da606a6`](https://github.com/nodejs/node/commit/784da606a6)] - **doc**: fix link and history of `SourceMap` sections (Antoine du Hamel) [#57098](https://github.com/nodejs/node/pull/57098)
98
+ * \[[`f5dbceccbe`](https://github.com/nodejs/node/commit/f5dbceccbe)] - **test**: update error code in tls-psk-circuit for for OpenSSL 3.4 (sebastianas) [#56420](https://github.com/nodejs/node/pull/56420)
99
+
100
+ <a id="18.20.7"></a>
101
+
102
+ ## 2025-02-20, Version 18.20.7 'Hydrogen' (LTS), @aduh95
103
+
104
+ ### Notable Changes
105
+
106
+ * \[[`ea5eb0e98b`](https://github.com/nodejs/node/commit/ea5eb0e98b)] - **crypto**: update root certificates to NSS 3.107 (Node.js GitHub Bot) [#56566](https://github.com/nodejs/node/pull/56566)
107
+
108
+ ### Commits
109
+
110
+ * \[[`bb2977ca6c`](https://github.com/nodejs/node/commit/bb2977ca6c)] - **build**: use glob for dependencies of out/Makefile (Richard Lau) [#55789](https://github.com/nodejs/node/pull/55789)
111
+ * \[[`92896945b8`](https://github.com/nodejs/node/commit/92896945b8)] - **build**: support python 3.13 (Chengzhong Wu) [#53190](https://github.com/nodejs/node/pull/53190)
112
+ * \[[`ea5eb0e98b`](https://github.com/nodejs/node/commit/ea5eb0e98b)] - **crypto**: update root certificates to NSS 3.107 (Node.js GitHub Bot) [#56566](https://github.com/nodejs/node/pull/56566)
113
+ * \[[`d03a23577d`](https://github.com/nodejs/node/commit/d03a23577d)] - **deps**: V8: cherry-pick 26fd1dfa9cd6 (Shu-yu Guo) [#55873](https://github.com/nodejs/node/pull/55873)
114
+ * \[[`53bb21b093`](https://github.com/nodejs/node/commit/53bb21b093)] - **deps**: V8: backport ae5a4db8ad86 (Shu-yu Guo) [#55873](https://github.com/nodejs/node/pull/55873)
115
+ * \[[`5eb6dfe284`](https://github.com/nodejs/node/commit/5eb6dfe284)] - **deps**: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot) [#55980](https://github.com/nodejs/node/pull/55980)
116
+ * \[[`734515a0f7`](https://github.com/nodejs/node/commit/734515a0f7)] - **deps**: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot) [#54432](https://github.com/nodejs/node/pull/54432)
117
+ * \[[`d64cc98324`](https://github.com/nodejs/node/commit/d64cc98324)] - **deps**: update simdutf to 5.6.4 (Node.js GitHub Bot) [#56255](https://github.com/nodejs/node/pull/56255)
118
+ * \[[`9eab21dd1d`](https://github.com/nodejs/node/commit/9eab21dd1d)] - **deps**: update simdutf to 5.6.3 (Node.js GitHub Bot) [#55973](https://github.com/nodejs/node/pull/55973)
119
+ * \[[`2e3367b46a`](https://github.com/nodejs/node/commit/2e3367b46a)] - **deps**: update simdutf to 5.6.2 (Node.js GitHub Bot) [#55889](https://github.com/nodejs/node/pull/55889)
120
+ * \[[`df74d66207`](https://github.com/nodejs/node/commit/df74d66207)] - **deps**: update simdutf to 5.6.1 (Node.js GitHub Bot) [#55850](https://github.com/nodejs/node/pull/55850)
121
+ * \[[`ade37ee0b3`](https://github.com/nodejs/node/commit/ade37ee0b3)] - **deps**: update acorn to 8.14.0 (Node.js GitHub Bot) [#55699](https://github.com/nodejs/node/pull/55699)
122
+ * \[[`a3c367adbd`](https://github.com/nodejs/node/commit/a3c367adbd)] - **deps**: update corepack to 0.31.0 (Node.js GitHub Bot) [#56795](https://github.com/nodejs/node/pull/56795)
123
+ * \[[`2cff6a8428`](https://github.com/nodejs/node/commit/2cff6a8428)] - **deps**: update corepack to 0.30.0 (Node.js GitHub Bot) [#55977](https://github.com/nodejs/node/pull/55977)
124
+ * \[[`8b8c9a2cf5`](https://github.com/nodejs/node/commit/8b8c9a2cf5)] - **doc**: update macOS and Xcode versions for releases (Michaël Zasso) [#56337](https://github.com/nodejs/node/pull/56337)
125
+ * \[[`706af28113`](https://github.com/nodejs/node/commit/706af28113)] - **doc**: add "Skip to content" button (Antoine du Hamel) [#56750](https://github.com/nodejs/node/pull/56750)
126
+ * \[[`634a6b3a14`](https://github.com/nodejs/node/commit/634a6b3a14)] - **doc**: improve accessibility of expandable lists (Antoine du Hamel) [#56749](https://github.com/nodejs/node/pull/56749)
127
+ * \[[`f0b60c5bf9`](https://github.com/nodejs/node/commit/f0b60c5bf9)] - **doc**: fix arrow vertical alignment in HTML version (Akash Yeole) [#52193](https://github.com/nodejs/node/pull/52193)
128
+ * \[[`91cce27ebb`](https://github.com/nodejs/node/commit/91cce27ebb)] - **doc**: remove flicker on page load on dark theme (Dima Demakov) [#50942](https://github.com/nodejs/node/pull/50942)
129
+ * \[[`522fbb00a8`](https://github.com/nodejs/node/commit/522fbb00a8)] - **doc**: make theme consistent across api and other docs (Dima Demakov) [#50877](https://github.com/nodejs/node/pull/50877)
130
+ * \[[`1486465520`](https://github.com/nodejs/node/commit/1486465520)] - **doc**: save user preference for JS flavor (Vidar Eldøy) [#49526](https://github.com/nodejs/node/pull/49526)
131
+ * \[[`d74cff7e59`](https://github.com/nodejs/node/commit/d74cff7e59)] - **doc**: rename possibly confusing variable and CSS class (Antoine du Hamel) [#49536](https://github.com/nodejs/node/pull/49536)
132
+ * \[[`4829d976fe`](https://github.com/nodejs/node/commit/4829d976fe)] - **doc**: add main ARIA landmark to API docs (Rich Trott) [#49882](https://github.com/nodejs/node/pull/49882)
133
+ * \[[`6c4ce1f1d4`](https://github.com/nodejs/node/commit/6c4ce1f1d4)] - **doc**: add navigation ARIA landmark to doc ToC (Rich Trott) [#49882](https://github.com/nodejs/node/pull/49882)
134
+ * \[[`33548f8c1f`](https://github.com/nodejs/node/commit/33548f8c1f)] - **doc**: add history entries for JSON modules stabilization (Antoine du Hamel) [#55855](https://github.com/nodejs/node/pull/55855)
135
+ * \[[`e12bdf6141`](https://github.com/nodejs/node/commit/e12bdf6141)] - **meta**: bump `actions/upload-artifact` from 4.4.3 to 4.6.0 (dependabot\[bot]) [#56861](https://github.com/nodejs/node/pull/56861)
136
+ * \[[`6f44ef388b`](https://github.com/nodejs/node/commit/6f44ef388b)] - **meta**: bump actions/upload-artifact from 4.4.0 to 4.4.3 (dependabot\[bot]) [#55685](https://github.com/nodejs/node/pull/55685)
137
+ * \[[`ae39211117`](https://github.com/nodejs/node/commit/ae39211117)] - **meta**: bump actions/upload-artifact from 4.3.4 to 4.4.0 (dependabot\[bot]) [#54703](https://github.com/nodejs/node/pull/54703)
138
+ * \[[`4cf80b37c7`](https://github.com/nodejs/node/commit/4cf80b37c7)] - **meta**: bump `actions/upload-artifact` from 4.3.3 to 4.3.4 (dependabot\[bot]) [#54166](https://github.com/nodejs/node/pull/54166)
139
+ * \[[`4d402b79cb`](https://github.com/nodejs/node/commit/4d402b79cb)] - **meta**: bump `actions/download-artifact` from 4.1.7 to 4.1.8 (dependabot\[bot]) [#54167](https://github.com/nodejs/node/pull/54167)
140
+ * \[[`1c01f93497`](https://github.com/nodejs/node/commit/1c01f93497)] - **meta**: bump actions/upload-artifact from 4.3.1 to 4.3.3 (dependabot\[bot]) [#52785](https://github.com/nodejs/node/pull/52785)
141
+ * \[[`6558a516ec`](https://github.com/nodejs/node/commit/6558a516ec)] - **meta**: bump actions/download-artifact from 4.1.4 to 4.1.7 (dependabot\[bot]) [#52784](https://github.com/nodejs/node/pull/52784)
142
+ * \[[`dd70860ec8`](https://github.com/nodejs/node/commit/dd70860ec8)] - **meta**: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot\[bot]) [#52314](https://github.com/nodejs/node/pull/52314)
143
+ * \[[`4a24d92a45`](https://github.com/nodejs/node/commit/4a24d92a45)] - **meta**: bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot\[bot]) [#51941](https://github.com/nodejs/node/pull/51941)
144
+ * \[[`655b9071b9`](https://github.com/nodejs/node/commit/655b9071b9)] - **meta**: bump actions/download-artifact from 4.1.1 to 4.1.3 (dependabot\[bot]) [#51938](https://github.com/nodejs/node/pull/51938)
145
+ * \[[`0e6ad795aa`](https://github.com/nodejs/node/commit/0e6ad795aa)] - **meta**: bump actions/download-artifact from 4.1.0 to 4.1.1 (dependabot\[bot]) [#51644](https://github.com/nodejs/node/pull/51644)
146
+ * \[[`61babc5037`](https://github.com/nodejs/node/commit/61babc5037)] - **meta**: bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot\[bot]) [#51643](https://github.com/nodejs/node/pull/51643)
147
+ * \[[`8b16d80029`](https://github.com/nodejs/node/commit/8b16d80029)] - **meta**: update artifact actions to v4 (Michaël Zasso) [#51219](https://github.com/nodejs/node/pull/51219)
148
+ * \[[`d47e8cb86d`](https://github.com/nodejs/node/commit/d47e8cb86d)] - **test**: do not use deprecated import assertions (Antoine du Hamel) [#55873](https://github.com/nodejs/node/pull/55873)
149
+ * \[[`06c523d693`](https://github.com/nodejs/node/commit/06c523d693)] - **test**: mark `test-inspector-stop-profile-after-done` as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
150
+ * \[[`dafea86962`](https://github.com/nodejs/node/commit/dafea86962)] - **test**: mark `test-perf-hooks` as flaky on macOS (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
151
+ * \[[`8e53f1f43d`](https://github.com/nodejs/node/commit/8e53f1f43d)] - **test**: mark test-inspector-multisession-ws as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
152
+ * \[[`350eb50bbe`](https://github.com/nodejs/node/commit/350eb50bbe)] - **test**: mark `test-performance-function` as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
153
+ * \[[`a1f428a343`](https://github.com/nodejs/node/commit/a1f428a343)] - **test**: skip `test-perf-hooks` on SmartOS (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
154
+ * \[[`199f52fcc0`](https://github.com/nodejs/node/commit/199f52fcc0)] - **test**: make test-crypto-hash compatible with OpenSSL > 3.4.0 (Jelle van der Waa) [#56160](https://github.com/nodejs/node/pull/56160)
155
+ * \[[`b08ce67d48`](https://github.com/nodejs/node/commit/b08ce67d48)] - **test**: compare paths on Windows without considering case (Early Riser) [#53993](https://github.com/nodejs/node/pull/53993)
156
+ * \[[`6e84d211a1`](https://github.com/nodejs/node/commit/6e84d211a1)] - **test**: deflake test-perf-hooks.js (Joyee Cheung) [#49892](https://github.com/nodejs/node/pull/49892)
157
+ * \[[`a7f565fc7f`](https://github.com/nodejs/node/commit/a7f565fc7f)] - **tools**: fix failing `lint-sh` workflow (Antoine du Hamel) [#56995](https://github.com/nodejs/node/pull/56995)
158
+
74
159
  <a id="18.20.6"></a>
75
160
 
76
161
  ## 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @RafaelGSS
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.37',
39
+ 'v8_embedder_string': '-node.39',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -1,5 +1,5 @@
1
1
  # Do not edit. Generated by the configure script.
2
- { 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
2
+ { 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
3
3
  'variables': { 'asan': 0,
4
4
  'coverage': 'false',
5
5
  'dcheck_always_on': 0,
@@ -366,7 +366,7 @@
366
366
  'node_with_ltcg': 'false',
367
367
  'node_without_node_options': 'false',
368
368
  'openssl_is_fips': 'false',
369
- 'openssl_quic': 'true',
369
+ 'openssl_quic': 'false',
370
370
  'ossfuzz': 'false',
371
371
  'shlib_suffix': '108.a',
372
372
  'single_executable_application': 'true',