node-linux-arm64 18.18.1 → 18.19.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 (184) hide show
  1. package/CHANGELOG.md +492 -0
  2. package/LICENSE +22 -11
  3. package/README.md +8 -4
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +8 -3
  7. package/include/node/js_native_api.h +11 -1
  8. package/include/node/node_api.h +10 -9
  9. package/include/node/node_version.h +2 -2
  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/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/pkcs7.h +3 -3
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/pkcs7.h +3 -3
  19. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/pkcs7.h +3 -3
  22. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
  25. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  28. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/pkcs7.h +3 -3
  31. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/pkcs7.h +3 -3
  34. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/pkcs7.h +3 -3
  37. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs7.h +3 -3
  40. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/pkcs7.h +3 -3
  43. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/pkcs7.h +3 -3
  46. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/pkcs7.h +3 -3
  49. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/pkcs7.h +3 -3
  52. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/pkcs7.h +3 -3
  55. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/pkcs7.h +3 -3
  58. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/pkcs7.h +3 -3
  61. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  64. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/pkcs7.h +3 -3
  67. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/pkcs7.h +3 -3
  70. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  73. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  76. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/pkcs7.h +3 -3
  79. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  82. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  85. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/pkcs7.h +3 -3
  88. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/pkcs7.h +3 -3
  91. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/pkcs7.h +3 -3
  94. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/pkcs7.h +3 -3
  97. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/pkcs7.h +3 -3
  100. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/pkcs7.h +3 -3
  103. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/linux-elf/asm/include/openssl/pkcs7.h +3 -3
  106. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/pkcs7.h +3 -3
  109. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/pkcs7.h +3 -3
  112. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/pkcs7.h +3 -3
  115. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/pkcs7.h +3 -3
  118. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/pkcs7.h +3 -3
  121. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/pkcs7.h +3 -3
  124. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  126. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
  127. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  130. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  132. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/pkcs7.h +3 -3
  133. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  136. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  138. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  139. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +3 -3
  142. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/pkcs7.h +3 -3
  145. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/pkcs7.h +3 -3
  148. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  150. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/pkcs7.h +3 -3
  151. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/pkcs7.h +3 -3
  154. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/pkcs7.h +3 -3
  157. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  160. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  163. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  164. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  165. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/pkcs7.h +3 -3
  166. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  169. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  172. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs7.h +3 -3
  175. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  176. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  177. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  178. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  180. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  181. package/include/node/openssl/cmserr.h +2 -1
  182. package/include/node/openssl/evp.h +3 -1
  183. package/package.json +1 -1
  184. package/share/man/man1/node.1 +12 -0
package/LICENSE CHANGED
@@ -78,19 +78,30 @@ The externally maintained libraries used by Node.js are:
78
78
 
79
79
  - c-ares, located at deps/cares, is licensed as follows:
80
80
  """
81
- Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
81
+ MIT License
82
+
83
+ Copyright (c) 1998 Massachusetts Institute of Technology
84
+ Copyright (c) 2007 - 2023 Daniel Stenberg with many contributors, see AUTHORS
82
85
  file.
83
86
 
84
- Copyright 1998 by the Massachusetts Institute of Technology.
87
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
88
+ this software and associated documentation files (the "Software"), to deal in
89
+ the Software without restriction, including without limitation the rights to
90
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
91
+ the Software, and to permit persons to whom the Software is furnished to do so,
92
+ subject to the following conditions:
93
+
94
+ The above copyright notice and this permission notice (including the next
95
+ paragraph) shall be included in all copies or substantial portions of the
96
+ Software.
85
97
 
86
- Permission to use, copy, modify, and distribute this software and its
87
- documentation for any purpose and without fee is hereby granted, provided that
88
- the above copyright notice appear in all copies and that both that copyright
89
- notice and this permission notice appear in supporting documentation, and that
90
- the name of M.I.T. not be used in advertising or publicity pertaining to
91
- distribution of the software without specific, written prior permission.
92
- M.I.T. makes no representations about the suitability of this software for any
93
- purpose. It is provided "as is" without express or implied warranty.
98
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
+ SOFTWARE.
94
105
  """
