node-linux-s390x 24.14.1 → 24.16.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 (192) hide show
  1. package/CHANGELOG.md +543 -0
  2. package/README.md +11 -15
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +2 -2
  5. package/include/node/config.gypi +10 -6
  6. package/include/node/js_native_api.h +10 -0
  7. package/include/node/js_native_api_types.h +4 -0
  8. package/include/node/node.h +16 -0
  9. package/include/node/node_api_types.h +2 -0
  10. package/include/node/node_version.h +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +3 -1
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +3 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +3 -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/cmp.h +3 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +3 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +3 -1
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +3 -1
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +3 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +3 -1
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +3 -1
  40. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +3 -1
  43. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +3 -1
  46. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +3 -1
  49. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +3 -1
  52. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +3 -1
  55. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +3 -1
  58. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +3 -1
  61. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +3 -1
  64. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +3 -1
  67. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +3 -1
  70. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +3 -1
  73. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +3 -1
  76. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +3 -1
  79. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +3 -1
  82. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +3 -1
  85. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +3 -1
  88. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +3 -1
  91. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +3 -1
  94. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +3 -1
  97. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +3 -1
  100. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +3 -1
  103. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +3 -1
  106. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +3 -1
  109. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +3 -1
  112. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +3 -1
  115. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +3 -1
  118. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +3 -1
  121. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  122. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +3 -1
  124. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +3 -1
  127. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +3 -1
  130. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +3 -1
  133. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +3 -1
  136. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +3 -1
  139. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  140. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +3 -1
  142. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +3 -1
  145. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +3 -1
  148. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +3 -1
  151. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  152. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +3 -1
  154. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  156. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +3 -1
  157. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +3 -1
  160. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  161. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +3 -1
  163. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +3 -1
  166. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  167. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  168. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +3 -1
  169. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +3 -1
  172. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  173. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +3 -1
  175. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +3 -1
  178. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  180. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +3 -1
  181. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  182. package/include/node/openssl/core_dispatch.h +17 -17
  183. package/include/node/openssl/httperr.h +2 -1
  184. package/include/node/openssl/macros.h +2 -1
  185. package/include/node/openssl/rsa.h +3 -3
  186. package/include/node/openssl/types.h +3 -1
  187. package/include/node/uv/unix.h +1 -4
  188. package/include/node/uv/version.h +2 -2
  189. package/include/node/uv/win.h +1 -1
  190. package/include/node/uv.h +12 -8
  191. package/package.json +1 -1
  192. package/share/man/man1/node.1 +23 -0
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Jan 27 17:37:37 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:17:03 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Jan 27 17:38:01 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:17:27 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Jan 27 17:38:22 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:17:47 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2019-2026 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
@@ -162,16 +162,16 @@ OSSL_CORE_MAKE_FUNC(void,
162
162
 
163
163
  OSSL_CORE_MAKE_FUNC(OSSL_CORE_BIO *, BIO_new_file, (const char *filename, const char *mode))
164
164
  OSSL_CORE_MAKE_FUNC(OSSL_CORE_BIO *, BIO_new_membuf, (const void *buf, int len))
165
- OSSL_CORE_MAKE_FUNC(int, BIO_read_ex, (OSSL_CORE_BIO * bio, void *data, size_t data_len, size_t *bytes_read))
166
- OSSL_CORE_MAKE_FUNC(int, BIO_write_ex, (OSSL_CORE_BIO * bio, const void *data, size_t data_len, size_t *written))
167
- OSSL_CORE_MAKE_FUNC(int, BIO_gets, (OSSL_CORE_BIO * bio, char *buf, int size))
168
- OSSL_CORE_MAKE_FUNC(int, BIO_puts, (OSSL_CORE_BIO * bio, const char *str))
169
- OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO * bio))
170
- OSSL_CORE_MAKE_FUNC(int, BIO_free, (OSSL_CORE_BIO * bio))
171
- OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO * bio, const char *format, va_list args))
165
+ OSSL_CORE_MAKE_FUNC(int, BIO_read_ex, (OSSL_CORE_BIO *bio, void *data, size_t data_len, size_t *bytes_read))
166
+ OSSL_CORE_MAKE_FUNC(int, BIO_write_ex, (OSSL_CORE_BIO *bio, const void *data, size_t data_len, size_t *written))
167
+ OSSL_CORE_MAKE_FUNC(int, BIO_gets, (OSSL_CORE_BIO *bio, char *buf, int size))
168
+ OSSL_CORE_MAKE_FUNC(int, BIO_puts, (OSSL_CORE_BIO *bio, const char *str))
169
+ OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
170
+ OSSL_CORE_MAKE_FUNC(int, BIO_free, (OSSL_CORE_BIO *bio))
171
+ OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO *bio, const char *format, va_list args))
172
172
  OSSL_CORE_MAKE_FUNC(int, BIO_vsnprintf,
173
173
  (char *buf, size_t n, const char *fmt, va_list args))
