|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: common.gypi
|
|
|
|
|
--- common.gypi.orig 2025-06-24 21:38:42.000000000 +0200
|
|
|
|
|
+++ common.gypi 2025-06-25 16:23:36.609363000 +0200
|
|
|
|
|
@@ -195,7 +195,7 @@
|
|
|
|
|
--- common.gypi.orig 2025-10-28 06:48:10.000000000 +0100
|
|
|
|
|
+++ common.gypi 2025-10-30 10:27:45.845114000 +0100
|
|
|
|
|
@@ -196,7 +196,7 @@
|
|
|
|
|
}],
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
@ -10,7 +10,7 @@ Index: common.gypi
|
|
|
|
|
'conditions': [
|
|
|
|
|
['enable_lto=="true"', {
|
|
|
|
|
'cflags': ['<(lto)'],
|
|
|
|
|
@@ -508,7 +508,7 @@
|
|
|
|
|
@@ -509,7 +509,7 @@
|
|
|
|
|
'ldflags': [ '-pthread' ],
|
|
|
|
|
}],
|
|
|
|
|
[ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi openharmony"', {
|
|
|
|
|
@ -19,7 +19,7 @@ Index: common.gypi
|
|
|
|
|
'cflags_cc': [
|
|
|
|
|
'-fno-rtti',
|
|
|
|
|
'-fno-exceptions',
|
|
|
|
|
@@ -643,10 +643,7 @@
|
|
|
|
|
@@ -654,10 +654,7 @@
|
|
|
|
|
'MACOSX_DEPLOYMENT_TARGET': '13.5', # -mmacosx-version-min=13.5
|
|
|
|
|
'USE_HEADERMAP': 'NO',
|
|
|
|
|
'WARNING_CFLAGS': [
|
|
|
|
|
@ -31,9 +31,21 @@ Index: common.gypi
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
'target_conditions': [
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2025-10-28 06:48:10.000000000 +0100
|
|
|
|
|
+++ configure 2025-10-30 10:28:24.114825000 +0100
|
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
|
|
from distutils.spawn import find_executable as which
|
|
|
|
|
|
|
|
|
|
print('Node.js configure: Found Python {}.{}.{}...'.format(*sys.version_info))
|
|
|
|
|
-acceptable_pythons = ((3, 13), (3, 12), (3, 11), (3, 10), (3, 9))
|
|
|
|
|
+acceptable_pythons = ((3, 14), (3, 13), (3, 12), (3, 11), (3, 10), (3, 9))
|
|
|
|
|
if sys.version_info[:2] in acceptable_pythons:
|
|
|
|
|
import configure
|
|
|
|
|
else:
|
|
|
|
|
Index: deps/uv/common.gypi
|
|
|
|
|
--- deps/uv/common.gypi.orig 2025-06-24 21:38:44.000000000 +0200
|
|
|
|
|
+++ deps/uv/common.gypi 2025-06-25 16:19:11.914654000 +0200
|
|
|
|
|
--- deps/uv/common.gypi.orig 2025-10-28 06:48:12.000000000 +0100
|
|
|
|
|
+++ deps/uv/common.gypi 2025-10-30 10:27:45.845280000 +0100
|
|
|
|
|
@@ -46,7 +46,7 @@
|
|
|
|
|
'Release': {
|
|
|
|
|
'defines': [ 'NDEBUG' ],
|
|
|
|
|
@ -44,8 +56,8 @@ Index: deps/uv/common.gypi
|
|
|
|
|
'msvs_settings': {
|
|
|
|
|
'VCCLCompilerTool': {
|
|
|
|
|
Index: deps/uv/uv.gyp
|
|
|
|
|
--- deps/uv/uv.gyp.orig 2025-06-24 21:38:44.000000000 +0200
|
|
|
|
|
+++ deps/uv/uv.gyp 2025-06-25 16:19:11.914763000 +0200
|
|
|
|
|
--- deps/uv/uv.gyp.orig 2025-10-28 06:48:12.000000000 +0100
|
|
|
|
|
+++ deps/uv/uv.gyp 2025-10-30 10:27:45.845429000 +0100
|
|
|
|
|
@@ -232,7 +232,7 @@
|
|
|
|
|
}],
|
|
|
|
|
['OS!="mac"', {
|
|
|
|
|
@ -56,8 +68,8 @@ Index: deps/uv/uv.gyp
|
|
|
|
|
}],
|
|
|
|
|
],
|
|
|
|
|
Index: deps/v8/src/base/numbers/bignum.cc
|
|
|
|
|
--- deps/v8/src/base/numbers/bignum.cc.orig 2025-06-24 21:38:44.000000000 +0200
|
|
|
|
|
+++ deps/v8/src/base/numbers/bignum.cc 2025-06-25 16:19:11.914915000 +0200
|
|
|
|
|
--- deps/v8/src/base/numbers/bignum.cc.orig 2025-10-28 06:48:12.000000000 +0100
|
|
|
|
|
+++ deps/v8/src/base/numbers/bignum.cc 2025-10-30 10:27:45.845635000 +0100
|
|
|
|
|
@@ -5,6 +5,7 @@
|
|
|
|
|
#include "src/base/numbers/bignum.h"
|
|
|
|
|
|
|
|
|
|
@ -67,8 +79,8 @@ Index: deps/v8/src/base/numbers/bignum.cc
|
|
|
|
|
namespace v8 {
|
|
|
|
|
namespace base {
|
|
|
|
|
Index: deps/v8/src/base/platform/platform-freebsd.cc
|
|
|
|
|
--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2025-06-24 21:38:44.000000000 +0200
|
|
|
|
|
+++ deps/v8/src/base/platform/platform-freebsd.cc 2025-06-25 16:19:11.915003000 +0200
|
|
|
|
|
--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2025-10-28 06:48:12.000000000 +0100
|
|
|
|
|
+++ deps/v8/src/base/platform/platform-freebsd.cc 2025-10-30 10:27:45.845752000 +0100
|
|
|
|
|
@@ -28,6 +28,7 @@
|
|
|
|
|
#include <strings.h> // index
|
|
|
|
|
|
|
|
|
|
@ -78,8 +90,8 @@ Index: deps/v8/src/base/platform/platform-freebsd.cc
|
|
|
|
|
#undef MAP_TYPE
|
|
|
|
|
|
|
|
|
|
Index: deps/v8/src/base/strings.h
|
|
|
|
|
--- deps/v8/src/base/strings.h.orig 2025-06-24 21:38:44.000000000 +0200
|
|
|
|
|
+++ deps/v8/src/base/strings.h 2025-06-25 16:19:11.915087000 +0200
|
|
|
|
|
--- deps/v8/src/base/strings.h.orig 2025-10-28 06:48:12.000000000 +0100
|
|
|
|
|
+++ deps/v8/src/base/strings.h 2025-10-30 10:27:45.845860000 +0100
|
|
|
|
|
@@ -8,6 +8,7 @@
|
|
|
|
|
#include "src/base/base-export.h"
|
|
|
|
|
#include "src/base/macros.h"
|
|
|
|
|
@ -89,8 +101,8 @@ Index: deps/v8/src/base/strings.h
|
|
|
|
|
namespace v8 {
|
|
|
|
|
namespace base {
|
|
|
|
|
Index: deps/v8/src/wasm/wasm-result.cc
|
|
|
|
|
--- deps/v8/src/wasm/wasm-result.cc.orig 2025-06-24 21:38:44.000000000 +0200
|
|
|
|
|
+++ deps/v8/src/wasm/wasm-result.cc 2025-06-25 16:19:11.915171000 +0200
|
|
|
|
|
--- deps/v8/src/wasm/wasm-result.cc.orig 2025-10-28 06:48:13.000000000 +0100
|
|
|
|
|
+++ deps/v8/src/wasm/wasm-result.cc 2025-10-30 10:27:45.845972000 +0100
|
|
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
@ -101,8 +113,8 @@ Index: deps/v8/src/wasm/wasm-result.cc
|
|
|
|
|
|
|
|
|
|
#include "src/base/strings.h"
|
|
|
|
|
Index: lib/dns.js
|
|
|
|
|
--- lib/dns.js.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ lib/dns.js 2025-06-25 16:19:11.915287000 +0200
|
|
|
|
|
--- lib/dns.js.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ lib/dns.js 2025-10-30 10:27:45.846124000 +0100
|
|
|
|
|
@@ -233,6 +233,10 @@
|
|
|
|
|
order = DNS_ORDER_IPV6_FIRST;
|
|
|
|
|
}
|
|
|
|
|
@ -115,9 +127,9 @@ Index: lib/dns.js
|
|
|
|
|
req, hostname, family, hints, order,
|
|
|
|
|
);
|
|
|
|
|
Index: lib/internal/modules/cjs/loader.js
|
|
|
|
|
--- lib/internal/modules/cjs/loader.js.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ lib/internal/modules/cjs/loader.js 2025-06-25 16:19:11.915535000 +0200
|
|
|
|
|
@@ -1929,7 +1929,10 @@
|
|
|
|
|
--- lib/internal/modules/cjs/loader.js.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ lib/internal/modules/cjs/loader.js 2025-10-30 10:27:45.846503000 +0100
|
|
|
|
|
@@ -2001,7 +2001,10 @@
|
|
|
|
|
path.resolve(process.execPath, '..') :
|
|
|
|
|
path.resolve(process.execPath, '..', '..');
|
|
|
|
|
|
|
|
|
|
@ -130,8 +142,8 @@ Index: lib/internal/modules/cjs/loader.js
|
|
|
|
|
if (homeDir) {
|
|
|
|
|
ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries'));
|
|
|
|
|
Index: src/crypto/crypto_aes.cc
|
|
|
|
|
--- src/crypto/crypto_aes.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_aes.cc 2025-06-25 16:19:11.915666000 +0200
|
|
|
|
|
--- src/crypto/crypto_aes.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_aes.cc 2025-10-30 10:27:45.846674000 +0100
|
|
|
|
|
@@ -9,8 +9,8 @@
|
|
|
|
|
#include "threadpoolwork-inl.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -144,8 +156,8 @@ Index: src/crypto/crypto_aes.cc
|
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
|
|
Index: src/crypto/crypto_bio.cc
|
|
|
|
|
--- src/crypto/crypto_bio.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_bio.cc 2025-06-25 16:19:11.915763000 +0200
|
|
|
|
|
--- src/crypto/crypto_bio.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_bio.cc 2025-10-30 10:27:45.846819000 +0100
|
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
#include "memory_tracker-inl.h"
|
|
|
|
|
#include "util-inl.h"
|
|
|
|
|
@ -156,8 +168,8 @@ Index: src/crypto/crypto_bio.cc
|
|
|
|
|
#include <climits>
|
|
|
|
|
#include <cstring>
|
|
|
|
|
Index: src/crypto/crypto_common.cc
|
|
|
|
|
--- src/crypto/crypto_common.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_common.cc 2025-06-25 16:19:11.915856000 +0200
|
|
|
|
|
--- src/crypto/crypto_common.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_common.cc 2025-10-30 10:27:45.846943000 +0100
|
|
|
|
|
@@ -13,14 +13,14 @@
|
|
|
|
|
#include "string_bytes.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -182,8 +194,8 @@ Index: src/crypto/crypto_common.cc
|
|
|
|
|
#include <string>
|
|
|
|
|
#include <unordered_map>
|
|
|
|
|
Index: src/crypto/crypto_common.h
|
|
|
|
|
--- src/crypto/crypto_common.h.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_common.h 2025-06-25 16:19:11.915923000 +0200
|
|
|
|
|
--- src/crypto/crypto_common.h.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_common.h 2025-10-30 10:27:45.847046000 +0100
|
|
|
|
|
@@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
|
|
|
|
@ -196,8 +208,8 @@ Index: src/crypto/crypto_common.h
|
|
|
|
|
#include "node_crypto.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
Index: src/crypto/crypto_context.cc
|
|
|
|
|
--- src/crypto/crypto_context.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_context.cc 2025-06-25 16:19:11.916163000 +0200
|
|
|
|
|
--- src/crypto/crypto_context.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_context.cc 2025-10-30 10:27:45.847397000 +0100
|
|
|
|
|
@@ -12,11 +12,11 @@
|
|
|
|
|
#include "util.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -215,8 +227,8 @@ Index: src/crypto/crypto_context.cc
|
|
|
|
|
#ifdef __APPLE__
|
|
|
|
|
#include <Security/Security.h>
|
|
|
|
|
Index: src/crypto/crypto_dsa.cc
|
|
|
|
|
--- src/crypto/crypto_dsa.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_dsa.cc 2025-06-25 16:19:11.916243000 +0200
|
|
|
|
|
--- src/crypto/crypto_dsa.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_dsa.cc 2025-10-30 10:27:45.847503000 +0100
|
|
|
|
|
@@ -7,8 +7,8 @@
|
|
|
|
|
#include "threadpoolwork-inl.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -229,8 +241,8 @@ Index: src/crypto/crypto_dsa.cc
|
|
|
|
|
#include <cstdio>
|
|
|
|
|
|
|
|
|
|
Index: src/crypto/crypto_keys.h
|
|
|
|
|
--- src/crypto/crypto_keys.h.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_keys.h 2025-06-25 16:19:11.916346000 +0200
|
|
|
|
|
--- src/crypto/crypto_keys.h.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_keys.h 2025-10-30 10:27:45.847639000 +0100
|
|
|
|
|
@@ -11,7 +11,7 @@
|
|
|
|
|
#include "node_worker.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -241,8 +253,8 @@ Index: src/crypto/crypto_keys.h
|
|
|
|
|
#include <memory>
|
|
|
|
|
#include <string>
|
|
|
|
|
Index: src/crypto/crypto_rsa.cc
|
|
|
|
|
--- src/crypto/crypto_rsa.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_rsa.cc 2025-06-25 16:19:11.916444000 +0200
|
|
|
|
|
--- src/crypto/crypto_rsa.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_rsa.cc 2025-10-30 10:27:45.847778000 +0100
|
|
|
|
|
@@ -9,8 +9,8 @@
|
|
|
|
|
#include "threadpoolwork-inl.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -255,8 +267,8 @@ Index: src/crypto/crypto_rsa.cc
|
|
|
|
|
namespace node {
|
|
|
|
|
|
|
|
|
|
Index: src/crypto/crypto_spkac.h
|
|
|
|
|
--- src/crypto/crypto_spkac.h.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_spkac.h 2025-06-25 16:19:11.916507000 +0200
|
|
|
|
|
--- src/crypto/crypto_spkac.h.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_spkac.h 2025-10-30 10:27:45.847864000 +0100
|
|
|
|
|
@@ -6,7 +6,7 @@
|
|
|
|
|
#include "env.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -267,8 +279,8 @@ Index: src/crypto/crypto_spkac.h
|
|
|
|
|
namespace node {
|
|
|
|
|
namespace crypto {
|
|
|
|
|
Index: src/crypto/crypto_timing.cc
|
|
|
|
|
--- src/crypto/crypto_timing.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_timing.cc 2025-06-25 16:19:11.916576000 +0200
|
|
|
|
|
--- src/crypto/crypto_timing.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_timing.cc 2025-10-30 10:27:45.847966000 +0100
|
|
|
|
|
@@ -6,7 +6,7 @@
|
|
|
|
|
#include "node_errors.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -279,8 +291,8 @@ Index: src/crypto/crypto_timing.cc
|
|
|
|
|
namespace node {
|
|
|
|
|
|
|
|
|
|
Index: src/crypto/crypto_tls.h
|
|
|
|
|
--- src/crypto/crypto_tls.h.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/crypto/crypto_tls.h 2025-06-25 16:19:11.916683000 +0200
|
|
|
|
|
--- src/crypto/crypto_tls.h.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/crypto/crypto_tls.h 2025-10-30 10:27:45.848089000 +0100
|
|
|
|
|
@@ -31,7 +31,7 @@
|
|
|
|
|
#include "stream_wrap.h"
|
|
|
|
|
#include "v8.h"
|
|
|
|
|
@ -291,8 +303,8 @@ Index: src/crypto/crypto_tls.h
|
|
|
|
|
#include <string>
|
|
|
|
|
#include <vector>
|
|
|
|
|
Index: src/inspector_socket_server.cc
|
|
|
|
|
--- src/inspector_socket_server.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/inspector_socket_server.cc 2025-06-25 16:19:11.916796000 +0200
|
|
|
|
|
--- src/inspector_socket_server.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/inspector_socket_server.cc 2025-10-30 10:27:45.848284000 +0100
|
|
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
|
bool include_protocol);
|
|
|
|
|
namespace {
|
|
|
|
|
@ -303,8 +315,8 @@ Index: src/inspector_socket_server.cc
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
Index: src/node_constants.cc
|
|
|
|
|
--- src/node_constants.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/node_constants.cc 2025-06-25 16:19:11.916947000 +0200
|
|
|
|
|
--- src/node_constants.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/node_constants.cc 2025-10-30 10:27:45.848550000 +0100
|
|
|
|
|
@@ -37,10 +37,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -320,8 +332,8 @@ Index: src/node_constants.cc
|
|
|
|
|
#endif // HAVE_OPENSSL
|
|
|
|
|
|
|
|
|
|
Index: src/node_metadata.cc
|
|
|
|
|
--- src/node_metadata.cc.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/node_metadata.cc 2025-06-25 16:19:11.917030000 +0200
|
|
|
|
|
--- src/node_metadata.cc.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/node_metadata.cc 2025-10-30 10:27:45.848692000 +0100
|
|
|
|
|
@@ -28,10 +28,10 @@
|
|
|
|
|
#endif // NODE_BUNDLED_ZLIB
|
|
|
|
|
|
|
|
|
|
@ -336,9 +348,9 @@ Index: src/node_metadata.cc
|
|
|
|
|
#endif // HAVE_OPENSSL
|
|
|
|
|
|
|
|
|
|
Index: src/util.h
|
|
|
|
|
--- src/util.h.orig 2025-06-24 21:38:46.000000000 +0200
|
|
|
|
|
+++ src/util.h 2025-06-25 16:19:11.917189000 +0200
|
|
|
|
|
@@ -179,14 +179,23 @@
|
|
|
|
|
--- src/util.h.orig 2025-10-28 06:48:14.000000000 +0100
|
|
|
|
|
+++ src/util.h 2025-10-30 10:27:45.848977000 +0100
|
|
|
|
|
@@ -181,14 +181,23 @@
|
|
|
|
|
} \
|
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
|
|
@ -362,7 +374,7 @@ Index: src/util.h
|
|
|
|
|
#define CHECK_IMPLIES(a, b) CHECK(!(a) || (b))
|
|
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
|
@@ -214,6 +223,7 @@
|
|
|
|
|
@@ -216,6 +225,7 @@
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -371,8 +383,8 @@ Index: src/util.h
|
|
|
|
|
ERROR_AND_ABORT("Unreachable code reached" __VA_OPT__(": ") __VA_ARGS__)
|
|
|
|
|
|
|
|
|
|
Index: tools/install.py
|
|
|
|
|
--- tools/install.py.orig 2025-06-24 21:38:47.000000000 +0200
|
|
|
|
|
+++ tools/install.py 2025-06-25 16:19:11.917295000 +0200
|
|
|
|
|
--- tools/install.py.orig 2025-10-28 06:48:15.000000000 +0100
|
|
|
|
|
+++ tools/install.py 2025-10-30 10:27:45.849180000 +0100
|
|
|
|
|
@@ -198,10 +198,7 @@
|
|
|
|
|
action(options, [os.path.join(options.v8_dir, 'tools/gdbinit')], 'share/doc/node/')
|
|
|
|
|
action(options, [os.path.join(options.v8_dir, 'tools/lldb_commands.py')], 'share/doc/node/')
|
|
|
|
|
@ -386,9 +398,9 @@ Index: tools/install.py
|
|
|
|
|
if 'true' == options.variables.get('node_install_npm'):
|
|
|
|
|
npm_files(options, action)
|
|
|
|
|
Index: tools/v8_gypfiles/toolchain.gypi
|
|
|
|
|
--- tools/v8_gypfiles/toolchain.gypi.orig 2025-06-24 21:38:47.000000000 +0200
|
|
|
|
|
+++ tools/v8_gypfiles/toolchain.gypi 2025-06-25 16:19:11.917448000 +0200
|
|
|
|
|
@@ -565,12 +565,6 @@
|
|
|
|
|
--- tools/v8_gypfiles/toolchain.gypi.orig 2025-10-28 06:48:15.000000000 +0100
|
|
|
|
|
+++ tools/v8_gypfiles/toolchain.gypi 2025-10-30 10:27:45.849454000 +0100
|
|
|
|
|
@@ -579,12 +579,6 @@
|
|
|
|
|
['OS=="solaris"', {
|
|
|
|
|
'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
|
|
|
|
|
}],
|
|
|
|
|
@ -401,7 +413,7 @@ Index: tools/v8_gypfiles/toolchain.gypi
|
|
|
|
|
['OS=="aix" or OS=="os400"', {
|
|
|
|
|
'defines': [
|
|
|
|
|
# Support for malloc(0)
|
|
|
|
|
@@ -702,8 +696,8 @@
|
|
|
|
|
@@ -716,8 +710,8 @@
|
|
|
|
|
# Don't use -O3 with sanitizers.
|
|
|
|
|
['asan==0 and msan==0 and lsan==0 \
|
|
|
|
|
and tsan==0 and ubsan==0 and ubsan_vptr==0', {
|
|
|
|
|
@ -412,7 +424,7 @@ Index: tools/v8_gypfiles/toolchain.gypi
|
|
|
|
|
}, {
|
|
|
|
|
'cflags': ['-O2'],
|
|
|
|
|
'cflags!': ['-O3'],
|
|
|
|
|
@@ -751,8 +745,8 @@
|
|
|
|
|
@@ -765,8 +759,8 @@
|
|
|
|
|
# Don't use -O3 with sanitizers.
|
|
|
|
|
['asan==0 and msan==0 and lsan==0 \
|
|
|
|
|
and tsan==0 and ubsan==0 and ubsan_vptr==0', {
|
|
|
|
|
|