node-linux-arm64 18.17.0 → 18.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/CHANGELOG.md +216 -0
  2. package/LICENSE +515 -520
  3. package/README.md +11 -2
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +48 -20
  6. package/include/node/js_native_api.h +18 -0
  7. package/include/node/node_version.h +1 -1
  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/opensslv.h +5 -5
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h +29 -0
  96. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/dso_conf.h +19 -0
  97. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1.h +1128 -0
  98. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1t.h +946 -0
  99. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +887 -0
  100. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cms.h +493 -0
  101. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/conf.h +211 -0
  102. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/configuration.h +137 -0
  103. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crmf.h +227 -0
  104. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crypto.h +558 -0
  105. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ct.h +573 -0
  106. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/err.h +504 -0
  107. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ess.h +128 -0
  108. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/fipskey.h +36 -0
  109. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/lhash.h +288 -0
  110. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ocsp.h +483 -0
  111. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs12.h +350 -0
  113. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +427 -0
  114. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/safestack.h +297 -0
  115. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/srp.h +285 -0
  116. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2668 -0
  117. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ui.h +407 -0
  118. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509.h +1276 -0
  119. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_vfy.h +894 -0
  120. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509v3.h +1450 -0
  121. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +123 -0
  122. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_digests.h +160 -0
  123. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_dsa.h +94 -0
  124. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ec.h +286 -0
  125. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ecx.h +50 -0
  126. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_rsa.h +187 -0
  127. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_sm2.h +37 -0
  128. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_wrap.h +46 -0
  129. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  148. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/asn1_no-asm.h +2 -0
  156. package/include/node/openssl/asn1t_no-asm.h +2 -0
  157. package/include/node/openssl/bio_no-asm.h +2 -0
  158. package/include/node/openssl/bn_conf_no-asm.h +2 -0
  159. package/include/node/openssl/cmp_no-asm.h +2 -0
  160. package/include/node/openssl/cms_no-asm.h +2 -0
  161. package/include/node/openssl/conf_no-asm.h +2 -0
  162. package/include/node/openssl/configuration_no-asm.h +2 -0
  163. package/include/node/openssl/crmf_no-asm.h +2 -0
  164. package/include/node/openssl/crypto_no-asm.h +2 -0
  165. package/include/node/openssl/ct_no-asm.h +2 -0
  166. package/include/node/openssl/dh.h +6 -2
  167. package/include/node/openssl/dso_conf_no-asm.h +2 -0
  168. package/include/node/openssl/err_no-asm.h +2 -0
  169. package/include/node/openssl/ess_no-asm.h +2 -0
  170. package/include/node/openssl/fipskey_no-asm.h +2 -0
  171. package/include/node/openssl/lhash_no-asm.h +2 -0
  172. package/include/node/openssl/ocsp_no-asm.h +2 -0
  173. package/include/node/openssl/opensslv_no-asm.h +2 -0
  174. package/include/node/openssl/pkcs12_no-asm.h +2 -0
  175. package/include/node/openssl/pkcs7_no-asm.h +2 -0
  176. package/include/node/openssl/safestack_no-asm.h +2 -0
  177. package/include/node/openssl/srp_no-asm.h +2 -0
  178. package/include/node/openssl/ssl_no-asm.h +2 -0
  179. package/include/node/openssl/ui_no-asm.h +2 -0
  180. package/include/node/openssl/x509_no-asm.h +2 -0
  181. package/include/node/openssl/x509_vfy_no-asm.h +2 -0
  182. package/include/node/openssl/x509err.h +2 -1
  183. package/include/node/openssl/x509v3_no-asm.h +2 -0
  184. package/include/node/uv/darwin.h +3 -3
  185. package/include/node/uv/errno.h +18 -1
  186. package/include/node/uv/linux.h +1 -1
  187. package/include/node/uv/threadpool.h +1 -1
  188. package/include/node/uv/unix.h +25 -24
  189. package/include/node/uv/version.h +2 -2
  190. package/include/node/uv/win.h +20 -17
  191. package/include/node/uv.h +81 -19
  192. package/include/node/zconf.h +1 -1
  193. package/include/node/zlib.h +175 -175
  194. package/package.json +1 -1
  195. package/include/node/uv/stdint-msvc2008.h +0 -247
