node-linux-s390x 22.18.0 → 22.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 (124) hide show
  1. package/CHANGELOG.md +155 -0
  2. package/LICENSE +26 -1
  3. package/README.md +27 -26
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +2 -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/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  122. package/include/node/v8-persistent-handle.h +7 -0
  123. package/package.json +1 -1
  124. package/share/man/man1/node.1 +15 -2
@@ -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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: linux64-riscv64"
14
- #define DATE "built on: Wed Mar 5 21:09:54 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:56:37 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: linux64-s390x"
14
- #define DATE "built on: Wed Mar 5 21:05:58 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:52:39 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: linux64-s390x"
14
- #define DATE "built on: Wed Mar 5 21:06:11 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:52:52 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: linux64-s390x"
14
- #define DATE "built on: Wed Mar 5 21:06:24 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:53:05 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: solaris-x86-gcc"
14
- #define DATE "built on: Wed Mar 5 21:07:10 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:53:52 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: solaris-x86-gcc"
14
- #define DATE "built on: Wed Mar 5 21:07:23 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:54:04 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: solaris-x86-gcc"
14
- #define DATE "built on: Wed Mar 5 21:07:35 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:54:17 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Wed Mar 5 21:07:47 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:54:29 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Wed Mar 5 21:08:02 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:54:44 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Wed Mar 5 21:08:18 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:55:00 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -507,9 +507,16 @@ V8_INLINE void PersistentBase<T>::SetWeak(
507
507
  #if (__GNUC__ >= 8) && !defined(__clang__)
508
508
  #pragma GCC diagnostic push
509
509
  #pragma GCC diagnostic ignored "-Wcast-function-type"
510
+ #endif
511
+ #if __clang__
512
+ #pragma clang diagnostic push
513
+ #pragma clang diagnostic ignored "-Wcast-function-type"
510
514
  #endif
511
515
  api_internal::MakeWeak(this->slot(), parameter,
512
516
  reinterpret_cast<Callback>(callback), type);
517
+ #if __clang__
518
+ #pragma clang diagnostic pop
519
+ #endif
513
520
  #if (__GNUC__ >= 8) && !defined(__clang__)
514
521
  #pragma GCC diagnostic pop
515
522
  #endif
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v22.18.0",
3
+ "version": "v22.19.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -234,8 +234,8 @@ Enable experimental ES module support in VM module.
234
234
  Enable experimental WebAssembly System Interface support. This
235
235
  flag is no longer required as WASI is enabled by default.
236
236
  .
237
- .It Fl -experimental-wasm-modules
238
- Enable experimental WebAssembly module support.
237
+ .It Fl -experimental-inspector-network-resource
238
+ Enable experimental support for inspector network resources.
239
239
  .
240
240
  .It Fl -force-context-aware
241
241
  Disable loading native addons that are not context-aware.
@@ -610,6 +610,13 @@ See
610
610
  and
611
611
  .Ev SSL_CERT_FILE .
612
612
  .
613
+ .It Fl -use-system-ca
614
+ Use the trusted CA certificates present in the system store, in addition to the certificates in the
615
+ bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to
616
+ integrate additional trusted certificates. On other platforms it is similar to `--use-openssl-ca` with the difference
617
+ being that it caches the certificates on first load, and the system certificates are added in a complementary manner
618
+ without replacing certificates from other sources. This flag supersedes `--use-openssl-ca`.
619
+ .
613
620
  .It Fl -use-largepages Ns = Ns Ar mode
614
621
  Re-map the Node.js static code to large memory pages at startup. If supported on
615
622
  the target system, this will cause the Node.js static code to be moved onto 2
@@ -799,6 +806,12 @@ When set to
799
806
  .Ar 0 ,
800
807
  TLS certificate validation is disabled.
801
808
  .
809
+ .It Ev NODE_USE_SYSTEM_CA
810
+ Similar to
811
+ .Fl -use-system-ca .
812
+ Use the trusted CA certificates present in the system store, in addition to the certificates in the
813
+ bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`.
814
+ .
802
815
  .It Ev NODE_V8_COVERAGE Ar dir
803
816
  When set, Node.js writes JavaScript code coverage information to
804
817
  .Ar dir .