node-linux-s390x 18.12.0 → 19.0.1

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 (262) hide show
  1. package/CHANGELOG.md +142 -1733
  2. package/bin/node +0 -0
  3. package/include/node/common.gypi +1 -1
  4. package/include/node/config.gypi +5 -5
  5. package/include/node/cppgc/common.h +0 -1
  6. package/include/node/node.h +6 -6
  7. package/include/node/node_version.h +6 -6
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +1 -0
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/err.h +13 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +1 -0
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/err.h +13 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +1 -0
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/err.h +13 -1
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +1 -0
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/err.h +13 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +1 -0
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/err.h +13 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +1 -0
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/err.h +13 -1
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +1 -0
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/err.h +13 -1
  35. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +1 -0
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/err.h +13 -1
  39. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +1 -0
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/err.h +13 -1
  43. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +1 -0
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/err.h +13 -1
  47. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +1 -0
  50. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/err.h +13 -1
  51. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +1 -0
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/err.h +13 -1
  55. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +1 -0
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/err.h +13 -1
  59. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +1 -0
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/err.h +13 -1
  63. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +1 -0
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/err.h +13 -1
  67. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +1 -0
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/err.h +13 -1
  71. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +1 -0
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/err.h +13 -1
  75. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +1 -0
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/err.h +13 -1
  79. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +1 -0
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/err.h +13 -1
  83. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +1 -0
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/err.h +13 -1
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +1 -0
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/err.h +13 -1
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +1 -0
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/err.h +13 -1
  95. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +1 -0
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/err.h +13 -1
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +1 -0
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/err.h +13 -1
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +1 -0
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/err.h +13 -1
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +1 -0
  110. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/err.h +13 -1
  111. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +1 -0
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/err.h +13 -1
  115. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +1 -0
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/err.h +13 -1
  119. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +1 -0
  122. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/err.h +13 -1
  123. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +1 -0
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/err.h +13 -1
  127. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +1 -0
  130. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/err.h +13 -1
  131. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  132. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  133. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +1 -0
  134. package/include/node/openssl/archs/linux-elf/asm/include/openssl/err.h +13 -1
  135. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +1 -0
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/err.h +13 -1
  139. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  140. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +1 -0
  142. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/err.h +13 -1
  143. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  145. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +1 -0
  146. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/err.h +13 -1
  147. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  148. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +1 -0
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/err.h +13 -1
  151. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  152. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +1 -0
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/err.h +13 -1
  155. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  157. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +1 -0
  158. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/err.h +13 -1
  159. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  160. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +1 -0
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/err.h +13 -1
  163. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +1 -0
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/err.h +13 -1
  167. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  169. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +1 -0
  170. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/err.h +13 -1
  171. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  172. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +1 -0
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/err.h +13 -1
  175. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +1 -0
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/err.h +13 -1
  179. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  180. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  181. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +1 -0
  182. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/err.h +13 -1
  183. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  184. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  185. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +1 -0
  186. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/err.h +13 -1
  187. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  188. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  189. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +1 -0
  190. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/err.h +13 -1
  191. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  192. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  193. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +1 -0
  194. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/err.h +13 -1
  195. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  196. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +1 -0
  198. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/err.h +13 -1
  199. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  200. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  201. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +1 -0
  202. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/err.h +13 -1
  203. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  204. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  205. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +1 -0
  206. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/err.h +13 -1
  207. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  208. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  209. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +1 -0
  210. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/err.h +13 -1
  211. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  212. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +1 -0
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/err.h +13 -1
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  216. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +1 -0
  218. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/err.h +13 -1
  219. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  220. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +1 -0
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/err.h +13 -1
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +1 -0
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/err.h +13 -1
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +1 -0
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/err.h +13 -1
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  232. package/include/node/v8-callbacks.h +19 -5
  233. package/include/node/v8-context.h +12 -8
  234. package/include/node/v8-date.h +5 -0
  235. package/include/node/v8-embedder-heap.h +8 -3
  236. package/include/node/v8-exception.h +1 -1
  237. package/include/node/v8-function.h +8 -0
  238. package/include/node/v8-initialization.h +23 -49
  239. package/include/node/v8-internal.h +312 -123
  240. package/include/node/v8-isolate.h +26 -42
  241. package/include/node/v8-local-handle.h +5 -5
  242. package/include/node/v8-locker.h +0 -11
  243. package/include/node/v8-maybe.h +24 -1
  244. package/include/node/v8-message.h +2 -4
  245. package/include/node/v8-microtask-queue.h +1 -1
  246. package/include/node/v8-object.h +8 -15
  247. package/include/node/v8-persistent-handle.h +0 -2
  248. package/include/node/v8-platform.h +54 -25
  249. package/include/node/v8-primitive.h +8 -8
  250. package/include/node/v8-profiler.h +84 -22
  251. package/include/node/v8-regexp.h +2 -1
  252. package/include/node/v8-script.h +62 -6
  253. package/include/node/v8-template.h +13 -76
  254. package/include/node/v8-value-serializer.h +46 -23
  255. package/include/node/v8-version.h +3 -3
  256. package/include/node/v8-wasm.h +5 -62
  257. package/include/node/v8-weak-callback-info.h +0 -7
  258. package/include/node/v8config.h +247 -13
  259. package/package.json +1 -1
  260. package/share/doc/node/gdbinit +9 -1
  261. package/share/man/man1/node.1 +9 -6
  262. package/share/systemtap/tapset/node.stp +0 -146
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.12',
39
+ 'v8_embedder_string': '-node.16',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -22,6 +22,7 @@
22
22
  'libdir': 'lib',
