diff --git a/nodejs20.changes b/nodejs20.changes index 9fc9676..221b941 100644 --- a/nodejs20.changes +++ b/nodejs20.changes @@ -26,7 +26,9 @@ Thu Aug 10 13:51:20 UTC 2023 - Adam Majer * adds Mock Timer support to test module For details see, -https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.5.1 +https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.5.1 + +versioned.patch: refreshed ------------------------------------------------------------------- Wed Jun 21 11:24:39 UTC 2023 - Adam Majer diff --git a/versioned.patch b/versioned.patch index 9ec427b..3231cee 100644 --- a/versioned.patch +++ b/versioned.patch @@ -8,10 +8,10 @@ management via update_alternatives. This is also important for generation of binary modules for multiple versions of NodeJS -Index: node-v20.3.0/Makefile +Index: node-v20.5.1/Makefile =================================================================== ---- node-v20.3.0.orig/Makefile -+++ node-v20.3.0/Makefile +--- node-v20.5.1.orig/Makefile ++++ node-v20.5.1/Makefile @@ -76,7 +76,7 @@ BUILDTYPE_LOWER := $(shell echo $(BUILDT EXEEXT := $(shell $(PYTHON) -c \ "import sys; print('.exe' if sys.platform == 'win32' else '')") @@ -21,10 +21,10 @@ Index: node-v20.3.0/Makefile NODE ?= ./$(NODE_EXE) NODE_G_EXE = node_g$(EXEEXT) NPM ?= ./deps/npm/bin/npm-cli.js -Index: node-v20.3.0/tools/install.py +Index: node-v20.5.1/tools/install.py =================================================================== ---- node-v20.3.0.orig/tools/install.py -+++ node-v20.3.0/tools/install.py +--- node-v20.5.1.orig/tools/install.py ++++ node-v20.5.1/tools/install.py @@ -86,7 +86,7 @@ def uninstall(paths, dst): try_remove(path, dst) @@ -113,10 +113,10 @@ Index: node-v20.3.0/tools/install.py if sys.platform == 'zos': zoslibinc = os.environ.get('ZOSLIB_INCLUDES') -Index: node-v20.3.0/doc/node.1 +Index: node-v20.5.1/doc/node.1 =================================================================== ---- node-v20.3.0.orig/doc/node.1 -+++ node-v20.3.0/doc/node.1 +--- node-v20.5.1.orig/doc/node.1 ++++ node-v20.5.1/doc/node.1 @@ -31,24 +31,24 @@ .Dt NODE 1 . @@ -146,10 +146,10 @@ Index: node-v20.3.0/doc/node.1 .Op Fl -v8-options . .\"====================================================================== -Index: node-v20.3.0/src/node_main.cc +Index: node-v20.5.1/src/node_main.cc =================================================================== ---- node-v20.3.0.orig/src/node_main.cc -+++ node-v20.3.0/src/node_main.cc +--- node-v20.5.1.orig/src/node_main.cc ++++ node-v20.5.1/src/node_main.cc @@ -94,6 +94,7 @@ int wmain(int argc, wchar_t* wargv[]) { // UNIX @@ -158,10 +158,10 @@ Index: node-v20.3.0/src/node_main.cc return node::Start(argc, argv); } #endif -Index: node-v20.3.0/tools/test.py +Index: node-v20.5.1/tools/test.py =================================================================== ---- node-v20.3.0.orig/tools/test.py -+++ node-v20.3.0/tools/test.py +--- node-v20.5.1.orig/tools/test.py ++++ node-v20.5.1/tools/test.py @@ -947,7 +947,7 @@ class Context(object): if self.vm is not None: return self.vm @@ -171,10 +171,10 @@ Index: node-v20.3.0/tools/test.py else: name = 'out/%s.%s/node' % (arch, mode) -Index: node-v20.3.0/node.gyp +Index: node-v20.5.1/node.gyp =================================================================== ---- node-v20.3.0.orig/node.gyp -+++ node-v20.3.0/node.gyp +--- node-v20.5.1.orig/node.gyp ++++ node-v20.5.1/node.gyp @@ -23,8 +23,8 @@ 'node_shared_openssl%': 'false', 'node_v8_options%': '', @@ -185,4 +185,4 @@ Index: node-v20.3.0/node.gyp + 'node_lib_target_name%': 'libnode20', 'node_intermediate_lib_type%': 'static_library', 'node_builtin_modules_path%': '', - # We list the deps/ files out instead of globbing them in js2c.cc since we + 'linked_module_files': [