support for 0.12.18

This commit is contained in:
Igor Klopov 2017-02-23 20:15:38 +03:00
parent db33041935
commit 5f2dad5d5e
2 changed files with 5 additions and 5 deletions

View File

@ -156,7 +156,7 @@
V(status_string, "status") \
--- node/src/node.cc
+++ node/src/node.cc
@@ -2954,10 +2954,11 @@
@@ -2957,10 +2957,11 @@
}
static void PrintHelp();
@ -168,7 +168,7 @@
if (!strcmp(arg, "--debug")) {
use_debug_agent = true;
} else if (!strncmp(arg, "--debug=", sizeof("--debug=") - 1)) {
@@ -3572,14 +3573,10 @@
@@ -3575,14 +3576,10 @@
// Ignore SIGPIPE
RegisterSignalHandler(SIGPIPE, SIG_IGN);
RegisterSignalHandler(SIGINT, SignalExit, true);
@ -183,7 +183,7 @@
struct AtExitCallback {
AtExitCallback* next_;
@@ -3758,15 +3755,10 @@
@@ -3761,15 +3758,10 @@
const char* replaceInvalid = getenv("NODE_INVALID_UTF8");
if (replaceInvalid == NULL)

View File

@ -1,5 +1,5 @@
{
"v0.12.15": [
"v0.12.18": [
"backport.R00000.patch",
"backport.R24002.patch",
"backport.R24204.patch",
@ -16,7 +16,7 @@
"backport.R25444.patch",
"backport.PR4777.for.N0.patch",
"backport.PR5343.for.N0.patch",
"node.v0.12.15.patch"
"node.v0.12.18.patch"
],
"v4.8.0": [
"backport.R32768.patch",