node-linux-arm64 24.5.0 → 24.7.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 +309 -0
  2. package/LICENSE +25 -0
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +13 -3
  5. package/include/node/config.gypi +8 -0
  6. package/include/node/node.h +16 -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 +27 -0
@@ -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.7.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.
@@ -480,6 +490,10 @@ A test reporter to use when running tests.
480
490
  .It Fl -test-reporter-destination
481
491
  The destination for the corresponding test reporter.
482
492
  .
493
+ .It Fl -test-rerun-failures
494
+ Configures the tests runner to persist the state of tests to allow
495
+ rerunning only failed tests.
496
+ .
483
497
  .It Fl -test-only
484
498
  Configures the test runner to only execute top level tests that have the `only`
485
499
  option set.
@@ -603,6 +617,13 @@ and
603
617
  .It Fl -use-env-proxy
604
618
  Parse proxy settings from HTTP_PROXY/HTTPS_PROXY/NO_PROXY environment variables and apply the setting in global HTTP/HTTPS clients.
605
619
  .
620
+ .It Fl -use-system-ca
621
+ Use the trusted CA certificates present in the system store, in addition to the certificates in the
622
+ bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to
623
+ integrate additional trusted certificates. On other platforms it is similar to `--use-openssl-ca` with the difference
624
+ being that it caches the certificates on first load, and the system certificates are added in a complementary manner
625
+ without replacing certificates from other sources. This flag supersedes `--use-openssl-ca`.
626
+ .
606
627
  .It Fl -use-largepages Ns = Ns Ar mode
607
628
  Re-map the Node.js static code to large memory pages at startup. If supported on
608
629
  the target system, this will cause the Node.js static code to be moved onto 2
@@ -824,6 +845,12 @@ This currently only affects requests sent over
824
845
  .Ar fetch() .
825
846
  Support for other built-in http and https methods is under way.
826
847
  .
848
+ .It Ev NODE_USE_SYSTEM_CA
849
+ Similar to
850
+ .Fl -use-system-ca .
851
+ Use the trusted CA certificates present in the system store, in addition to the certificates in the
852
+ bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`.
853
+ .
827
854
  .It Ev NODE_V8_COVERAGE Ar dir
828
855
  When set, Node.js writes JavaScript code coverage information to
829
856
  .Ar dir .