node-linux-arm64 24.5.0 → 24.6.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 (128) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/LICENSE +25 -0
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +1 -1
  5. package/include/node/config.gypi +2 -0
  6. package/include/node/node.h +10 -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/openssl/core_dispatch.h +4 -0
  123. package/include/node/openssl/pem.h +1 -0
  124. package/include/node/openssl/self_test.h +1 -0
  125. package/include/node/v8-persistent-handle.h +7 -0
  126. package/include/node/v8-primitive.h +2 -0
  127. package/package.json +1 -1
  128. package/share/man/man1/node.1 +23 -0
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 5
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.5.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.1"
77
+ # define OPENSSL_VERSION_STR "3.5.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.2"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "1 Jul 2025"
85
+ # define OPENSSL_RELEASE_DATE "5 Aug 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 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: Sun Jul 27 00:57:08 2025 UTC"
14
+ #define DATE "built on: Tue Aug 5 17:21:25 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 5
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.5.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.1"
77
+ # define OPENSSL_VERSION_STR "3.5.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.2"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "1 Jul 2025"
85
+ # define OPENSSL_RELEASE_DATE "5 Aug 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 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: Sun Jul 27 00:57:24 2025 UTC"
14
+ #define DATE "built on: Tue Aug 5 17:21:41 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 5
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.5.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.1"
77
+ # define OPENSSL_VERSION_STR "3.5.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.2"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "1 Jul 2025"
85
+ # define OPENSSL_RELEASE_DATE "5 Aug 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 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: Sun Jul 27 00:57:40 2025 UTC"
14
+ #define DATE "built on: Tue Aug 5 17:21:56 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 5
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.5.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.1"
77
+ # define OPENSSL_VERSION_STR "3.5.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.2"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "1 Jul 2025"
85
+ # define OPENSSL_RELEASE_DATE "5 Aug 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 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: Sun Jul 27 00:58:04 2025 UTC"
14
+ #define DATE "built on: Tue Aug 5 17:22:20 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 5
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.5.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.1"
77
+ # define OPENSSL_VERSION_STR "3.5.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.2"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "1 Jul 2025"
85
+ # define OPENSSL_RELEASE_DATE "5 Aug 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 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: Sun Jul 27 00:58:24 2025 UTC"
14
+ #define DATE "built on: Tue Aug 5 17:22:40 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 5
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.5.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.1"
77
+ # define OPENSSL_VERSION_STR "3.5.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.2"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "1 Jul 2025"
85
+ # define OPENSSL_RELEASE_DATE "5 Aug 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -253,6 +253,10 @@ OSSL_CORE_MAKE_FUNC(int, provider_up_ref,
253
253
  OSSL_CORE_MAKE_FUNC(int, provider_free,
254
254
  (const OSSL_CORE_HANDLE *prov, int deactivate))
255
255
 
256
+ /* Additional error functions provided by the core */
257
+ # define OSSL_FUNC_CORE_COUNT_TO_MARK 120
258
+ OSSL_CORE_MAKE_FUNC(int, core_count_to_mark, (const OSSL_CORE_HANDLE *prov))
259
+
256
260
  /* Functions provided by the provider to the Core, reserved numbers 1024-1535 */
257
261
  # define OSSL_FUNC_PROVIDER_TEARDOWN 1024
258
262
  OSSL_CORE_MAKE_FUNC(void, provider_teardown, (void *provctx))
