node-linux-armv7l 16.7.0 → 16.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +287 -0
- package/LICENSE +11 -0
- package/README.md +283 -259
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -1
- package/include/node/config.gypi +2 -0
- package/include/node/node.h +19 -1
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +28 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +507 -0
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/e_os2.h +3 -2
- package/include/node/openssl/opensslv.h +2 -2
- package/include/node/openssl/ssl.h +1 -0
- package/include/node/openssl/sslerr.h +4 -1
- package/include/node/openssl/x509v3err.h +3 -1
- package/include/node/v8-internal.h +1 -0
- package/include/node/v8-version.h +3 -3
- package/include/node/v8.h +38 -3
- package/package.json +1 -1
- package/share/doc/node/gdbinit +5 -1
- package/share/doc/node/lldb_commands.py +17 -2
- package/share/man/man1/node.1 +8 -0
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.14',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -268,6 +268,7 @@
|
|
|
268
268
|
],
|
|
269
269
|
'msvs_settings': {
|
|
270
270
|
'VCCLCompilerTool': {
|
|
271
|
+
'AdditionalOptions': ['/Zc:__cplusplus'],
|
|
271
272
|
'BufferSecurityCheck': 'true',
|
|
272
273
|
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
|
|
273
274
|
'ExceptionHandling': 0, # /EHsc
|
package/include/node/config.gypi
CHANGED
|
@@ -258,7 +258,9 @@
|
|
|
258
258
|
'lib/internal/streams/passthrough.js',
|
|
259
259
|
'lib/internal/streams/legacy.js',
|
|
260
260
|
'lib/internal/streams/duplex.js',
|
|
261
|
+
'lib/internal/streams/compose.js',
|
|
261
262
|
'lib/internal/streams/readable.js',
|
|
263
|
+
'lib/internal/streams/duplexify.js',
|
|
262
264
|
'lib/internal/streams/from.js',
|
|
263
265
|
'lib/internal/streams/pipeline.js',
|
|
264
266
|
'lib/internal/streams/buffer_list.js',
|
package/include/node/node.h
CHANGED
|
@@ -402,7 +402,22 @@ enum Flags : uint64_t {
|
|
|
402
402
|
kNoRegisterESMLoader = 1 << 3,
|
|
403
403
|
// Set this flag to make Node.js track "raw" file descriptors, i.e. managed
|
|
404
404
|
// by fs.open() and fs.close(), and close them during FreeEnvironment().
|
|
405
|
-
kTrackUnmanagedFds = 1 << 4
|
|
405
|
+
kTrackUnmanagedFds = 1 << 4,
|
|
406
|
+
// Set this flag to force hiding console windows when spawning child
|
|
407
|
+
// processes. This is usually used when embedding Node.js in GUI programs on
|
|
408
|
+
// Windows.
|
|
409
|
+
kHideConsoleWindows = 1 << 5,
|
|
410
|
+
// Set this flag to disable loading native addons via `process.dlopen`.
|
|
411
|
+
// This environment flag is especially important for worker threads
|
|
412
|
+
// so that a worker thread can't load a native addon even if `execArgv`
|
|
413
|
+
// is overwritten and `--no-addons` is not specified but was specified
|
|
414
|
+
// for this Environment instance.
|
|
415
|
+
kNoNativeAddons = 1 << 6,
|
|
416
|
+
// Set this flag to disable searching modules from global paths like
|
|
417
|
+
// $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
|
|
418
|
+
// do not expect to have their behaviors changed because of globally
|
|
419
|
+
// installed modules.
|
|
420
|
+
kNoGlobalSearchPaths = 1 << 7
|
|
406
421
|
};
|
|
407
422
|
} // namespace EnvironmentFlags
|
|
408
423
|
|
|
@@ -1004,6 +1019,9 @@ class NODE_EXTERN CallbackScope {
|
|
|
1004
1019
|
CallbackScope(v8::Isolate* isolate,
|
|
1005
1020
|
v8::Local<v8::Object> resource,
|
|
1006
1021
|
async_context asyncContext);
|
|
1022
|
+
CallbackScope(Environment* env,
|
|
1023
|
+
v8::Local<v8::Object> resource,
|
|
1024
|
+
async_context asyncContext);
|
|
1007
1025
|
~CallbackScope();
|
|
1008
1026
|
|
|
1009
1027
|
void operator=(const CallbackScope&) = delete;
|