95
106
 
96
107
  - cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
@@ -1329,7 +1340,7 @@ The externally maintained libraries used by Node.js are:
1329
1340
 
1330
1341
  - ada, located at deps/ada, is licensed as follows:
1331
1342
  """
1332
- Copyright 2023 Ada authors
1343
+ Copyright 2023 Yagiz Nizipli and Daniel Lemire
1333
1344
 
1334
1345
  Permission is hereby granted, free of charge, to any person obtaining a copy of
1335
1346
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -164,8 +164,12 @@ For information about the governance of the Node.js project, see
164
164
 
165
165
  * [aduh95](https://github.com/aduh95) -
166
166
  **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
167
+ * [anonrig](https://github.com/anonrig) -
168
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
167
169
  * [apapirovski](https://github.com/apapirovski) -
168
170
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
171
+ * [benjamingr](https://github.com/benjamingr) -
172
+ **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
169
173
  * [BridgeAR](https://github.com/BridgeAR) -
170
174
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
171
175
  * [cjihrig](https://github.com/cjihrig) -
@@ -202,8 +206,6 @@ For information about the governance of the Node.js project, see
202
206
  **Michaël Zasso** <<targos@protonmail.com>> (he/him)
203
207
  * [tniessen](https://github.com/tniessen) -
204
208
  **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
205
- * [Trott](https://github.com/Trott) -
206
- **Rich Trott** <<rtrott@gmail.com>> (he/him)
207
209
 
208
210
  #### TSC regular members
209
211
 
@@ -229,6 +231,8 @@ For information about the governance of the Node.js project, see
229
231
  **Rod Vagg** <<r@va.gg>>
230
232
  * [TimothyGu](https://github.com/TimothyGu) -
231
233
  **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
234
+ * [Trott](https://github.com/Trott) -
235
+ **Rich Trott** <<rtrott@gmail.com>> (he/him)
232
236
 
233
237
  <details>
234
238
 
@@ -383,8 +387,6 @@ For information about the governance of the Node.js project, see
383
387
  **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
384
388
  * [legendecas](https://github.com/legendecas) -
385
389
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
386
- * [Leko](https://github.com/Leko) -
387
- **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
388
390
  * [linkgoron](https://github.com/linkgoron) -
389
391
  **Nitzan Uziely** <<linkgoron@gmail.com>>
390
392
  * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
@@ -579,6 +581,8 @@ For information about the governance of the Node.js project, see
579
581
  **Kunal Pathak** <<kunal.pathak@microsoft.com>>
580
582
  * [lance](https://github.com/lance) -
581
583
  **Lance Ball** <<lball@redhat.com>> (he/him)
584
+ * [Leko](https://github.com/Leko) -
585
+ **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
582
586
  * [lucamaraschi](https://github.com/lucamaraschi) -
583
587
  **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
584
588
  * [lundibundi](https://github.com/lundibundi) -
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.26',
39
+ 'v8_embedder_string': '-node.28',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -74,8 +74,8 @@
74
74
  'lib/internal/blob.js',
75
75
  'lib/internal/blocklist.js',
76
76
  'lib/internal/bootstrap/browser.js',
77
- 'lib/internal/bootstrap/loaders.js',
78
77
  'lib/internal/bootstrap/node.js',
78
+ 'lib/internal/bootstrap/realm.js',
79
79
  'lib/internal/bootstrap/switches/does_not_own_process_state.js',
80
80
  'lib/internal/bootstrap/switches/does_own_process_state.js',
81
81
  'lib/internal/bootstrap/switches/is_main_thread.js',
@@ -167,7 +167,6 @@
167
167
  'lib/internal/main/watch_mode.js',
168
168
  'lib/internal/main/worker_thread.js',
169
169
  'lib/internal/mime.js',
170
- 'lib/internal/modules/cjs/helpers.js',
171
170
  'lib/internal/modules/cjs/loader.js',
172
171
  'lib/internal/modules/esm/assert.js',
173
172
  'lib/internal/modules/esm/create_dynamic_module.js',
@@ -175,6 +174,7 @@
175
174
  'lib/internal/modules/esm/formats.js',
176
175
  'lib/internal/modules/esm/get_format.js',
177
176
  'lib/internal/modules/esm/handle_process_exit.js',
177
+ 'lib/internal/modules/esm/hooks.js',
178
178
  'lib/internal/modules/esm/initialize_import_meta.js',
179
179
  'lib/internal/modules/esm/load.js',
180
180
  'lib/internal/modules/esm/loader.js',
@@ -182,8 +182,11 @@
182
182
  'lib/internal/modules/esm/module_map.js',
183
183
  'lib/internal/modules/esm/package_config.js',
184
184
  'lib/internal/modules/esm/resolve.js',
185
+ 'lib/internal/modules/esm/shared_constants.js',
185
186
  'lib/internal/modules/esm/translators.js',
186
187
  'lib/internal/modules/esm/utils.js',
188
+ 'lib/internal/modules/esm/worker.js',
189
+ 'lib/internal/modules/helpers.js',
187
190
  'lib/internal/modules/package_json_reader.js',
188
191
  'lib/internal/modules/run_main.js',
189
192
  'lib/internal/net.js',
@@ -255,8 +258,10 @@
255
258
  'lib/internal/test/transfer.js',
256
259
  'lib/internal/test_runner/coverage.js',
257
260
  'lib/internal/test_runner/harness.js',
258
- 'lib/internal/test_runner/mock.js',
261
+ 'lib/internal/test_runner/mock/mock.js',
262
+ 'lib/internal/test_runner/mock/mock_timers.js',
259
263
  'lib/internal/test_runner/reporter/dot.js',
264
+ 'lib/internal/test_runner/reporter/junit.js',
260
265
  'lib/internal/test_runner/reporter/spec.js',
261
266
  'lib/internal/test_runner/reporter/tap.js',
262
267
  'lib/internal/test_runner/reporter/v8-serializer.js',
@@ -28,7 +28,7 @@
28
28
  #ifndef NAPI_EXTERN
29
29
  #ifdef _WIN32
30
30
  #define NAPI_EXTERN __declspec(dllexport)
31
- #elif defined(__wasm32__)
31
+ #elif defined(__wasm__)
32
32
  #define NAPI_EXTERN \
33
33
  __attribute__((visibility("default"))) \
34
34
  __attribute__((__import_module__("napi")))
@@ -517,6 +517,16 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
517
517
 
518
518
  #endif // NAPI_VERSION >= 5
519
519
 
520
+ #ifdef NAPI_EXPERIMENTAL
521
+
522
+ NAPI_EXTERN napi_status NAPI_CDECL
523
+ node_api_post_finalizer(napi_env env,
524
+ napi_finalize finalize_cb,
525
+ void* finalize_data,
526
+ void* finalize_hint);
527
+
528
+ #endif // NAPI_EXPERIMENTAL
529
+
520
530
  #if NAPI_VERSION >= 6
521
531
 
522
532
  // BigInt
@@ -1,11 +1,11 @@
1
1
  #ifndef SRC_NODE_API_H_
2
2
  #define SRC_NODE_API_H_
3
3
 
4
- #ifdef BUILDING_NODE_EXTENSION
4
+ #if defined(BUILDING_NODE_EXTENSION) && !defined(NAPI_EXTERN)
5
5
  #ifdef _WIN32
6
6
  // Building native addon against node
7
7
  #define NAPI_EXTERN __declspec(dllimport)
8
- #elif defined(__wasm32__)
8
+ #elif defined(__wasm__)
9
9
  #define NAPI_EXTERN __attribute__((__import_module__("napi")))
10
10
  #endif
11
11
  #endif
@@ -17,8 +17,13 @@ struct uv_loop_s; // Forward declaration.
17
17
  #ifdef _WIN32
18
18
  #define NAPI_MODULE_EXPORT __declspec(dllexport)
19
19
  #else
20
+ #ifdef __EMSCRIPTEN__
21
+ #define NAPI_MODULE_EXPORT \
22
+ __attribute__((visibility("default"))) __attribute__((used))
23
+ #else
20
24
  #define NAPI_MODULE_EXPORT __attribute__((visibility("default")))
21
25
  #endif
26
+ #endif
22
27
 
23
28
  #if defined(__GNUC__)
24
29
  #define NAPI_NO_RETURN __attribute__((noreturn))
@@ -30,7 +35,7 @@ struct uv_loop_s; // Forward declaration.
30
35
 
31
36
  typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
32
37
  napi_value exports);
33
- typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)();
38
+ typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
34
39
 
35
40
  // Used by deprecated registration method napi_module_register.
36
41
  typedef struct napi_module {
@@ -49,7 +54,7 @@ typedef struct napi_module {
49
54
  NAPI_MODULE_INITIALIZER_X_HELPER(base, version)
50
55
  #define NAPI_MODULE_INITIALIZER_X_HELPER(base, version) base##version
51
56
 
52
- #ifdef __wasm32__
57
+ #ifdef __wasm__
53
58
  #define NAPI_MODULE_INITIALIZER_BASE napi_register_wasm_v
54
59
  #else
55
60
  #define NAPI_MODULE_INITIALIZER_BASE napi_register_module_v
@@ -66,7 +71,7 @@ typedef struct napi_module {
66
71
 
67
72
  #define NAPI_MODULE_INIT() \
68
73
  EXTERN_C_START \
69
- NAPI_MODULE_EXPORT int32_t NODE_API_MODULE_GET_API_VERSION() { \
74
+ NAPI_MODULE_EXPORT int32_t NODE_API_MODULE_GET_API_VERSION(void) { \
70
75
  return NAPI_VERSION; \
71
76
  } \
72
77
  NAPI_MODULE_EXPORT napi_value NAPI_MODULE_INITIALIZER(napi_env env, \
@@ -143,7 +148,6 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_buffer_info(napi_env env,
143
148
  void** data,
144
149
  size_t* length);
145
150
 
146
- #ifndef __wasm32__
147
151
  // Methods to manage simple async operations
148
152
  NAPI_EXTERN napi_status NAPI_CDECL
149
153
  napi_create_async_work(napi_env env,
@@ -159,7 +163,6 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_queue_async_work(napi_env env,
159
163
  napi_async_work work);
160
164
  NAPI_EXTERN napi_status NAPI_CDECL napi_cancel_async_work(napi_env env,
161
165
  napi_async_work work);
162
- #endif // __wasm32__
163
166
 
164
167
  // version management
165
168
  NAPI_EXTERN napi_status NAPI_CDECL
@@ -197,7 +200,6 @@ napi_close_callback_scope(napi_env env, napi_callback_scope scope);
197
200
 
198
201
  #if NAPI_VERSION >= 4
199
202
 
200
- #ifndef __wasm32__
201
203
  // Calling into JS from other threads
202
204
  NAPI_EXTERN napi_status NAPI_CDECL
203
205
  napi_create_threadsafe_function(napi_env env,
@@ -231,7 +233,6 @@ napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func);
231
233
 
232
234
  NAPI_EXTERN napi_status NAPI_CDECL
233
235
  napi_ref_threadsafe_function(napi_env env, napi_threadsafe_function func);
234
- #endif // __wasm32__
235
236
 
236
237
  #endif // NAPI_VERSION >= 4
237
238
 
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 18
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 19
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Hydrogen"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Sun Aug 6 00:25:19 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 14:48:37 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 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Sun Aug 6 00:25:40 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 14:48:56 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 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Sun Aug 6 00:26:00 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 14:49:16 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 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Sun Aug 6 00:26:19 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 14:49:35 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 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Sun Aug 6 00:26:43 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 14:49:58 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 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Sun Aug 6 00:27:07 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 14:50:22 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a