patches: bump to 12.22.11, 14.19.1, 16.14.2, 17.8.0

This commit is contained in:
Jesse Chan 2022-03-28 11:17:34 -07:00
parent c87dfbedd7
commit 5fce1d29ec
5 changed files with 6 additions and 6 deletions

View File

@ -150,7 +150,7 @@
}
function _forkChild(fd, serializationMode) {
index 0000000000..fb2d47f52b
index 00000000000..fb2d47f52b6
--- /dev/null
+++ node/lib/internal/bootstrap/pkg.js
@@ -0,0 +1,44 @@
@ -492,7 +492,7 @@ index 0000000000..fb2d47f52b
+}
--- node/src/node_options.cc
+++ node/src/node_options.cc
@@ -256,6 +256,7 @@ void Parse(
@@ -257,6 +257,7 @@ void Parse(
// TODO(addaleax): Make that unnecessary.
DebugOptionsParser::DebugOptionsParser() {

View File

@ -1,8 +1,8 @@
{
"v17.7.1": ["node.v17.7.1.cpp.patch"],
"v16.14.0": ["node.v16.14.0.cpp.patch"],
"v14.19.0": ["node.v14.19.0.cpp.patch"],
"v12.22.10": ["node.v12.22.10.cpp.patch"],
"v17.8.0": ["node.v17.8.0.cpp.patch"],
"v16.14.2": ["node.v16.14.2.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"],
"v8.17.0": ["node.v8.17.0.cpp.patch"]
}