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.
- package/CHANGELOG.md +309 -0
- package/LICENSE +25 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +13 -3
- package/include/node/config.gypi +8 -0
- package/include/node/node.h +16 -0
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/core_dispatch.h +4 -0
- package/include/node/openssl/pem.h +1 -0
- package/include/node/openssl/self_test.h +1 -0
- package/include/node/v8-persistent-handle.h +7 -0
- package/include/node/v8-primitive.h +2 -0
- package/package.json +1 -1
- 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
package/share/man/man1/node.1
CHANGED
|
@@ -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 .
|