23
23
  'llvm_version': '0.0',
24
24
  'napi_build_version': '8',
25
+ 'node_builtin_shareable_builtins': ['deps/cjs-module-lexer/lexer.js', 'deps/cjs-module-lexer/dist/lexer.js', 'deps/undici/undici.js'],
25
26
  'node_byteorder': 'big',
26
27
  'node_debug_lib': 'false',
27
28
  'node_enable_d8': 'false',
@@ -63,6 +64,7 @@
63
64
  'lib/http2.js',
64
65
  'lib/https.js',
65
66
  'lib/inspector.js',
67
+ 'lib/inspector/promises.js',
66
68
  'lib/internal/abort_controller.js',
67
69
  'lib/internal/assert.js',
68
70
  'lib/internal/assert/assertion_error.js',
@@ -118,7 +120,6 @@
118
120
  'lib/internal/dns/callback_resolver.js',
119
121
  'lib/internal/dns/promises.js',
120
122
  'lib/internal/dns/utils.js',
121
- 'lib/internal/dtrace.js',
122
123
  'lib/internal/encoding.js',
123
124
  'lib/internal/error_serdes.js',
124
125
  'lib/internal/errors.js',
@@ -274,6 +275,7 @@
274
275
  'lib/internal/wasm_web_api.js',
275
276
  'lib/internal/watch_mode/files_watcher.js',
276
277
  'lib/internal/watchdog.js',
278
+ 'lib/internal/webidl.js',
277
279
  'lib/internal/webstreams/adapters.js',
278
280
  'lib/internal/webstreams/compression.js',
279
281
  'lib/internal/webstreams/encoding.js',
@@ -319,7 +321,7 @@
319
321
  'lib/wasi.js',
320
322
  'lib/worker_threads.js',
321
323
  'lib/zlib.js'],
322
- 'node_module_version': 108,
324
+ 'node_module_version': 111,
323
325
  'node_no_browser_globals': 'false',
324
326
  'node_prefix': '/',
325
327
  'node_release_urlbase': 'https://nodejs.org/download/release/',
@@ -337,8 +339,6 @@
337
339
  'node_tag': '',
338
340
  'node_target_type': 'executable',
339
341
  'node_use_bundled_v8': 'true',
