aboutsummaryrefslogtreecommitdiff
path: root/www/node16/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/node16/files')
-rw-r--r--www/node16/files/extra-patch-tools_v8__gypfiles_v8.gyp11
-rw-r--r--www/node16/files/patch-common.gypi13
-rw-r--r--www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi11
-rw-r--r--www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi11
-rw-r--r--www/node16/files/patch-deps_openssl_openssl-cl__no__asm.gypi17
-rw-r--r--www/node16/files/patch-deps_openssl_openssl__no__asm.gypi11
-rw-r--r--www/node16/files/patch-deps_v8_src_base_platform_platform-freebsd.cc13
-rw-r--r--www/node16/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc18
-rw-r--r--www/node16/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h20
-rw-r--r--www/node16/files/patch-deps_v8_src_libsampler_sampler.cc13
-rw-r--r--www/node16/files/patch-node.gypi12
-rw-r--r--www/node16/files/patch-src_cares__wrap.h11
-rw-r--r--www/node16/files/patch-src_crypto_crypto__util.cc15
13 files changed, 0 insertions, 176 deletions
diff --git a/www/node16/files/extra-patch-tools_v8__gypfiles_v8.gyp b/www/node16/files/extra-patch-tools_v8__gypfiles_v8.gyp
deleted file mode 100644
index 9749a96d68e5..000000000000
--- a/www/node16/files/extra-patch-tools_v8__gypfiles_v8.gyp
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/v8_gypfiles/v8.gyp.orig 2021-04-20 11:30:16 UTC
-+++ tools/v8_gypfiles/v8.gyp
-@@ -774,7 +774,7 @@
- }],
- # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
- # to implement atomic memory access
-- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64"]', {
-+ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64"]', {
- 'link_settings': {
- 'libraries': ['-latomic', ],
- },
diff --git a/www/node16/files/patch-common.gypi b/www/node16/files/patch-common.gypi
deleted file mode 100644
index 8e817a2959c9..000000000000
--- a/www/node16/files/patch-common.gypi
+++ /dev/null
@@ -1,13 +0,0 @@
---- common.gypi.orig 2019-10-01 15:32:40.000000000 +0200
-+++ common.gypi 2019-10-16 12:47:09.236138000 +0200
-@@ -390,8 +390,8 @@
- 'ldflags': [ '-m32' ],
- }],
- [ 'target_arch=="ppc64" and OS!="aix"', {
-- 'cflags': [ '-m64', '-mminimal-toc' ],
-- 'ldflags': [ '-m64' ],
-+ 'cflags': [ '-m64' ],
-+ 'ldflags': [ '-m64' ],
- }],
- [ 'target_arch=="s390x"', {
- 'cflags': [ '-m64', '-march=z196' ],
diff --git a/www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi b/www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi
deleted file mode 100644
index aae558fe58db..000000000000
--- a/www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi
+++ /dev/null
@@ -1,11 +0,0 @@
---- deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2019-08-06 20:46:23 UTC
-+++ deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi
-@@ -12,7 +12,7 @@
- '-Wall -O3 -fomit-frame-pointer',
- ],
- 'openssl_ex_libs_linux-elf': [
-- '-ldl -pthread',
-+ '-pthread',
- ],
- 'openssl_cli_srcs_linux-elf': [
- 'openssl/apps/asn1pars.c',
diff --git a/www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi b/www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi
deleted file mode 100644
index aad8ab036c0b..000000000000
--- a/www/node16/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi
+++ /dev/null
@@ -1,11 +0,0 @@
---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-03-28 21:14:18 UTC
-+++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi
-@@ -699,7 +699,7 @@
- '-Wall -O3 -fomit-frame-pointer',
- ],
- 'openssl_ex_libs_linux-elf': [
-- '-ldl -pthread',
-+ '-pthread',
- ],
- },
- 'include_dirs': [
diff --git a/www/node16/files/patch-deps_openssl_openssl-cl__no__asm.gypi b/www/node16/files/patch-deps_openssl_openssl-cl__no__asm.gypi
deleted file mode 100644
index 3aa5573e17ef..000000000000
--- a/www/node16/files/patch-deps_openssl_openssl-cl__no__asm.gypi
+++ /dev/null
@@ -1,17 +0,0 @@
---- deps/openssl/openssl-cl_no_asm.gypi.orig 2023-03-28 21:14:18 UTC
-+++ deps/openssl/openssl-cl_no_asm.gypi
-@@ -1,4 +1,5 @@
- {
-+ 'defines': ['OPENSSL_NO_ASM'],
- 'conditions': [
- ['target_arch=="ppc" and OS=="aix"', {
- 'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'],
-@@ -49,7 +50,7 @@
- 'includes': ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi'],
- }, {
- # Other architectures don't use assembly
-- 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],
-+ 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'],
- }],
- ],
- }
diff --git a/www/node16/files/patch-deps_openssl_openssl__no__asm.gypi b/www/node16/files/patch-deps_openssl_openssl__no__asm.gypi
deleted file mode 100644
index fbce5b5affea..000000000000
--- a/www/node16/files/patch-deps_openssl_openssl__no__asm.gypi
+++ /dev/null
@@ -1,11 +0,0 @@
---- deps/openssl/openssl_no_asm.gypi.orig 2023-03-28 21:14:18 UTC
-+++ deps/openssl/openssl_no_asm.gypi
-@@ -50,7 +50,7 @@
- 'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'],
- }, {
- # Other architectures don't use assembly
-- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
-+ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'],
- }],
- ],
- }
diff --git a/www/node16/files/patch-deps_v8_src_base_platform_platform-freebsd.cc b/www/node16/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
deleted file mode 100644
index 3e173b2811f3..000000000000
--- a/www/node16/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2020-06-30 17:49:16 UTC
-+++ deps/v8/src/base/platform/platform-freebsd.cc
-@@ -82,8 +82,8 @@ std::vector<OS::SharedLibraryAddress> OS::GetSharedLib
- lib_name = std::string(path);
- }
- result.push_back(SharedLibraryAddress(
-- lib_name, reinterpret_cast<uintptr_t>(map->kve_start),
-- reinterpret_cast<uintptr_t>(map->kve_end)));
-+ lib_name, static_cast<uintptr_t>(map->kve_start),
-+ static_cast<uintptr_t>(map->kve_end)));
- }
-
- start += ssize;
diff --git a/www/node16/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc b/www/node16/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc
deleted file mode 100644
index 4bbfd3df2781..000000000000
--- a/www/node16/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc
+++ /dev/null
@@ -1,18 +0,0 @@
---- deps/v8/src/codegen/arm/cpu-arm.cc.orig 2022-04-19 16:03:40 UTC
-+++ deps/v8/src/codegen/arm/cpu-arm.cc
-@@ -2,12 +2,15 @@
- // Use of this source code is governed by a BSD-style license that can be
- // found in the LICENSE file.
-
-+#include "include/v8config.h"
-+
- // CPU specific code for arm independent of OS goes here.
- #ifdef __arm__
- #ifdef __QNXNTO__
- #include <sys/mman.h> // for cache flushing.
- #undef MAP_TYPE
- #elif V8_OS_FREEBSD
-+#include <sys/cdefs.h>
- #include <machine/sysarch.h> // for cache flushing
- #include <sys/types.h>
- #elif V8_OS_STARBOARD
diff --git a/www/node16/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h b/www/node16/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h
deleted file mode 100644
index 449278ef9271..000000000000
--- a/www/node16/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- deps/v8/src/codegen/ppc/constants-ppc.h.orig 2020-06-30 17:49:17 UTC
-+++ deps/v8/src/codegen/ppc/constants-ppc.h
-@@ -36,7 +36,7 @@
- #endif
-
- #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || !V8_TARGET_ARCH_PPC64 || \
-- V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2)
-+ (defined(_CALL_ELF) && _CALL_ELF == 2)
- #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1
- #else
- #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 0
-@@ -44,7 +44,7 @@
-
- #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || \
- (V8_TARGET_ARCH_PPC64 && \
-- (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2)))
-+ (defined(_CALL_ELF) && _CALL_ELF == 2))
- #define ABI_CALL_VIA_IP 1
- #else
- #define ABI_CALL_VIA_IP 0
diff --git a/www/node16/files/patch-deps_v8_src_libsampler_sampler.cc b/www/node16/files/patch-deps_v8_src_libsampler_sampler.cc
deleted file mode 100644
index df5237313d28..000000000000
--- a/www/node16/files/patch-deps_v8_src_libsampler_sampler.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- deps/v8/src/libsampler/sampler.cc.orig 2021-10-08 13:38:46 UTC
-+++ deps/v8/src/libsampler/sampler.cc
-@@ -490,6 +490,10 @@ void SignalHandler::FillRegisterState(void* context, R
- state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]);
- state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_SP]);
- state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_FP]);
-+#elif V8_TARGET_ARCH_PPC64
-+ state->pc = reinterpret_cast<void*>(mcontext.mc_srr0);
-+ state->sp = reinterpret_cast<void*>(mcontext.mc_frame[1]);
-+ state->fp = reinterpret_cast<void*>(mcontext.mc_frame[31]);
- #endif // V8_HOST_ARCH_*
- #elif V8_OS_NETBSD
- #if V8_HOST_ARCH_IA32
diff --git a/www/node16/files/patch-node.gypi b/www/node16/files/patch-node.gypi
deleted file mode 100644
index 9b726fefe1f4..000000000000
--- a/www/node16/files/patch-node.gypi
+++ /dev/null
@@ -1,12 +0,0 @@
---- node.gypi.orig 2023-03-28 21:14:21 UTC
-+++ node.gypi
-@@ -338,6 +338,9 @@
- [ 'node_use_openssl=="true"', {
- 'defines': [ 'HAVE_OPENSSL=1' ],
- 'conditions': [
-+ ['openssl_no_asm==1', {
-+ 'defines': [ 'OPENSSL_NO_ASM' ],
-+ }],
- [ 'node_shared_openssl=="false"', {
- 'dependencies': [
- './deps/openssl/openssl.gyp:openssl',
diff --git a/www/node16/files/patch-src_cares__wrap.h b/www/node16/files/patch-src_cares__wrap.h
deleted file mode 100644
index 7f57f6d8b333..000000000000
--- a/www/node16/files/patch-src_cares__wrap.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC
-+++ src/cares_wrap.h
-@@ -22,7 +22,7 @@
- # include <netdb.h>
- #endif // __POSIX__
-
--# include <ares_nameser.h>
-+# include <arpa/nameser.h>
-
- namespace node {
- namespace cares_wrap {
diff --git a/www/node16/files/patch-src_crypto_crypto__util.cc b/www/node16/files/patch-src_crypto_crypto__util.cc
deleted file mode 100644
index e31cabd10570..000000000000
--- a/www/node16/files/patch-src_crypto_crypto__util.cc
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/crypto/crypto_util.cc.orig 2023-06-12 06:44:17 UTC
-+++ src/crypto/crypto_util.cc
-@@ -194,10 +194,12 @@ void InitCryptoOnce() {
- // No-op with OPENSSL_NO_COMP builds of OpenSSL.
- sk_SSL_COMP_zero(SSL_COMP_get_compression_methods());
-
-+#if OPENSSL_VERSION_MAJOR < 3
- #ifndef OPENSSL_NO_ENGINE
- ERR_load_ENGINE_strings();
- ENGINE_load_builtin_engines();
- #endif // !OPENSSL_NO_ENGINE
-+#endif // OPENSSL_VERSION_MAJOR < 3
-
- NodeBIO::GetMethod();
- }