174
- OSSL_CORE_MAKE_FUNC(int, BIO_ctrl, (OSSL_CORE_BIO * bio, int cmd, long num, void *ptr))
174
+ OSSL_CORE_MAKE_FUNC(int, BIO_ctrl, (OSSL_CORE_BIO *bio, int cmd, long num, void *ptr))
175
175
 
176
176
  /* New seeding functions prototypes with the 101-104 series */
177
177
  #define OSSL_FUNC_CLEANUP_USER_ENTROPY 96
@@ -180,9 +180,9 @@ OSSL_CORE_MAKE_FUNC(int, BIO_ctrl, (OSSL_CORE_BIO * bio, int cmd, long num, void
180
180
  #define OSSL_FUNC_GET_USER_NONCE 99
181
181
 
182
182
  #define OSSL_FUNC_INDICATOR_CB 95
183
- OSSL_CORE_MAKE_FUNC(void, indicator_cb, (OPENSSL_CORE_CTX * ctx, OSSL_INDICATOR_CALLBACK **cb))
183
+ OSSL_CORE_MAKE_FUNC(void, indicator_cb, (OPENSSL_CORE_CTX *ctx, OSSL_INDICATOR_CALLBACK **cb))
184
184
  #define OSSL_FUNC_SELF_TEST_CB 100
185
- OSSL_CORE_MAKE_FUNC(void, self_test_cb, (OPENSSL_CORE_CTX * ctx, OSSL_CALLBACK **cb, void **cbarg))
185
+ OSSL_CORE_MAKE_FUNC(void, self_test_cb, (OPENSSL_CORE_CTX *ctx, OSSL_CALLBACK **cb, void **cbarg))
186
186
 
187
187
  /* Functions to get seed material from the operating system */
188
188
  #define OSSL_FUNC_GET_ENTROPY 101
@@ -257,26 +257,26 @@ OSSL_CORE_MAKE_FUNC(int, provider_random_bytes, (void *provctx, int which, void
257
257
  /* Libssl related functions */
258
258
  #define OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND 2001
259
259
  OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_crypto_send,
260
- (SSL * s, const unsigned char *buf, size_t buf_len,
260
+ (SSL *s, const unsigned char *buf, size_t buf_len,
261
261
  size_t *consumed, void *arg))
262
262
  #define OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_RECV_RCD 2002
263
263
  OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_crypto_recv_rcd,
264
- (SSL * s, const unsigned char **buf, size_t *bytes_read,
264
+ (SSL *s, const unsigned char **buf, size_t *bytes_read,
265
265
  void *arg))
266
266
  #define OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_RELEASE_RCD 2003
267
267
  OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_crypto_release_rcd,
268
- (SSL * s, size_t bytes_read, void *arg))
268
+ (SSL *s, size_t bytes_read, void *arg))
269
269
  #define OSSL_FUNC_SSL_QUIC_TLS_YIELD_SECRET 2004
270
270
  OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_yield_secret,
271
- (SSL * s, uint32_t prot_level, int direction,
271
+ (SSL *s, uint32_t prot_level, int direction,
272
272
  const unsigned char *secret, size_t secret_len, void *arg))
273
273
  #define OSSL_FUNC_SSL_QUIC_TLS_GOT_TRANSPORT_PARAMS 2005
274
274
  OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_got_transport_params,
275
- (SSL * s, const unsigned char *params, size_t params_len,
275
+ (SSL *s, const unsigned char *params, size_t params_len,
276
276
  void *arg))
277
277
  #define OSSL_FUNC_SSL_QUIC_TLS_ALERT 2006
278
278
  OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_alert,
279
- (SSL * s, unsigned char alert_code, void *arg))
279
+ (SSL *s, unsigned char alert_code, void *arg))
280
280
 
281
281
  /* Operations */
282
282
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -21,6 +21,7 @@
21
21
  */
22
22
  #define HTTP_R_ASN1_LEN_EXCEEDS_MAX_RESP_LEN 108
23
23
  #define HTTP_R_CONNECT_FAILURE 100
24
+ #define HTTP_R_CONTENT_TYPE_MISMATCH 131
24
25
  #define HTTP_R_ERROR_PARSING_ASN1_LENGTH 109
25
26
  #define HTTP_R_ERROR_PARSING_CONTENT_LENGTH 119
26
27
  #define HTTP_R_ERROR_PARSING_URL 101
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2019-2026 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
@@ -168,6 +168,7 @@
168
168
  * 'no-deprecated'.
169
169
  */
170
170
 