340
- 'node_use_dtrace': 'false',
341
- 'node_use_etw': 'false',
342
342
  'node_use_node_code_cache': 'true',
343
343
  'node_use_node_snapshot': 'true',
344
344
  'node_use_openssl': 'true',
@@ -348,7 +348,7 @@
348
348
  'openssl_is_fips': 'false',
349
349
  'openssl_quic': 'true',
350
350
  'ossfuzz': 'false',
351
- 'shlib_suffix': 'so.108',
351
+ 'shlib_suffix': 'so.111',
352
352
  'target_arch': 's390x',
353
353
  'v8_enable_31bit_smis_on_64bit_arch': 0,
354
354
  'v8_enable_gdbjit': 0,
@@ -5,7 +5,6 @@
5
5
  #ifndef INCLUDE_CPPGC_COMMON_H_
6
6
  #define INCLUDE_CPPGC_COMMON_H_
7
7
 
8
- // TODO(chromium:1056170): Remove dependency on v8.
9
8
  #include "v8config.h" // NOLINT(build/include_directory)
10
9
 
11
10
  namespace cppgc {
@@ -309,6 +309,10 @@ NODE_EXTERN int Start(int argc, char* argv[]);
309
309
  // in the loop and / or actively executing JavaScript code).
310
310
  NODE_EXTERN int Stop(Environment* env);
311
311
 
312
+ // Set up per-process state needed to run Node.js. This will consume arguments
313
+ // from argv, fill exec_argv, and possibly add errors resulting from parsing
314
+ // the arguments to `errors`. The return value is a suggested exit code for the
315
+ // program; If it is 0, then initializing Node.js succeeded.
312
316
  // This runs a subset of the initialization performed by
313
317
  // InitializeOncePerProcess(), which supersedes this function.
314
318
  // The subset is roughly equivalent to the one given by
@@ -318,12 +322,8 @@ NODE_DEPRECATED("Use InitializeOncePerProcess() instead",
318
322
  std::vector<std::string>* argv,
319
323
  std::vector<std::string>* exec_argv,
320
324
  std::vector<std::string>* errors,
321
- ProcessInitializationFlags::Flags flags));
322
- NODE_DEPRECATED("Use InitializeOncePerProcess() instead",
323
- NODE_EXTERN int InitializeNodeWithArgs(
324
- std::vector<std::string>* argv,
325
- std::vector<std::string>* exec_argv,
326
- std::vector<std::string>* errors));
325
+ ProcessInitializationFlags::Flags flags =
326
+ ProcessInitializationFlags::kNoFlags));
327
327
 
328
328
  // Set up per-process state needed to run Node.js. This will consume arguments
329
329
  // from args, and return information about the initialization success,
@@ -22,12 +22,12 @@
22
22
  #ifndef SRC_NODE_VERSION_H_
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
- #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 12
27
- #define NODE_PATCH_VERSION 0
25
+ #define NODE_MAJOR_VERSION 19
26
+ #define NODE_MINOR_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
- #define NODE_VERSION_IS_LTS 1
30
- #define NODE_VERSION_LTS_CODENAME "Hydrogen"
29
+ #define NODE_VERSION_IS_LTS 0
30
+ #define NODE_VERSION_LTS_CODENAME ""
31
31
 
32
32
  #define NODE_VERSION_IS_RELEASE 1
33
33
 
@@ -89,7 +89,7 @@
89
89
  * version matching should open a pull request to reserve a number in this
90
90
  * registry.
91
91
  */
92
- #define NODE_MODULE_VERSION 108
92
+ #define NODE_MODULE_VERSION 111
93
93
 
94
94
  // The NAPI_VERSION provided by this version of the runtime. This is the version
95
95
  // which the Node binary being built supports.
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Fri Jul 8 16:43:57 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:13:54 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Fri Jul 8 16:44:06 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:03 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Fri Jul 8 16:44:15 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:11 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Fri Jul 8 16:44:23 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:19 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Fri Jul 8 16:44:36 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Fri Jul 8 16:44:48 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:42 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,