node-linux-s390x 22.17.1 → 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 (126) hide show
  1. package/CHANGELOG.md +334 -0
  2. package/LICENSE +28 -3
  3. package/README.md +40 -33
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +2 -1
  6. package/include/node/config.gypi +3 -0
  7. package/include/node/node_version.h +2 -2
  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/include/node/zconf.h +1 -9
  124. package/include/node/zlib.h +12 -12
  125. package/package.json +1 -1
  126. package/share/man/man1/node.1 +31 -5
@@ -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
@@ -1,5 +1,5 @@
1
1
  /* zconf.h -- configuration of the zlib compression library
2
- * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
2
+ * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
3
3
  * For conditions of distribution and use, see copyright notice in zlib.h
4
4
  */
5
5
 
@@ -312,14 +312,6 @@
312
312
  # endif
313
313
  #endif
314
314
 
315
- #ifndef Z_ARG /* function prototypes for stdarg */
316
- # if defined(STDC) || defined(Z_HAVE_STDARG_H)
317
- # define Z_ARG(args) args
318
- # else
319
- # define Z_ARG(args) ()
320
- # endif
321
- #endif
322
-
323
315
  /* The following definitions for FAR are needed only for MSDOS mixed
324
316
  * model programming (small or medium model with some far allocations).
325
317
  * This was tested only with MSC; for other MSDOS compilers you may have
@@ -1,7 +1,7 @@
1
1
  /* zlib.h -- interface of the 'zlib' general purpose compression library
2
- version 1.3.0.1, August xxth, 2023
2
+ version 1.3.1, January 22nd, 2024
3
3
 
4
- Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
4
+ Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
5
5
 
6
6
  This software is provided 'as-is', without any express or implied
7
7
  warranty. In no event will the authors be held liable for any damages
@@ -37,12 +37,12 @@
37
37
  extern "C" {
38
38
  #endif
39
39
 
40
- #define ZLIB_VERSION "1.3.0.1-motley"
41
- #define ZLIB_VERNUM 0x1301
40
+ #define ZLIB_VERSION "1.3.1"
41
+ #define ZLIB_VERNUM 0x1310
42
42
  #define ZLIB_VER_MAJOR 1
43
43
  #define ZLIB_VER_MINOR 3
44
- #define ZLIB_VER_REVISION 0
45
- #define ZLIB_VER_SUBREVISION 1
44
+ #define ZLIB_VER_REVISION 1
45
+ #define ZLIB_VER_SUBREVISION 0
46
46
 
47
47
  /*
48
48
  The 'zlib' compression library provides in-memory compression and
@@ -935,10 +935,10 @@ ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
935
935
  inflateSync returns Z_OK if a possible full flush point has been found,
936
936
  Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
937
937
  has been found, or Z_STREAM_ERROR if the stream structure was inconsistent.
938
- In the success case, the application may save the current current value of
939
- total_in which indicates where valid compressed data was found. In the
940
- error case, the application may repeatedly call inflateSync, providing more
941
- input each time, until success or end of the input data.
938
+ In the success case, the application may save the current value of total_in
939
+ which indicates where valid compressed data was found. In the error case,
940
+ the application may repeatedly call inflateSync, providing more input each
941
+ time, until success or end of the input data.
942
942
  */
943
943
 
944
944
  ZEXTERN int ZEXPORT inflateCopy(z_streamp dest,
@@ -1757,14 +1757,14 @@ ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1757
1757
  seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
1758
1758
  calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1759
1759
  check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
1760
- len2.
1760
+ len2. len2 must be non-negative.
1761
1761
  */
1762
1762
 
1763
1763
  /*
1764
1764
  ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
1765
1765
 
1766
1766
  Return the operator corresponding to length len2, to be used with
1767
- crc32_combine_op().
1767
+ crc32_combine_op(). len2 must be non-negative.
1768
1768
  */
1769
1769
 
1770
1770
  ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v22.17.1",
3
+ "version": "v22.19.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -197,9 +197,6 @@ Configures the type of test isolation used in the test runner.
197
197
  .It Fl -experimental-test-module-mocks
198
198
  Enable module mocking in the test runner.
199
199
  .
200
- .It Fl -experimental-strip-types
201
- Enable experimental type-stripping for TypeScript files.
202
- .
203
200
  .It Fl -experimental-transform-types
204
201
  Enable transformation of TypeScript-only syntax into JavaScript code.
205
202
  .
@@ -227,6 +224,9 @@ Disable top-level await keyword support in REPL.
227
224
  .It Fl -no-experimental-sqlite
228
225
  Disable the experimental node:sqlite module.
229
226
  .
227
+ .It Fl -no-experimental-strip-types
228
+ Disable experimental type-stripping for TypeScript files.
229
+ .
230
230
  .It Fl -experimental-vm-modules
231
231
  Enable experimental ES module support in VM module.
232
232
  .
@@ -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
@@ -628,6 +635,19 @@ Set V8's thread pool size which will be used to allocate background jobs.
628
635
  If set to 0 then V8 will choose an appropriate size of the thread pool based on the number of online processors.
629
636
  If the value provided is larger than V8's maximum, then the largest value will be chosen.
630
637
  .
638
+ .It Fl -watch
639
+ Starts Node.js in watch mode. When in watch mode, changes in the watched files cause the Node.js process to restart.
640
+
641
+ By default, watch mode will watch the entry point and any required or imported module. Use --watch-path to specify what paths to watch.
642
+ .
643
+ .It Fl -watch-path
644
+ Starts Node.js in watch mode and specifies what paths to watch. When in watch mode, changes in the watched paths cause the Node.js process to restart.
645
+
646
+ This will turn off watching of required or imported modules, even when used in combination with --watch.
647
+ .
648
+ .It Fl -watch-kill-signal
649
+ Customizes the signal sent to the process on watch mode restarts.
650
+ .
631
651
  .It Fl -zero-fill-buffers
632
652
  Automatically zero-fills all newly allocated Buffer and SlowBuffer instances.
633
653
  .
@@ -786,6 +806,12 @@ When set to
786
806
  .Ar 0 ,
787
807
  TLS certificate validation is disabled.
788
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
+ .
789
815
  .It Ev NODE_V8_COVERAGE Ar dir
790
816
  When set, Node.js writes JavaScript code coverage information to
791
817
  .Ar dir .