node-aix-ppc64 22.14.0 → 22.15.1
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 +388 -0
- package/LICENSE +46 -12
- package/README.md +19 -13
- package/bin/node +0 -0
- package/include/node/common.gypi +13 -1
- package/include/node/config.gypi +38 -2
- package/include/node/node.exp +502 -2392
- package/include/node/node.h +1 -0
- package/include/node/node_version.h +2 -2
- 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/README.md
CHANGED
|
@@ -182,6 +182,8 @@ For information about the governance of the Node.js project, see
|
|
|
182
182
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
183
183
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
184
184
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
185
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
186
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
185
187
|
* [richardlau](https://github.com/richardlau) -
|
|
186
188
|
**Richard Lau** <<rlau@redhat.com>>
|
|
187
189
|
* [ronag](https://github.com/ronag) -
|
|
@@ -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) -
|
|
@@ -335,6 +335,8 @@ For information about the governance of the Node.js project, see
|
|
|
335
335
|
**Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
|
|
336
336
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
337
337
|
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
338
|
+
* [geeksilva97](https://github.com/geeksilva97) -
|
|
339
|
+
**Edy Silva** <<edigleyssonsilva@gmail.com>> (he/him)
|
|
338
340
|
* [gengjiawen](https://github.com/gengjiawen) -
|
|
339
341
|
**Jiawen Geng** <<technicalcute@gmail.com>>
|
|
340
342
|
* [GeoffreyBooth](https://github.com/GeoffreyBooth) -
|
|
@@ -358,7 +360,7 @@ For information about the governance of the Node.js project, see
|
|
|
358
360
|
* [jazelly](https://github.com/jazelly) -
|
|
359
361
|
**Jason Zhang** <<xzha4350@gmail.com>> (he/him)
|
|
360
362
|
* [jkrems](https://github.com/jkrems) -
|
|
361
|
-
**Jan
|
|
363
|
+
**Jan Martin** <<jan.krems@gmail.com>> (he/him)
|
|
362
364
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
363
365
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
364
366
|
* [juanarbol](https://github.com/juanarbol) -
|
|
@@ -367,8 +369,6 @@ For information about the governance of the Node.js project, see
|
|
|
367
369
|
**Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
|
|
368
370
|
* [KhafraDev](https://github.com/KhafraDev) -
|
|
369
371
|
**Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
|
|
370
|
-
* [kvakil](https://github.com/kvakil) -
|
|
371
|
-
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
372
372
|
* [legendecas](https://github.com/legendecas) -
|
|
373
373
|
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
374
374
|
* [lemire](https://github.com/lemire) -
|
|
@@ -403,8 +403,6 @@ For information about the governance of the Node.js project, see
|
|
|
403
403
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
404
404
|
* [MrJithil](https://github.com/MrJithil) -
|
|
405
405
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
406
|
-
* [ovflowd](https://github.com/ovflowd) -
|
|
407
|
-
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
408
406
|
* [panva](https://github.com/panva) -
|
|
409
407
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
410
408
|
* [pimterry](https://github.com/pimterry) -
|
|
@@ -415,6 +413,8 @@ For information about the governance of the Node.js project, see
|
|
|
415
413
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
416
414
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
417
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)
|
|
418
418
|
* [richardlau](https://github.com/richardlau) -
|
|
419
419
|
**Richard Lau** <<rlau@redhat.com>>
|
|
420
420
|
* [rluvaton](https://github.com/rluvaton) -
|
|
@@ -579,6 +579,8 @@ For information about the governance of the Node.js project, see
|
|
|
579
579
|
**Kunal Pathak** <<kunal.pathak@microsoft.com>>
|
|
580
580
|
* [kuriyosh](https://github.com/kuriyosh) -
|
|
581
581
|
**Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
|
|
582
|
+
* [kvakil](https://github.com/kvakil) -
|
|
583
|
+
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
582
584
|
* [lance](https://github.com/lance) -
|
|
583
585
|
**Lance Ball** <<lball@redhat.com>> (he/him)
|
|
584
586
|
* [Leko](https://github.com/Leko) -
|
|
@@ -625,6 +627,8 @@ For information about the governance of the Node.js project, see
|
|
|
625
627
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
626
628
|
* [othiym23](https://github.com/othiym23) -
|
|
627
629
|
**Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
|
|
630
|
+
* [ovflowd](https://github.com/ovflowd) -
|
|
631
|
+
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
628
632
|
* [oyyd](https://github.com/oyyd) -
|
|
629
633
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
630
634
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
@@ -643,8 +647,6 @@ For information about the governance of the Node.js project, see
|
|
|
643
647
|
**Peter Marshall** <<petermarshall@chromium.org>> (he/him)
|
|
644
648
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
645
649
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
646
|
-
* [RaisinTen](https://github.com/RaisinTen) -
|
|
647
|
-
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
648
650
|
* [refack](https://github.com/refack) -
|
|
649
651
|
**Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
|
|
650
652
|
* [rexagod](https://github.com/rexagod) -
|
|
@@ -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,11 +3,12 @@
|
|
|
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': { 'asan': 0,
|
|
10
10
|
'clang': 0,
|
|
11
|
+
'control_flow_guard': 'false',
|
|
11
12
|
'coverage': 'false',
|
|
12
13
|
'dcheck_always_on': 0,
|
|
13
14
|
'debug_nghttp2': 'false',
|
|
@@ -33,6 +34,36 @@
|
|
|
33
34
|
'deps/undici/undici.js',
|
|
34
35
|
'deps/amaro/dist/index.js'],
|
|
35
36
|
'node_byteorder': 'big',
|
|
37
|
+
'node_cctest_sources': [ 'src/node_snapshot_stub.cc',
|
|
38
|
+
'test/cctest/inspector/test_node_protocol.cc',
|
|
39
|
+
'test/cctest/node_test_fixture.cc',
|
|
40
|
+
'test/cctest/test_aliased_buffer.cc',
|
|
41
|
+
'test/cctest/test_base64.cc',
|
|
42
|
+
'test/cctest/test_base_object_ptr.cc',
|
|
43
|
+
'test/cctest/test_cppgc.cc',
|
|
44
|
+
'test/cctest/test_crypto_clienthello.cc',
|
|
45
|
+
'test/cctest/test_dataqueue.cc',
|
|
46
|
+
'test/cctest/test_environment.cc',
|
|
47
|
+
'test/cctest/test_inspector_socket.cc',
|
|
48
|
+
'test/cctest/test_inspector_socket_server.cc',
|
|
49
|
+
'test/cctest/test_json_utils.cc',
|
|
50
|
+
'test/cctest/test_linked_binding.cc',
|
|
51
|
+
'test/cctest/test_node_api.cc',
|
|
52
|
+
'test/cctest/test_node_crypto.cc',
|
|
53
|
+
'test/cctest/test_node_crypto_env.cc',
|
|
54
|
+
'test/cctest/test_node_postmortem_metadata.cc',
|
|
55
|
+
'test/cctest/test_node_task_runner.cc',
|
|
56
|
+
'test/cctest/test_path.cc',
|
|
57
|
+
'test/cctest/test_per_process.cc',
|
|
58
|
+
'test/cctest/test_platform.cc',
|
|
59
|
+
'test/cctest/test_quic_cid.cc',
|
|
60
|
+
'test/cctest/test_quic_error.cc',
|
|
61
|
+
'test/cctest/test_quic_tokens.cc',
|
|
62
|
+
'test/cctest/test_report.cc',
|
|
63
|
+
'test/cctest/test_sockaddr.cc',
|
|
64
|
+
'test/cctest/test_traced_value.cc',
|
|
65
|
+
'test/cctest/test_util.cc',
|
|
66
|
+
'test/cctest/node_test_fixture.h'],
|
|
36
67
|
'node_debug_lib': 'false',
|
|
37
68
|
'node_enable_d8': 'false',
|
|
38
69
|
'node_enable_v8_vtunejit': 'false',
|
|
@@ -189,6 +220,7 @@
|
|
|
189
220
|
'lib/internal/main/worker_thread.js',
|
|
190
221
|
'lib/internal/mime.js',
|
|
191
222
|
'lib/internal/modules/cjs/loader.js',
|
|
223
|
+
'lib/internal/modules/customization_hooks.js',
|
|
192
224
|
'lib/internal/modules/esm/assert.js',
|
|
193
225
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
194
226
|
'lib/internal/modules/esm/fetch_module.js',
|
|
@@ -307,6 +339,7 @@
|
|
|
307
339
|
'lib/internal/util/colors.js',
|
|
308
340
|
'lib/internal/util/comparisons.js',
|
|
309
341
|
'lib/internal/util/debuglog.js',
|
|
342
|
+
'lib/internal/util/diff.js',
|
|
310
343
|
'lib/internal/util/inspect.js',
|
|
311
344
|
'lib/internal/util/inspector.js',
|
|
312
345
|
'lib/internal/util/parse_args/parse_args.js',
|
|
@@ -391,6 +424,7 @@
|
|
|
391
424
|
'node_shared_sqlite': 'false',
|
|
392
425
|
'node_shared_uvwasi': 'false',
|
|
393
426
|
'node_shared_zlib': 'false',
|
|
427
|
+
'node_shared_zstd': 'false',
|
|
394
428
|
'node_tag': '',
|
|
395
429
|
'node_target_type': 'executable',
|
|
396
430
|
'node_use_amaro': 'true',
|
|
@@ -403,12 +437,14 @@
|
|
|
403
437
|
'node_without_node_options': 'false',
|
|
404
438
|
'node_write_snapshot_as_array_literals': 'true',
|
|
405
439
|
'openssl_is_fips': 'false',
|
|
406
|
-
'openssl_quic': '
|
|
440
|
+
'openssl_quic': 'false',
|
|
407
441
|
'ossfuzz': 'false',
|
|
408
442
|
'shlib_suffix': '127.a',
|
|
409
443
|
'single_executable_application': 'true',
|
|
444
|
+
'suppress_all_error_on_warn': 'false',
|
|
410
445
|
'target_arch': 'ppc64',
|
|
411
446
|
'ubsan': 0,
|
|
447
|
+
'use_ccache_win': 0,
|
|
412
448
|
'use_prefix_to_find_headers': 'false',
|
|
413
449
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
414
450
|
'v8_enable_extensible_ro_snapshot': 0,
|