node-linux-arm64 22.13.1 → 22.15.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 +629 -2
- package/LICENSE +47 -13
- package/README.md +27 -21
- package/bin/node +0 -0
- package/include/node/common.gypi +13 -1
- package/include/node/config.gypi +43 -3
- package/include/node/js_native_api.h +2 -6
- package/include/node/node.h +1 -0
- package/include/node/node_api.h +2 -6
- package/include/node/node_version.h +3 -3
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/cmserr.h +2 -1
- package/include/node/openssl/http.h +3 -2
- package/include/node/openssl/sslerr.h +0 -2
- package/include/node/openssl/tls1.h +0 -4
- package/package.json +1 -1
- package/include/node/openssl/quic.h +0 -19
package/LICENSE
CHANGED
|
@@ -106,16 +106,16 @@ The externally maintained libraries used by Node.js are:
|
|
|
106
106
|
|
|
107
107
|
- cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
|
|
108
108
|
"""
|
|
109
|
-
MIT License
|
|
110
|
-
-----------
|
|
111
|
-
|
|
112
|
-
Copyright (C) 2018-2020 Guy Bedford
|
|
113
|
-
|
|
114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
115
|
-
|
|
116
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
117
|
-
|
|
118
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
109
|
+
MIT License
|
|
110
|
+
-----------
|
|
111
|
+
|
|
112
|
+
Copyright (C) 2018-2020 Guy Bedford
|
|
113
|
+
|
|
114
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
115
|
+
|
|
116
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
117
|
+
|
|
118
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
119
119
|
"""
|
|
120
120
|
|
|
121
121
|
- ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
|
|
@@ -366,7 +366,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
366
366
|
|
|
367
367
|
COPYRIGHT AND PERMISSION NOTICE
|
|
368
368
|
|
|
369
|
-
Copyright © 2016-
|
|
369
|
+
Copyright © 2016-2025 Unicode, Inc.
|
|
370
370
|
|
|
371
371
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
372
372
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -1759,7 +1759,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
1759
1759
|
same "printed page" as the copyright notice for easier
|
|
1760
1760
|
identification within third-party archives.
|
|
1761
1761
|
|
|
1762
|
-
Copyright 2018-
|
|
1762
|
+
Copyright 2018-2025 The simdjson authors
|
|
1763
1763
|
|
|
1764
1764
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1765
1765
|
you may not use this file except in compliance with the License.
|
|
@@ -2098,7 +2098,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
2098
2098
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2099
2099
|
"""
|
|
2100
2100
|
|
|
2101
|
-
- inspector_protocol, located at
|
|
2101
|
+
- inspector_protocol, located at deps/inspector_protocol, is licensed as follows:
|
|
2102
2102
|
"""
|
|
2103
2103
|
// Copyright 2016 The Chromium Authors. All rights reserved.
|
|
2104
2104
|
//
|
|
@@ -2384,6 +2384,40 @@ The externally maintained libraries used by Node.js are:
|
|
|
2384
2384
|
THE SOFTWARE.
|
|
2385
2385
|
"""
|
|
2386
2386
|
|
|
2387
|
+
- zstd, located at deps/zstd, is licensed as follows:
|
|
2388
|
+
"""
|
|
2389
|
+
BSD License
|
|
2390
|
+
|
|
2391
|
+
For Zstandard software
|
|
2392
|
+
|
|
2393
|
+
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
|
2394
|
+
|
|
2395
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
2396
|
+
are permitted provided that the following conditions are met:
|
|
2397
|
+
|
|
2398
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
2399
|
+
list of conditions and the following disclaimer.
|
|
2400
|
+
|
|
2401
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
2402
|
+
this list of conditions and the following disclaimer in the documentation
|
|
2403
|
+
and/or other materials provided with the distribution.
|
|
2404
|
+
|
|
2405
|
+
* Neither the name Facebook, nor Meta, nor the names of its contributors may
|
|
2406
|
+
be used to endorse or promote products derived from this software without
|
|
2407
|
+
specific prior written permission.
|
|
2408
|
+
|
|
2409
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
2410
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
2411
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2412
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
2413
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
2414
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
2415
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
2416
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2417
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
2418
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2419
|
+
"""
|
|
2420
|
+
|
|
2387
2421
|
- HdrHistogram, located at deps/histogram, is licensed as follows:
|
|
2388
2422
|
"""
|
|
2389
2423
|
The code in this repository code was Written by Gil Tene, Michael Barker,
|
package/README.md
CHANGED
|
@@ -180,10 +180,10 @@ For information about the governance of the Node.js project, see
|
|
|
180
180
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
181
181
|
* [mhdawson](https://github.com/mhdawson) -
|
|
182
182
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
183
|
-
* [MoLow](https://github.com/MoLow) -
|
|
184
|
-
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
185
183
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
186
184
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
185
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
186
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
187
187
|
* [richardlau](https://github.com/richardlau) -
|
|
188
188
|
**Richard Lau** <<rlau@redhat.com>>
|
|
189
189
|
* [ronag](https://github.com/ronag) -
|
|
@@ -199,8 +199,6 @@ For information about the governance of the Node.js project, see
|
|
|
199
199
|
|
|
200
200
|
#### TSC regular members
|
|
201
201
|
|
|
202
|
-
* [apapirovski](https://github.com/apapirovski) -
|
|
203
|
-
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
204
202
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
205
203
|
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
206
204
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
@@ -211,6 +209,8 @@ For information about the governance of the Node.js project, see
|
|
|
211
209
|
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
212
210
|
* [GeoffreyBooth](https://github.com/GeoffreyBooth) -
|
|
213
211
|
**Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
|
|
212
|
+
* [MoLow](https://github.com/MoLow) -
|
|
213
|
+
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
214
214
|
* [Trott](https://github.com/Trott) -
|
|
215
215
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
216
216
|
|
|
@@ -222,6 +222,8 @@ For information about the governance of the Node.js project, see
|
|
|
222
222
|
|
|
223
223
|
* [addaleax](https://github.com/addaleax) -
|
|
224
224
|
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
225
|
+
* [apapirovski](https://github.com/apapirovski) -
|
|
226
|
+
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
225
227
|
* [ChALkeR](https://github.com/ChALkeR) -
|
|
226
228
|
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
227
229
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
@@ -260,8 +262,6 @@ For information about the governance of the Node.js project, see
|
|
|
260
262
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
261
263
|
* [piscisaureus](https://github.com/piscisaureus) -
|
|
262
264
|
**Bert Belder** <<bertbelder@gmail.com>>
|
|
263
|
-
* [RaisinTen](https://github.com/RaisinTen) -
|
|
264
|
-
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
265
265
|
* [rvagg](https://github.com/rvagg) -
|
|
266
266
|
**Rod Vagg** <<r@va.gg>>
|
|
267
267
|
* [sam-github](https://github.com/sam-github) -
|
|
@@ -291,8 +291,6 @@ For information about the governance of the Node.js project, see
|
|
|
291
291
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/aduh95)
|
|
292
292
|
* [anonrig](https://github.com/anonrig) -
|
|
293
293
|
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him) - [Support me](https://github.com/sponsors/anonrig)
|
|
294
|
-
* [apapirovski](https://github.com/apapirovski) -
|
|
295
|
-
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
296
294
|
* [atlowChemi](https://github.com/atlowChemi) -
|
|
297
295
|
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
298
296
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
@@ -337,6 +335,8 @@ For information about the governance of the Node.js project, see
|
|
|
337
335
|
**Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
|
|
338
336
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
339
337
|
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
338
|
+
* [geeksilva97](https://github.com/geeksilva97) -
|
|
339
|
+
**Edy Silva** <<edigleyssonsilva@gmail.com>> (he/him)
|
|
340
340
|
* [gengjiawen](https://github.com/gengjiawen) -
|
|
341
341
|
**Jiawen Geng** <<technicalcute@gmail.com>>
|
|
342
342
|
* [GeoffreyBooth](https://github.com/GeoffreyBooth) -
|
|
@@ -360,7 +360,7 @@ For information about the governance of the Node.js project, see
|
|
|
360
360
|
* [jazelly](https://github.com/jazelly) -
|
|
361
361
|
**Jason Zhang** <<xzha4350@gmail.com>> (he/him)
|
|
362
362
|
* [jkrems](https://github.com/jkrems) -
|
|
363
|
-
**Jan
|
|
363
|
+
**Jan Martin** <<jan.krems@gmail.com>> (he/him)
|
|
364
364
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
365
365
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
366
366
|
* [juanarbol](https://github.com/juanarbol) -
|
|
@@ -369,8 +369,6 @@ For information about the governance of the Node.js project, see
|
|
|
369
369
|
**Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
|
|
370
370
|
* [KhafraDev](https://github.com/KhafraDev) -
|
|
371
371
|
**Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
|
|
372
|
-
* [kvakil](https://github.com/kvakil) -
|
|
373
|
-
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
374
372
|
* [legendecas](https://github.com/legendecas) -
|
|
375
373
|
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
376
374
|
* [lemire](https://github.com/lemire) -
|
|
@@ -405,8 +403,6 @@ For information about the governance of the Node.js project, see
|
|
|
405
403
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
406
404
|
* [MrJithil](https://github.com/MrJithil) -
|
|
407
405
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
408
|
-
* [ovflowd](https://github.com/ovflowd) -
|
|
409
|
-
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
410
406
|
* [panva](https://github.com/panva) -
|
|
411
407
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
412
408
|
* [pimterry](https://github.com/pimterry) -
|
|
@@ -417,6 +413,8 @@ For information about the governance of the Node.js project, see
|
|
|
417
413
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
418
414
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
419
415
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
416
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
417
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/RaisinTen)
|
|
420
418
|
* [richardlau](https://github.com/richardlau) -
|
|
421
419
|
**Richard Lau** <<rlau@redhat.com>>
|
|
422
420
|
* [rluvaton](https://github.com/rluvaton) -
|
|
@@ -451,8 +449,6 @@ For information about the governance of the Node.js project, see
|
|
|
451
449
|
**Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
|
|
452
450
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
453
451
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
454
|
-
* [watilde](https://github.com/watilde) -
|
|
455
|
-
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
456
452
|
* [zcbenz](https://github.com/zcbenz) -
|
|
457
453
|
**Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
|
|
458
454
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
@@ -477,6 +473,8 @@ For information about the governance of the Node.js project, see
|
|
|
477
473
|
**Anna M. Kedzierska** <<anna.m.kedzierska@gmail.com>>
|
|
478
474
|
* [antsmartian](https://github.com/antsmartian) -
|
|
479
475
|
**Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
|
|
476
|
+
* [apapirovski](https://github.com/apapirovski) -
|
|
477
|
+
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
480
478
|
* [aqrln](https://github.com/aqrln) -
|
|
481
479
|
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
|
|
482
480
|
* [AshCripps](https://github.com/AshCripps) -
|
|
@@ -581,6 +579,8 @@ For information about the governance of the Node.js project, see
|
|
|
581
579
|
**Kunal Pathak** <<kunal.pathak@microsoft.com>>
|
|
582
580
|
* [kuriyosh](https://github.com/kuriyosh) -
|
|
583
581
|
**Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
|
|
582
|
+
* [kvakil](https://github.com/kvakil) -
|
|
583
|
+
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
584
584
|
* [lance](https://github.com/lance) -
|
|
585
585
|
**Lance Ball** <<lball@redhat.com>> (he/him)
|
|
586
586
|
* [Leko](https://github.com/Leko) -
|
|
@@ -627,6 +627,8 @@ For information about the governance of the Node.js project, see
|
|
|
627
627
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
628
628
|
* [othiym23](https://github.com/othiym23) -
|
|
629
629
|
**Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
|
|
630
|
+
* [ovflowd](https://github.com/ovflowd) -
|
|
631
|
+
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
630
632
|
* [oyyd](https://github.com/oyyd) -
|
|
631
633
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
632
634
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
@@ -645,8 +647,6 @@ For information about the governance of the Node.js project, see
|
|
|
645
647
|
**Peter Marshall** <<petermarshall@chromium.org>> (he/him)
|
|
646
648
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
647
649
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
648
|
-
* [RaisinTen](https://github.com/RaisinTen) -
|
|
649
|
-
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
650
650
|
* [refack](https://github.com/refack) -
|
|
651
651
|
**Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
|
|
652
652
|
* [rexagod](https://github.com/rexagod) -
|
|
@@ -707,6 +707,8 @@ For information about the governance of the Node.js project, see
|
|
|
707
707
|
**Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
|
|
708
708
|
* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
|
|
709
709
|
**Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
|
|
710
|
+
* [watilde](https://github.com/watilde) -
|
|
711
|
+
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
710
712
|
* [watson](https://github.com/watson) -
|
|
711
713
|
**Thomas Watson** <<w@tson.dk>>
|
|
712
714
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
@@ -731,10 +733,14 @@ maintaining the Node.js project.
|
|
|
731
733
|
|
|
732
734
|
### Triagers
|
|
733
735
|
|
|
736
|
+
* [1ilsang](https://github.com/1ilsang) -
|
|
737
|
+
**Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
|
|
734
738
|
* [atlowChemi](https://github.com/atlowChemi) -
|
|
735
739
|
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
736
740
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
737
741
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
742
|
+
* [bjohansebas](https://github.com/bjohansebas) -
|
|
743
|
+
**Sebastian Beltran** <<bjohansebas@gmail.com>>
|
|
738
744
|
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
|
|
739
745
|
**Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
|
|
740
746
|
* [CanadaHonk](https://github.com/CanadaHonk) -
|
|
@@ -745,20 +751,20 @@ maintaining the Node.js project.
|
|
|
745
751
|
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
746
752
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
747
753
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
754
|
+
* [gurgunday](https://github.com/gurgunday) -
|
|
755
|
+
**Gürgün Dayıoğlu** <<hey@gurgun.day>>
|
|
748
756
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
|
749
757
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
750
758
|
* [KevinEady](https://github.com/KevinEady) -
|
|
751
759
|
**Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
|
|
752
|
-
* [kvakil](https://github.com/kvakil) -
|
|
753
|
-
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
754
760
|
* [marsonya](https://github.com/marsonya) -
|
|
755
761
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
756
762
|
* [meixg](https://github.com/meixg) -
|
|
757
763
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
758
|
-
* [mertcanaltin](https://github.com/mertcanaltin) -
|
|
759
|
-
**Mert Can Altin** <<mertgold60@gmail.com>>
|
|
760
764
|
* [preveen-stack](https://github.com/preveen-stack) -
|
|
761
765
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
766
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
767
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
762
768
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
763
769
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
764
770
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
'clang%': 0,
|
|
29
29
|
'error_on_warn%': 'false',
|
|
30
|
+
'suppress_all_error_on_warn%': 'false',
|
|
31
|
+
'control_flow_guard%': 'false',
|
|
30
32
|
|
|
31
33
|
'openssl_product': '<(STATIC_LIB_PREFIX)openssl<(STATIC_LIB_SUFFIX)',
|
|
32
34
|
'openssl_no_asm%': 0,
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
|
|
37
39
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
40
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
41
|
+
'v8_embedder_string': '-node.24',
|
|
40
42
|
|
|
41
43
|
##### V8 defaults for Node.js #####
|
|
42
44
|
|
|
@@ -309,6 +311,11 @@
|
|
|
309
311
|
'/Zm2000',
|
|
310
312
|
],
|
|
311
313
|
}],
|
|
314
|
+
['control_flow_guard=="true"', {
|
|
315
|
+
'AdditionalOptions': [
|
|
316
|
+
'/guard:cf', # Control Flow Guard
|
|
317
|
+
],
|
|
318
|
+
}],
|
|
312
319
|
],
|
|
313
320
|
'BufferSecurityCheck': 'true',
|
|
314
321
|
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
|
|
@@ -335,6 +342,11 @@
|
|
|
335
342
|
['target_arch=="arm64"', {
|
|
336
343
|
'TargetMachine' : 0, # NotSet. MACHINE:ARM64 is inferred from the input files.
|
|
337
344
|
}],
|
|
345
|
+
['control_flow_guard=="true"', {
|
|
346
|
+
'AdditionalOptions': [
|
|
347
|
+
'/guard:cf', # Control Flow Guard
|
|
348
|
+
],
|
|
349
|
+
}],
|
|
338
350
|
],
|
|
339
351
|
'GenerateDebugInformation': 'true',
|
|
340
352
|
'SuppressStartupBanner': 'true',
|
package/include/node/config.gypi
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
'configurations': { 'Debug': {'v8_enable_v8_checks': 0, 'variables': {}},
|
|
4
4
|
'Release': {'v8_enable_v8_checks': 1, 'variables': {}}},
|
|
5
5
|
'default_configuration': 'Release',
|
|
6
|
-
'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', '
|
|
6
|
+
'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'ICU_NO_USER_DATA_OVERRIDE'],
|
|
7
7
|
'include_dirs': [],
|
|
8
8
|
'libraries': []},
|
|
9
9
|
'variables': { 'arm_fpu': 'neon',
|
|
10
10
|
'asan': 0,
|
|
11
11
|
'clang': 0,
|
|
12
|
+
'control_flow_guard': 'false',
|
|
12
13
|
'coverage': 'false',
|
|
13
14
|
'dcheck_always_on': 0,
|
|
14
15
|
'debug_nghttp2': 'false',
|
|
@@ -28,12 +29,42 @@
|
|
|
28
29
|
'icu_ver_major': '76',
|
|
29
30
|
'libdir': 'lib',
|
|
30
31
|
'llvm_version': '0.0',
|
|
31
|
-
'napi_build_version': '
|
|
32
|
+
'napi_build_version': '10',
|
|
32
33
|
'node_builtin_shareable_builtins': [ 'deps/cjs-module-lexer/lexer.js',
|
|
33
34
|
'deps/cjs-module-lexer/dist/lexer.js',
|
|
34
35
|
'deps/undici/undici.js',
|
|
35
36
|
'deps/amaro/dist/index.js'],
|
|
36
37
|
'node_byteorder': 'little',
|
|
38
|
+
'node_cctest_sources': [ 'src/node_snapshot_stub.cc',
|
|
39
|
+
'test/cctest/inspector/test_node_protocol.cc',
|
|
40
|
+
'test/cctest/node_test_fixture.cc',
|
|
41
|
+
'test/cctest/test_aliased_buffer.cc',
|
|
42
|
+
'test/cctest/test_base64.cc',
|
|
43
|
+
'test/cctest/test_base_object_ptr.cc',
|
|
44
|
+
'test/cctest/test_cppgc.cc',
|
|
45
|
+
'test/cctest/test_crypto_clienthello.cc',
|
|
46
|
+
'test/cctest/test_dataqueue.cc',
|
|
47
|
+
'test/cctest/test_environment.cc',
|
|
48
|
+
'test/cctest/test_inspector_socket.cc',
|
|
49
|
+
'test/cctest/test_inspector_socket_server.cc',
|
|
50
|
+
'test/cctest/test_json_utils.cc',
|
|
51
|
+
'test/cctest/test_linked_binding.cc',
|
|
52
|
+
'test/cctest/test_node_api.cc',
|
|
53
|
+
'test/cctest/test_node_crypto.cc',
|
|
54
|
+
'test/cctest/test_node_crypto_env.cc',
|
|
55
|
+
'test/cctest/test_node_postmortem_metadata.cc',
|
|
56
|
+
'test/cctest/test_node_task_runner.cc',
|
|
57
|
+
'test/cctest/test_path.cc',
|
|
58
|
+
'test/cctest/test_per_process.cc',
|
|
59
|
+
'test/cctest/test_platform.cc',
|
|
60
|
+
'test/cctest/test_quic_cid.cc',
|
|
61
|
+
'test/cctest/test_quic_error.cc',
|
|
62
|
+
'test/cctest/test_quic_tokens.cc',
|
|
63
|
+
'test/cctest/test_report.cc',
|
|
64
|
+
'test/cctest/test_sockaddr.cc',
|
|
65
|
+
'test/cctest/test_traced_value.cc',
|
|
66
|
+
'test/cctest/test_util.cc',
|
|
67
|
+
'test/cctest/node_test_fixture.h'],
|
|
37
68
|
'node_debug_lib': 'false',
|
|
38
69
|
'node_enable_d8': 'false',
|
|
39
70
|
'node_enable_v8_vtunejit': 'false',
|
|
@@ -167,6 +198,9 @@
|
|
|
167
198
|
'lib/internal/http2/compat.js',
|
|
168
199
|
'lib/internal/http2/core.js',
|
|
169
200
|
'lib/internal/http2/util.js',
|
|
201
|
+
'lib/internal/inspector/network.js',
|
|
202
|
+
'lib/internal/inspector/network_http.js',
|
|
203
|
+
'lib/internal/inspector/network_undici.js',
|
|
170
204
|
'lib/internal/inspector_async_hook.js',
|
|
171
205
|
'lib/internal/inspector_network_tracking.js',
|
|
172
206
|
'lib/internal/js_stream_socket.js',
|
|
@@ -187,6 +221,7 @@
|
|
|
187
221
|
'lib/internal/main/worker_thread.js',
|
|
188
222
|
'lib/internal/mime.js',
|
|
189
223
|
'lib/internal/modules/cjs/loader.js',
|
|
224
|
+
'lib/internal/modules/customization_hooks.js',
|
|
190
225
|
'lib/internal/modules/esm/assert.js',
|
|
191
226
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
192
227
|
'lib/internal/modules/esm/fetch_module.js',
|
|
@@ -277,6 +312,7 @@
|
|
|
277
312
|
'lib/internal/streams/writable.js',
|
|
278
313
|
'lib/internal/test/binding.js',
|
|
279
314
|
'lib/internal/test/transfer.js',
|
|
315
|
+
'lib/internal/test_runner/assert.js',
|
|
280
316
|
'lib/internal/test_runner/coverage.js',
|
|
281
317
|
'lib/internal/test_runner/harness.js',
|
|
282
318
|
'lib/internal/test_runner/mock/loader.js',
|
|
@@ -304,6 +340,7 @@
|
|
|
304
340
|
'lib/internal/util/colors.js',
|
|
305
341
|
'lib/internal/util/comparisons.js',
|
|
306
342
|
'lib/internal/util/debuglog.js',
|
|
343
|
+
'lib/internal/util/diff.js',
|
|
307
344
|
'lib/internal/util/inspect.js',
|
|
308
345
|
'lib/internal/util/inspector.js',
|
|
309
346
|
'lib/internal/util/parse_args/parse_args.js',
|
|
@@ -389,6 +426,7 @@
|
|
|
389
426
|
'node_shared_sqlite': 'false',
|
|
390
427
|
'node_shared_uvwasi': 'false',
|
|
391
428
|
'node_shared_zlib': 'false',
|
|
429
|
+
'node_shared_zstd': 'false',
|
|
392
430
|
'node_tag': '',
|
|
393
431
|
'node_target_type': 'executable',
|
|
394
432
|
'node_use_amaro': 'true',
|
|
@@ -401,12 +439,14 @@
|
|
|
401
439
|
'node_without_node_options': 'false',
|
|
402
440
|
'node_write_snapshot_as_array_literals': 'false',
|
|
403
441
|
'openssl_is_fips': 'false',
|
|
404
|
-
'openssl_quic': '
|
|
442
|
+
'openssl_quic': 'false',
|
|
405
443
|
'ossfuzz': 'false',
|
|
406
444
|
'shlib_suffix': 'so.127',
|
|
407
445
|
'single_executable_application': 'true',
|
|
446
|
+
'suppress_all_error_on_warn': 'false',
|
|
408
447
|
'target_arch': 'arm64',
|
|
409
448
|
'ubsan': 0,
|
|
449
|
+
'use_ccache_win': 0,
|
|
410
450
|
'use_prefix_to_find_headers': 'false',
|
|
411
451
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
412
452
|
'v8_enable_extensible_ro_snapshot': 0,
|
|
@@ -92,8 +92,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
|
|
|
92
92
|
const char16_t* str,
|
|
93
93
|
size_t length,
|
|
94
94
|
napi_value* result);
|
|
95
|
-
#
|
|
96
|
-
#define NODE_API_EXPERIMENTAL_HAS_EXTERNAL_STRINGS
|
|
95
|
+
#if NAPI_VERSION >= 10
|
|
97
96
|
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_external_string_latin1(
|
|
98
97
|
napi_env env,
|
|
99
98
|
char* str,
|
|
@@ -110,17 +109,14 @@ node_api_create_external_string_utf16(napi_env env,
|
|
|
110
109
|
void* finalize_hint,
|
|
111
110
|
napi_value* result,
|
|
112
111
|
bool* copied);
|
|
113
|
-
#endif // NAPI_EXPERIMENTAL
|
|
114
112
|
|
|
115
|
-
#ifdef NAPI_EXPERIMENTAL
|
|
116
|
-
#define NODE_API_EXPERIMENTAL_HAS_PROPERTY_KEYS
|
|
117
113
|
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_latin1(
|
|
118
114
|
napi_env env, const char* str, size_t length, napi_value* result);
|
|
119
115
|
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_utf8(
|
|
120
116
|
napi_env env, const char* str, size_t length, napi_value* result);
|
|
121
117
|
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_utf16(
|
|
122
118
|
napi_env env, const char16_t* str, size_t length, napi_value* result);
|
|
123
|
-
#endif //
|
|
119
|
+
#endif // NAPI_VERSION >= 10
|
|
124
120
|
|
|
125
121
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_symbol(napi_env env,
|
|
126
122
|
napi_value description,
|
package/include/node/node.h
CHANGED
|
@@ -483,6 +483,7 @@ struct IsolateSettings {
|
|
|
483
483
|
v8::Isolate::AbortOnUncaughtExceptionCallback
|
|
484
484
|
should_abort_on_uncaught_exception_callback = nullptr;
|
|
485
485
|
v8::FatalErrorCallback fatal_error_callback = nullptr;
|
|
486
|
+
v8::OOMErrorCallback oom_error_callback = nullptr;
|
|
486
487
|
v8::PrepareStackTraceCallback prepare_stack_trace_callback = nullptr;
|
|
487
488
|
|
|
488
489
|
// Miscellaneous callbacks
|
package/include/node/node_api.h
CHANGED
|
@@ -90,9 +90,6 @@ EXTERN_C_START
|
|
|
90
90
|
|
|
91
91
|
// Deprecated. Replaced by symbol-based registration defined by NAPI_MODULE
|
|
92
92
|
// and NAPI_MODULE_INIT macros.
|
|
93
|
-
#if defined(__cplusplus) && __cplusplus >= 201402L
|
|
94
|
-
[[deprecated]]
|
|
95
|
-
#endif
|
|
96
93
|
NAPI_EXTERN void NAPI_CDECL
|
|
97
94
|
napi_module_register(napi_module* mod);
|
|
98
95
|
|
|
@@ -136,8 +133,7 @@ napi_create_external_buffer(napi_env env,
|
|
|
136
133
|
napi_value* result);
|
|
137
134
|
#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
138
135
|
|
|
139
|
-
#
|
|
140
|
-
#define NODE_API_EXPERIMENTAL_HAS_CREATE_BUFFER_FROM_ARRAYBUFFER
|
|
136
|
+
#if NAPI_VERSION >= 10
|
|
141
137
|
|
|
142
138
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
143
139
|
node_api_create_buffer_from_arraybuffer(napi_env env,
|
|
@@ -145,7 +141,7 @@ node_api_create_buffer_from_arraybuffer(napi_env env,
|
|
|
145
141
|
size_t byte_offset,
|
|
146
142
|
size_t byte_length,
|
|
147
143
|
napi_value* result);
|
|
148
|
-
#endif //
|
|
144
|
+
#endif // NAPI_VERSION >= 10
|
|
149
145
|
|
|
150
146
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_buffer_copy(napi_env env,
|
|
151
147
|
size_t length,
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 22
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 15
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Jod"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
|
|
101
101
|
// The NAPI_VERSION supported by the runtime. This is the inclusive range of
|
|
102
102
|
// versions which the Node.js binary being built supports.
|
|
103
|
-
#define NODE_API_SUPPORTED_VERSION_MAX
|
|
103
|
+
#define NODE_API_SUPPORTED_VERSION_MAX 10
|
|
104
104
|
#define NODE_API_SUPPORTED_VERSION_MIN 1
|
|
105
105
|
|
|
106
106
|
// Node API modules use NAPI_VERSION 8 by default if it is not explicitly
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by util/mkbuildinf.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2014-
|
|
5
|
+
* Copyright 2014-2025 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: BSD-x86"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Wed Mar 5 20:59:02 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
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 16
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -42,7 +42,7 @@ extern "C" {
|
|
|
42
42
|
# define OPENSSL_VERSION_PRE_RELEASE ""
|
|
43
43
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
|
|
44
44
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
|
|
45
|
-
# define OPENSSL_VERSION_BUILD_METADATA "
|
|
45
|
+
# define OPENSSL_VERSION_BUILD_METADATA ""
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
* Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
|
|
@@ -57,7 +57,7 @@ extern "C" {
|
|
|
57
57
|
* be related to the API version expressed with the macros above.
|
|
58
58
|
* This is defined in free form.
|
|
59
59
|
*/
|
|
60
|
-
# define OPENSSL_SHLIB_VERSION
|
|
60
|
+
# define OPENSSL_SHLIB_VERSION 3
|
|
61
61
|
|
|
62
62
|
/*
|
|
63
63
|
* SECTION 2: USEFUL MACROS
|
|
@@ -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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.16"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
|
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 "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|