171
+ #undef OPENSSL_NO_DEPRECATED_3_5
171
172
  #undef OPENSSL_NO_DEPRECATED_3_4
172
173
  #undef OPENSSL_NO_DEPRECATED_3_1
173
174
  #undef OPENSSL_NO_DEPRECATED_3_0
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2026 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
@@ -334,13 +334,13 @@ struct rsa_pss_params_st {
334
334
  DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
335
335
  DECLARE_ASN1_DUP_FUNCTION(RSA_PSS_PARAMS)
336
336
 
337
- typedef struct rsa_oaep_params_st {
337
+ struct rsa_oaep_params_st {
338
338
  X509_ALGOR *hashFunc;
339
339
  X509_ALGOR *maskGenFunc;
340
340
  X509_ALGOR *pSourceFunc;
341
341
  /* Decoded hash algorithm from maskGenFunc */
342
342
  X509_ALGOR *maskHash;
343
- } RSA_OAEP_PARAMS;
343
+ };
344
344
 
345
345
  DECLARE_ASN1_FUNCTIONS(RSA_OAEP_PARAMS)
346
346
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2001-2025 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2001-2026 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
@@ -155,7 +155,9 @@ typedef struct dsa_method DSA_METHOD;
155
155
  typedef struct rsa_st RSA;
156
156
  typedef struct rsa_meth_st RSA_METHOD;
157
157
  #endif
158
+
158
159
  typedef struct rsa_pss_params_st RSA_PSS_PARAMS;
160
+ typedef struct rsa_oaep_params_st RSA_OAEP_PARAMS;
159
161
 
160
162
  #ifndef OPENSSL_NO_DEPRECATED_3_0
161
163
  typedef struct ec_key_st EC_KEY;
@@ -85,13 +85,10 @@
85
85
  struct uv__io_s;
86
86
  struct uv_loop_s;
87
87
 
88
- typedef void (*uv__io_cb)(struct uv_loop_s* loop,
89
- struct uv__io_s* w,
90
- unsigned int events);
91
88
  typedef struct uv__io_s uv__io_t;
92
89
 
93
90
  struct uv__io_s {
94
- uv__io_cb cb;
91
+ uintptr_t bits;
95
92
  struct uv__queue pending_queue;
96
93
  struct uv__queue watcher_queue;
97
94
  unsigned int pevents; /* Pending event mask i.e. mask at next tick. */
@@ -31,8 +31,8 @@
31
31
  */
32
32
 
33
33
  #define UV_VERSION_MAJOR 1
34
- #define UV_VERSION_MINOR 51
35
- #define UV_VERSION_PATCH 0
34
+ #define UV_VERSION_MINOR 52
35
+ #define UV_VERSION_PATCH 1
36
36
  #define UV_VERSION_IS_RELEASE 1
37
37
  #define UV_VERSION_SUFFIX ""
38
38
 
@@ -279,7 +279,7 @@ typedef struct {
279
279
  DWORD tls_index;
280
280
  } uv_key_t;
281
281
 
282
- #define UV_ONCE_INIT { 0, NULL }
282
+ #define UV_ONCE_INIT { 0, { NULL } }
283
283
 
284
284
  typedef struct uv_once_s {
285
285
  unsigned char unused;
package/include/node/uv.h CHANGED
@@ -44,10 +44,8 @@ extern "C" {
44
44
  /* Building static library. */
45
45
  # define UV_EXTERN /* nothing */
46
46
  # endif
47
- #elif __GNUC__ >= 4
47
+ #elif defined(__GNUC__)
48
48
  # define UV_EXTERN __attribute__((visibility("default")))
49
- #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) /* Sun Studio >= 8 */
50
- # define UV_EXTERN __global
51
49
  #else
52
50
  # define UV_EXTERN /* nothing */
53
51
  #endif
@@ -604,6 +602,11 @@ UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
604
602
  UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
605
603
  int enable,
606
604
  unsigned int delay);
605
+ UV_EXTERN int uv_tcp_keepalive_ex(uv_tcp_t* handle,
606
+ int on,
607
+ unsigned int idle,
608
+ unsigned int intvl,
609
+ unsigned int cnt);
607
610
  UV_EXTERN int uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable);
608
611
 
609
612
  enum uv_tcp_flags {
@@ -741,6 +744,9 @@ struct uv_udp_send_s {
741
744
  UV_EXTERN int uv_udp_init(uv_loop_t*, uv_udp_t* handle);
742
745
  UV_EXTERN int uv_udp_init_ex(uv_loop_t*, uv_udp_t* handle, unsigned int flags);
743
746
  UV_EXTERN int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock);
747
+ UV_EXTERN int uv_udp_open_ex(uv_udp_t* handle,
748
+ uv_os_sock_t sock,
749
+ unsigned int flags);
744
750
  UV_EXTERN int uv_udp_bind(uv_udp_t* handle,
745
751
  const struct sockaddr* addr,
746
752
  unsigned int flags);
@@ -1203,7 +1209,7 @@ struct uv_cpu_times_s {
1203
1209
  };
1204
1210
 
1205
1211
  struct uv_cpu_info_s {
1206
- char* model;
1212
+ const char* model;
1207
1213
  int speed;
1208
1214
  struct uv_cpu_times_s cpu_times;
1209
1215
  };
@@ -1254,7 +1260,8 @@ struct uv_statfs_s {
1254
1260
  uint64_t f_bavail;
1255
1261
  uint64_t f_files;
1256
1262
  uint64_t f_ffree;
1257
- uint64_t f_spare[4];
1263
+ uint64_t f_frsize;
1264
+ uint64_t f_spare[3];
1258
1265
  };
1259
1266
 
1260
1267
  typedef enum {
@@ -1964,7 +1971,6 @@ UV_EXTERN void uv_wtf8_to_utf16(const char* wtf8,
1964
1971
  size_t utf16_len);
1965
1972
 
1966
1973
  /* Don't export the private CPP symbols. */
1967
- #undef UV_HANDLE_TYPE_PRIVATE
1968
1974
  #undef UV_REQ_TYPE_PRIVATE
1969
1975
  #undef UV_REQ_PRIVATE_FIELDS
1970
1976
  #undef UV_STREAM_PRIVATE_FIELDS
@@ -1976,12 +1982,10 @@ UV_EXTERN void uv_wtf8_to_utf16(const char* wtf8,
1976
1982
  #undef UV_TIMER_PRIVATE_FIELDS
1977
1983
  #undef UV_GETADDRINFO_PRIVATE_FIELDS
1978
1984
  #undef UV_GETNAMEINFO_PRIVATE_FIELDS
1979
- #undef UV_FS_REQ_PRIVATE_FIELDS
1980
1985
  #undef UV_WORK_PRIVATE_FIELDS
1981
1986
  #undef UV_FS_EVENT_PRIVATE_FIELDS
1982
1987
  #undef UV_SIGNAL_PRIVATE_FIELDS
1983
1988
  #undef UV_LOOP_PRIVATE_FIELDS
1984
- #undef UV_LOOP_PRIVATE_PLATFORM_FIELDS
1985
1989
  #undef UV__ERR
1986
1990
 
1987
1991
  #ifdef __cplusplus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "24.14.1",
3
+ "version": "24.16.0",
4
4
  "description": "node",
5
5
  "repository": {
6
6
  "url": "git+https://github.com/aredridel/node-bin-gen.git"
@@ -213,6 +213,9 @@ Disable top-level await keyword support in REPL.
213
213
  .It Fl -no-experimental-sqlite
214
214
  Disable the experimental node:sqlite module.
215
215
  .
216
+ .It Fl -no-require-module
217
+ Disable support for loading ECMAScript modules with require().
218
+ .
216
219
  .It Fl -no-strip-types
217
220
  Disable type-stripping for TypeScript files.
218
221
  .
@@ -228,6 +231,10 @@ Enable the experimental QUIC support.
228
231
  .
229
232
  .It Fl -experimental-inspector-network-resource
230
233
  Enable experimental support for inspector network resources.
234
+
235
+ .It Fl -experimental-storage-inspection
236
+ Enable experimental support for storage inspection.
237
+
231
238
  .
232
239
  .It Fl -force-context-aware
233
240
  Disable loading native addons that are not context-aware.
@@ -491,6 +498,22 @@ Configures the type of test isolation used in the test runner.
491
498
  A regular expression that configures the test runner to only execute tests
492
499
  whose name matches the provided pattern.
493
500
  .
501
+ .It Fl -test-random-seed
502
+ Set the seed used to randomize test execution order.
503
+ This applies to both test file execution order and queued tests within each file.
504
+ Providing this flag enables randomization implicitly, even without
505
+ \fB--test-randomize\fR.
506
+ The value must be an integer between 0 and 4294967295.
507
+ This flag cannot be used with \fB--watch\fR or \fB--test-rerun-failures\fR.
508
+ .
509
+ .It Fl -test-randomize
510
+ Randomize test execution order.
511
+ This applies to both test file execution order and queued tests within each file.
512
+ This can help detect tests that rely on shared state or execution order.
513
+ The seed used for randomization is printed in the test summary and can be
514
+ reused with \fB--test-random-seed\fR.
515
+ This flag cannot be used with \fB--watch\fR or \fB--test-rerun-failures\fR.
516
+ .
494
517
  .It Fl -test-reporter
495
518
  A test reporter to use when running tests.
496
519
  .