@@ -57,6 +57,7 @@ extern "C" {
57
57
  # define PEM_STRING_ECPRIVATEKEY "EC PRIVATE KEY"
58
58
  # define PEM_STRING_PARAMETERS "PARAMETERS"
59
59
  # define PEM_STRING_CMS "CMS"
60
+ # define PEM_STRING_SM2PRIVATEKEY "SM2 PRIVATE KEY"
60
61
  # define PEM_STRING_SM2PARAMETERS "SM2 PARAMETERS"
61
62
  # define PEM_STRING_ACERT "ATTRIBUTE CERTIFICATE"
62
63
 
@@ -50,6 +50,7 @@ extern "C" {
50
50
  # define OSSL_SELF_TEST_DESC_PCT_RSA_PKCS1 "RSA"
51
51
  # define OSSL_SELF_TEST_DESC_PCT_ECDSA "ECDSA"
52
52
  # define OSSL_SELF_TEST_DESC_PCT_EDDSA "EDDSA"
53
+ # define OSSL_SELF_TEST_DESC_PCT_DH "DH"
53
54
  # define OSSL_SELF_TEST_DESC_PCT_DSA "DSA"
54
55
  # define OSSL_SELF_TEST_DESC_PCT_ML_DSA "ML-DSA"
55
56
  # define OSSL_SELF_TEST_DESC_PCT_ML_KEM "ML-KEM"
@@ -488,9 +488,16 @@ V8_INLINE void PersistentBase<T>::SetWeak(
488
488
  #if (__GNUC__ >= 8) && !defined(__clang__)
489
489
  #pragma GCC diagnostic push
490
490
  #pragma GCC diagnostic ignored "-Wcast-function-type"
491
+ #endif
492
+ #if __clang__
493
+ #pragma clang diagnostic push
494
+ #pragma clang diagnostic ignored "-Wcast-function-type"
491
495
  #endif
492
496
  api_internal::MakeWeak(this->slot(), parameter,
493
497
  reinterpret_cast<Callback>(callback), type);
498
+ #if __clang__
499
+ #pragma clang diagnostic pop
500
+ #endif
494
501
  #if (__GNUC__ >= 8) && !defined(__clang__)
495
502
  #pragma GCC diagnostic pop
496
503
  #endif
@@ -819,6 +819,8 @@ class V8_EXPORT Symbol : public Name {
819
819
  static Local<Symbol> GetToPrimitive(Isolate* isolate);
820
820
  static Local<Symbol> GetToStringTag(Isolate* isolate);
821
821
  static Local<Symbol> GetUnscopables(Isolate* isolate);
822
+ static Local<Symbol> GetDispose(Isolate* isolate);
823
+ static Local<Symbol> GetAsyncDispose(Isolate* isolate);
822
824
 
823
825
  V8_INLINE static Symbol* Cast(Data* data) {
824
826
  #ifdef V8_ENABLE_CHECKS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v24.5.0",
3
+ "version": "v24.6.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -332,6 +332,16 @@ The file used to store localStorage data.
332
332
  .It Fl -max-http-header-size Ns = Ns Ar size
333
333
  Specify the maximum size of HTTP headers in bytes. Defaults to 16 KiB.
334
334
  .
335
+ .It Fl -max-old-space-size-percentage Ns = Ns Ar percentage
336
+ Sets the max memory size of V8's old memory section as a percentage of available system memory.
337
+ This flag takes precedence over
338
+ .Fl -max-old-space-size
339
+ when both are specified.
340
+ The
341
+ .Ar percentage
342
+ parameter must be a number greater than 0 and up to 100, representing the percentage
343
+ of available system memory to allocate to the V8 heap.
344
+ .
335
345
  .It Fl -napi-modules
336
346
  This option is a no-op.
337
347
  It is kept for compatibility.
@@ -603,6 +613,13 @@ and
603
613
  .It Fl -use-env-proxy
604
614
  Parse proxy settings from HTTP_PROXY/HTTPS_PROXY/NO_PROXY environment variables and apply the setting in global HTTP/HTTPS clients.
605
615
  .
616
+ .It Fl -use-system-ca
617
+ Use the trusted CA certificates present in the system store, in addition to the certificates in the
618
+ bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to
619
+ integrate additional trusted certificates. On other platforms it is similar to `--use-openssl-ca` with the difference
620
+ being that it caches the certificates on first load, and the system certificates are added in a complementary manner
621
+ without replacing certificates from other sources. This flag supersedes `--use-openssl-ca`.
622
+ .
606
623
  .It Fl -use-largepages Ns = Ns Ar mode
607
624
  Re-map the Node.js static code to large memory pages at startup. If supported on
608
625
  the target system, this will cause the Node.js static code to be moved onto 2
@@ -824,6 +841,12 @@ This currently only affects requests sent over
824
841
  .Ar fetch() .
825
842
  Support for other built-in http and https methods is under way.
826
843
  .
844
+ .It Ev NODE_USE_SYSTEM_CA
845
+ Similar to
846
+ .Fl -use-system-ca .
847
+ Use the trusted CA certificates present in the system store, in addition to the certificates in the
848
+ bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`.
849
+ .
827
850
  .It Ev NODE_V8_COVERAGE Ar dir
828
851
  When set, Node.js writes JavaScript code coverage information to
829
852
  .Ar dir .