node-aix-ppc64 18.19.0 → 18.20.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 (244) hide show
  1. package/CHANGELOG.md +214 -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/js_native_api.h +26 -20
  6. package/include/node/js_native_api_types.h +39 -0
  7. package/include/node/node.exp +12877 -12545
  8. package/include/node/node_api.h +16 -16
  9. package/include/node/node_version.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +1 -1
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +1 -1
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +1 -1
  56. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +1 -1
  60. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +1 -1
  64. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +1 -1
  68. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +1 -1
  72. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +1 -1
  76. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +1 -1
  80. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +1 -1
  84. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +1 -1
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +1 -1
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +1 -1
  96. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +1 -1
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +1 -1
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +1 -1
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  110. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +1 -1
  112. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +1 -1
  116. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +1 -1
  120. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  122. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +1 -1
  124. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +1 -1
  128. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  130. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +1 -1
  132. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  134. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +1 -1
  136. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +1 -1
  140. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  142. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +1 -1
  144. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  146. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +1 -1
  148. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  151. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +1 -1
  152. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +1 -1
  156. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  157. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  158. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +1 -1
  160. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  161. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  163. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  164. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  165. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +1 -1
  168. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  170. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +1 -1
  172. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  173. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  175. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +1 -1
  176. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  177. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +1 -1
  180. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  182. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  183. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +1 -1
  184. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  185. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  186. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  187. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +1 -1
  188. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  189. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +1 -1
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  193. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  195. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +1 -1
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  197. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  199. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +1 -1
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  201. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  202. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  203. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +1 -1
  204. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  205. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +1 -1
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  209. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  211. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +1 -1
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  213. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +1 -1
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +1 -1
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  221. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  223. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +1 -1
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  225. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +1 -1
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +1 -1
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +1 -1
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  237. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  238. package/include/node/openssl/conferr.h +1 -0
  239. package/include/node/openssl/dh.h +3 -3
  240. package/include/node/openssl/dherr.h +2 -1
  241. package/include/node/v8-object.h +17 -0
  242. package/include/node/v8-script.h +3 -4
  243. package/include/node/zlib.h +16 -13
  244. package/package.json +1 -1
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Thu Oct 26 15:03:03 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:06:57 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -38,6 +38,7 @@
38
38
  # define CONF_R_NUMBER_TOO_LARGE 121
39
39
  # define CONF_R_OPENSSL_CONF_REFERENCES_MISSING_SECTION 124
40
40
  # define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111
41
+ # define CONF_R_RECURSIVE_SECTION_REFERENCE 126
41
42
  # define CONF_R_RELATIVE_PATH 125
42
43
  # define CONF_R_SSL_COMMAND_SECTION_EMPTY 117
43
44
  # define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118
@@ -141,7 +141,7 @@ DECLARE_ASN1_ITEM(DHparams)
141
141
  # define DH_GENERATOR_3 3
142
142
  # define DH_GENERATOR_5 5
143
143
 
144
- /* DH_check error codes */
144
+ /* DH_check error codes, some of them shared with DH_check_pub_key */
145
145
  /*
146
146
  * NB: These values must align with the equivalently named macros in
147
147
  * internal/ffc.h.
@@ -151,10 +151,10 @@ DECLARE_ASN1_ITEM(DHparams)
151
151
  # define DH_UNABLE_TO_CHECK_GENERATOR 0x04
152
152
  # define DH_NOT_SUITABLE_GENERATOR 0x08
153
153
  # define DH_CHECK_Q_NOT_PRIME 0x10
154
- # define DH_CHECK_INVALID_Q_VALUE 0x20
154
+ # define DH_CHECK_INVALID_Q_VALUE 0x20 /* +DH_check_pub_key */
155
155
  # define DH_CHECK_INVALID_J_VALUE 0x40
156
156
  # define DH_MODULUS_TOO_SMALL 0x80
157
- # define DH_MODULUS_TOO_LARGE 0x100
157
+ # define DH_MODULUS_TOO_LARGE 0x100 /* +DH_check_pub_key */
158
158
 
159
159
  /* DH_check_pub_key error codes */
160
160
  # define DH_CHECK_PUBKEY_TOO_SMALL 0x01
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -50,6 +50,7 @@
50
50
  # define DH_R_NO_PRIVATE_VALUE 100
51
51
  # define DH_R_PARAMETER_ENCODING_ERROR 105
52
52
  # define DH_R_PEER_KEY_ERROR 111
53
+ # define DH_R_Q_TOO_LARGE 130
53
54
  # define DH_R_SHARED_INFO_ERROR 113
54
55
  # define DH_R_UNABLE_TO_CHECK_GENERATOR 121
55
56
 
@@ -20,6 +20,8 @@ class Function;
20
20
  class FunctionTemplate;
21
21
  template <typename T>
22
22
  class PropertyCallbackInfo;
23
+ class Module;
24
+ class UnboundScript;
23
25
 
24
26
  /**
25
27
  * A private symbol
@@ -480,6 +482,21 @@ class V8_EXPORT Object : public Value {
480
482
  /** Sets the value in an internal field. */
481
483
  void SetInternalField(int index, Local<Value> value);
482
484
 
