Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
patches: bump to 16.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed May 3, 2022
1 parent 9948e6d commit 4a92784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- node/common.gypi
+++ node/common.gypi
@@ -180,7 +180,7 @@
@@ -183,7 +183,7 @@
'MSVC_runtimeType': 2 # MultiThreadedDLL (/MD)
}],
['llvm_version=="0.0"', {
Expand Down Expand Up @@ -189,7 +189,7 @@ index 0000000000..fb2d47f52b
+}());
--- node/lib/internal/bootstrap/pre_execution.js
+++ node/lib/internal/bootstrap/pre_execution.js
@@ -19,7 +19,12 @@ const { Buffer } = require('buffer');
@@ -25,7 +25,12 @@ const { Buffer } = require('buffer');
const { ERR_MANIFEST_ASSERT_INTEGRITY } = require('internal/errors').codes;
const assert = require('internal/assert');

Expand All @@ -202,7 +202,7 @@ index 0000000000..fb2d47f52b
// TODO(joyeecheung): this is also necessary for workers when they deserialize
// this toggle from the snapshot.
reconnectZeroFillToggle();
@@ -92,7 +97,8 @@ function patchProcessObject(expandArgv1) {
@@ -100,7 +105,8 @@ function patchProcessObject(expandArgv1) {
process.argv[0] = process.execPath;

if (expandArgv1 && process.argv[1] &&
Expand Down Expand Up @@ -256,7 +256,7 @@ index 0000000000..fb2d47f52b
}
--- node/src/inspector_agent.cc
+++ node/src/inspector_agent.cc
@@ -680,8 +680,6 @@ bool Agent::Start(const std::string& path,
@@ -690,8 +690,6 @@ bool Agent::Start(const std::string& path,
StartIoThreadAsyncCallback));
uv_unref(reinterpret_cast<uv_handle_t*>(&start_io_thread_async));
start_io_thread_async.data = this;
Expand Down Expand Up @@ -481,7 +481,7 @@ index 0000000000..fb2d47f52b
+}
--- node/src/node_options.cc
+++ node/src/node_options.cc
@@ -253,6 +253,7 @@ void Parse(
@@ -254,6 +254,7 @@ void Parse(
// TODO(addaleax): Make that unnecessary.

DebugOptionsParser::DebugOptionsParser() {
Expand Down
2 changes: 1 addition & 1 deletion patches/patches.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"v18.1.0": ["node.v18.1.0.cpp.patch"],
"v16.14.2": ["node.v16.14.2.cpp.patch"],
"v16.15.0": ["node.v16.15.0.cpp.patch"],
"v14.19.1": ["node.v14.19.1.cpp.patch"],
"v12.22.11": ["node.v12.22.11.cpp.patch"],
"v10.24.1": ["node.v10.24.1.cpp.patch"],
Expand Down

0 comments on commit 4a92784

Please sign in to comment.