package/README.md CHANGED
@@ -291,6 +291,8 @@ For information about the governance of the Node.js project, see
291
291
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
292
292
  * [AshCripps](https://github.com/AshCripps) -
293
293
  **Ash Cripps** <<email@ashleycripps.co.uk>>
294
+ * [atlowChemi](https://github.com/atlowChemi) -
295
+ **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
294
296
  * [Ayase-252](https://github.com/Ayase-252) -
295
297
  **Qingyu Deng** <<i@ayase-lab.com>>
296
298
  * [bengl](https://github.com/bengl) -
@@ -377,6 +379,8 @@ For information about the governance of the Node.js project, see
377
379
  **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
378
380
  * [kuriyosh](https://github.com/kuriyosh) -
379
381
  **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
382
+ * [kvakil](https://github.com/kvakil) -
383
+ **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
380
384
  * [legendecas](https://github.com/legendecas) -
381
385
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
382
386
  * [Leko](https://github.com/Leko) -
@@ -461,6 +465,8 @@ For information about the governance of the Node.js project, see
461
465
  **Rich Trott** <<rtrott@gmail.com>> (he/him)
462
466
  * [vdeturckheim](https://github.com/vdeturckheim) -
463
467
  **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
468
+ * [vmoroz](https://github.com/vmoroz) -
469
+ **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
464
470
  * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
465
471
  **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
466
472
  * [watilde](https://github.com/watilde) -
@@ -705,14 +711,14 @@ maintaining the Node.js project.
705
711
  **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
706
712
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
707
713
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
708
- * [kvakil](https://github.com/kvakil) -
709
- **Keyhan Vakil** <<kvakil@sylph.kvakil.me>> (they/them)
710
714
  * [marsonya](https://github.com/marsonya) -
711
715
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
712
716
  * [meixg](https://github.com/meixg) -
713
717
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
714
718
  * [Mesteery](https://github.com/Mesteery) -
715
719
  **Mestery** <<mestery@protonmail.com>> (he/him)
720
+ * [preveen-stack](https://github.com/preveen-stack) -
721
+ **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
716
722
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
717
723
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
718
724
  * [RaisinTen](https://github.com/RaisinTen) -
@@ -745,6 +751,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
745
751
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
746
752
  * **Ruy Adorno** <<ruyadorno@hotmail.com>>
747
753
  `108F52B48DB57BB0CC439B2997B01419BD92F80A`
754
+ * **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>>
755
+ `A363A499291CBBC940DD62E41F10027AF002F8B0`
748
756
 
749
757
  To import the full set of trusted release keys (including subkeys possibly used
750
758
  to sign releases):
@@ -759,6 +767,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73B
759
767
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
760
768
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
761
769
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
770
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0
762
771
  ```
763
772
 
764
773
  See [Verifying binaries](#verifying-binaries) for how to use these keys to
package/bin/node CHANGED
Binary file
@@ -411,28 +411,56 @@
411
411
  'cflags': [ '-I/usr/local/include' ],
412
412
  'ldflags': [ '-Wl,-z,wxneeded' ],
413
413
  }],
414
- ],
415
- 'conditions': [
416
- [ 'target_arch=="ia32"', {
417
- 'cflags': [ '-m32' ],
418
- 'ldflags': [ '-m32' ],
419
- }],
420
- [ 'target_arch=="x64"', {
421
- 'cflags': [ '-m64' ],
422
- 'ldflags': [ '-m64' ],
423
- }],
424
- [ 'target_arch=="ppc" and OS not in "aix os400"', {
425
- 'cflags': [ '-m32' ],
426
- 'ldflags': [ '-m32' ],
427
- }],
428
- [ 'target_arch=="ppc64" and OS not in "aix os400"', {
429
- 'cflags': [ '-m64', '-mminimal-toc' ],
430
- 'ldflags': [ '-m64' ],
414
+ ['_toolset=="host"', {
415
+ 'conditions': [
416
+ [ 'host_arch=="ia32"', {
417
+ 'cflags': [ '-m32' ],
418
+ 'ldflags': [ '-m32' ],
419
+ }],
420
+ [ 'host_arch=="x64"', {
421
+ 'cflags': [ '-m64' ],
422
+ 'ldflags': [ '-m64' ],
423
+ }],
424
+ [ 'host_arch=="ppc" and OS not in "aix os400"', {
425
+ 'cflags': [ '-m32' ],
426
+ 'ldflags': [ '-m32' ],
427
+ }],
428
+ [ 'host_arch=="ppc64" and OS not in "aix os400"', {
429
+ 'cflags': [ '-m64', '-mminimal-toc' ],
430
+ 'ldflags': [ '-m64' ],
431
+ }],
432
+ [ 'host_arch=="s390x" and OS=="linux"', {
433
+ 'cflags': [ '-m64', '-march=z196' ],
434
+ 'ldflags': [ '-m64', '-march=z196' ],
435
+ }],
436
+ ],
431
437
  }],
432
- [ 'target_arch=="s390x" and OS=="linux"', {
433
- 'cflags': [ '-m64', '-march=z196' ],
434
- 'ldflags': [ '-m64', '-march=z196' ],
438
+ ['_toolset=="target"', {
439
+ 'conditions': [
440
+ [ 'target_arch=="ia32"', {
441
+ 'cflags': [ '-m32' ],
442
+ 'ldflags': [ '-m32' ],
443
+ }],
444
+ [ 'target_arch=="x64"', {
445
+ 'cflags': [ '-m64' ],
446
+ 'ldflags': [ '-m64' ],
447
+ }],
448
+ [ 'target_arch=="ppc" and OS not in "aix os400"', {
449
+ 'cflags': [ '-m32' ],
450
+ 'ldflags': [ '-m32' ],
451
+ }],
452
+ [ 'target_arch=="ppc64" and OS not in "aix os400"', {
453
+ 'cflags': [ '-m64', '-mminimal-toc' ],
454
+ 'ldflags': [ '-m64' ],
455
+ }],
456
+ [ 'target_arch=="s390x" and OS=="linux"', {
457
+ 'cflags': [ '-m64', '-march=z196' ],
458
+ 'ldflags': [ '-m64', '-march=z196' ],
459
+ }],
460
+ ],
435
461
  }],
462
+ ],
463
+ 'conditions': [
436
464
  [ 'OS=="solaris"', {
437
465
  'cflags': [ '-pthreads' ],
438
466
  'ldflags': [ '-pthreads' ],
@@ -92,6 +92,24 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
92
92
  const char16_t* str,
93
93
  size_t length,
94
94
  napi_value* result);
95
+ #ifdef NAPI_EXPERIMENTAL
96
+ NAPI_EXTERN napi_status NAPI_CDECL
97
+ node_api_create_external_string_latin1(napi_env env,
98
+ char* str,
99
+ size_t length,
100
+ napi_finalize finalize_callback,
101
+ void* finalize_hint,
102
+ napi_value* result,
103
+ bool* copied);
104
+ NAPI_EXTERN napi_status NAPI_CDECL
105
+ node_api_create_external_string_utf16(napi_env env,
106
+ char16_t* str,
107
+ size_t length,
108
+ napi_finalize finalize_callback,
109
+ void* finalize_hint,
110
+ napi_value* result,
111
+ bool* copied);
112
+ #endif // NAPI_EXPERIMENTAL
95
113
  NAPI_EXTERN napi_status NAPI_CDECL napi_create_symbol(napi_env env,
96
114
  napi_value description,
97
115
  napi_value* result);
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 17
26
+ #define NODE_MINOR_VERSION 18
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Fri Jun 9 11:58:46 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:25:19 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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 Jun 9 11:59:07 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:25:40 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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 Jun 9 11:59:26 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:26:00 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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 Jun 9 11:59:45 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:26:19 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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 Jun 9 12:00:09 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:26:43 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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 Jun 9 12:00:34 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:27:07 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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: "
14
- #define DATE "built on: Fri Jun 9 12:15:22 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:43:26 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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: "
14
- #define DATE "built on: Fri Jun 9 12:15:41 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:43:47 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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: "
14
- #define DATE "built on: Fri Jun 9 12:16:00 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:44:09 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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: VC-WIN64-ARM"
14
- #define DATE "built on: Fri Jun 9 12:16:18 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:44:29 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 9
32
+ # define OPENSSL_VERSION_PATCH 10
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.9"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.10"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.10+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 "30 May 2023"
85
+ # define OPENSSL_RELEASE_DATE "1 Aug 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
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: "
14
- #define DATE "built on: Fri Jun 9 12:14:15 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 00:42:10 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a