485
+ /**
486
+ * Warning: These are Node.js-specific extentions used to avoid breaking
487
+ * changes in Node.js v18.x. They do not exist in V8 upstream and will
488
+ * not exist in Node.js v21.x. Node.js embedders and addon authors should
489
+ * not use them from v18.x.
490
+ */
491
+ #ifndef NODE_WANT_INTERNALS
492
+ V8_DEPRECATED("This extention should only be used by Node.js core")
493
+ #endif
494
+ void SetInternalFieldForNodeCore(int index, Local<Module> value);
495
+ #ifndef NODE_WANT_INTERNALS
496
+ V8_DEPRECATED("This extention should only be used by Node.js core")
497
+ #endif
498
+ void SetInternalFieldForNodeCore(int index, Local<UnboundScript> value);
499
+
483
500
  /**
484
501
  * Gets a 2-byte-aligned native pointer from an internal field. This field
485
502
  * must have been set by SetAlignedPointerInInternalField, everything else
@@ -128,10 +128,9 @@ class V8_EXPORT ModuleRequest : public Data {
128
128
  *
129
129
  * All assertions present in the module request will be supplied in this
130
130
  * list, regardless of whether they are supported by the host. Per
131
- * https://tc39.es/proposal-import-assertions/#sec-hostgetsupportedimportassertions,
132
- * hosts are expected to ignore assertions that they do not support (as
133
- * opposed to, for example, triggering an error if an unsupported assertion is
134
- * present).
131
+ * https://tc39.es/proposal-import-attributes/#sec-hostgetsupportedimportattributes,
132
+ * hosts are expected to throw for assertions that they do not support (as
133
+ * opposed to, for example, ignoring them).
135
134
  */
136
135
  Local<FixedArray> GetImportAssertions() const;
137
136
 
@@ -1,7 +1,7 @@
1
1
  /* zlib.h -- interface of the 'zlib' general purpose compression library
2
- version 1.2.13.1, October xxth, 2022
2
+ version 1.3.0.1, August xxth, 2023
3
3
 
4
- Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
4
+ Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
5
5
 
6
6
  This software is provided 'as-is', without any express or implied
7
7
  warranty. In no event will the authors be held liable for any damages
@@ -37,11 +37,11 @@
37
37
  extern "C" {
38
38
  #endif
39
39
 
40
- #define ZLIB_VERSION "1.2.13.1-motley"
41
- #define ZLIB_VERNUM 0x12d1
40
+ #define ZLIB_VERSION "1.3.0.1-motley"
41
+ #define ZLIB_VERNUM 0x1301
42
42
  #define ZLIB_VER_MAJOR 1
43
- #define ZLIB_VER_MINOR 2
44
- #define ZLIB_VER_REVISION 13
43
+ #define ZLIB_VER_MINOR 3
44
+ #define ZLIB_VER_REVISION 0
45
45
  #define ZLIB_VER_SUBREVISION 1
46
46
 
47
47
  /*
@@ -230,7 +230,7 @@ ZEXTERN int ZEXPORT deflateInit(z_streamp strm, int level);
230
230
  Initializes the internal stream state for compression. The fields
231
231
  zalloc, zfree and opaque must be initialized before by the caller. If
232
232
  zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
233
- allocation functions.
233
+ allocation functions. total_in, total_out, adler, and msg are initialized.
234
234
 
235
235
  The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9:
236
236
  1 gives best speed, 9 gives best compression, 0 gives no compression at all
@@ -320,8 +320,8 @@ ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
320
320
  with the same value of the flush parameter and more output space (updated
321
321
  avail_out), until the flush is complete (deflate returns with non-zero
322
322
  avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
323
- avail_out is greater than six to avoid repeated flush markers due to
324
- avail_out == 0 on return.
323
+ avail_out is greater than six when the flush marker begins, in order to avoid
324
+ repeated flush markers upon calling deflate() again when avail_out == 0.
325
325
 
326
326
  If the parameter flush is set to Z_FINISH, pending input is processed,
327
327
  pending output is flushed and deflate returns with Z_STREAM_END if there was
@@ -382,7 +382,8 @@ ZEXTERN int ZEXPORT inflateInit(z_streamp strm);
382
382
  read or consumed. The allocation of a sliding window will be deferred to
383
383
  the first call of inflate (if the decompression does not complete on the
384
384
  first call). If zalloc and zfree are set to Z_NULL, inflateInit updates
385
- them to use default allocation functions.
385
+ them to use default allocation functions. total_in, total_out, adler, and
386
+ msg are initialized.
386
387
 
387
388
  inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
388
389
  memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
@@ -695,7 +696,7 @@ ZEXTERN int ZEXPORT deflateReset(z_streamp strm);
695
696
  This function is equivalent to deflateEnd followed by deflateInit, but
696
697
  does not free and reallocate the internal compression state. The stream
697
698
  will leave the compression level and any other attributes that may have been
698
- set unchanged.
699
+ set unchanged. total_in, total_out, adler, and msg are initialized.
699
700
 
700
701
  deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
701
702
  stream state was inconsistent (such as zalloc or state being Z_NULL).
@@ -820,8 +821,9 @@ ZEXTERN int ZEXPORT deflateSetHeader(z_streamp strm,
820
821
  gzip file" and give up.
821
822
 
822
823
  If deflateSetHeader is not used, the default gzip header has text false,
823
- the time set to zero, and os set to 255, with no extra, name, or comment
824
- fields. The gzip header is returned to the default state by deflateReset().
824
+ the time set to zero, and os set to the current operating system, with no
825
+ extra, name, or comment fields. The gzip header is returned to the default
826
+ state by deflateReset().
825
827
 
826
828
  deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
827
829
  stream state was inconsistent.
@@ -960,6 +962,7 @@ ZEXTERN int ZEXPORT inflateReset(z_streamp strm);
960
962
  This function is equivalent to inflateEnd followed by inflateInit,
961
963
  but does not free and reallocate the internal decompression state. The
962
964
  stream will keep attributes that may have been set by inflateInit2.
965
+ total_in, total_out, adler, and msg are initialized.
963
966
 
964
967
  inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
965
968
  stream state was inconsistent (such as zalloc or state being Z_NULL).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v18.19.0",
3
+ "version": "v18.20.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"