node-aix-ppc64 16.15.0 → 16.17.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 +857 -0
- package/LICENSE +111 -9
- package/README.md +55 -31
- package/bin/node +0 -0
- package/include/node/common.gypi +6 -2
- package/include/node/config.gypi +15 -9
- package/include/node/js_native_api.h +383 -390
- package/include/node/js_native_api_types.h +15 -9
- package/include/node/node.exp +12375 -12464
- package/include/node/node.h +15 -3
- package/include/node/node_api.h +154 -141
- package/include/node/node_api_types.h +8 -11
- 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-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 +1 -1
- 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/opensslv.h +3 -3
- package/include/node/openssl/ssl.h +11 -1
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +11 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Jul 5 15:03:58 2022 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Jul 5 15:04:03 2022 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Jul 5 15:04:07 2022 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 1999-
|
|
2
|
+
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
5
5
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -39,8 +39,8 @@ extern "C" {
|
|
|
39
39
|
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
|
40
40
|
* major minor fix final patch/beta)
|
|
41
41
|
*/
|
|
42
|
-
# define OPENSSL_VERSION_NUMBER
|
|
43
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.
|
|
42
|
+
# define OPENSSL_VERSION_NUMBER 0x1010111fL
|
|
43
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q+quic 5 Jul 2022"
|
|
44
44
|
|
|
45
45
|
/*-
|
|
46
46
|
* The macros below are to be used for shared library (.so, .dll, ...)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 1995-
|
|
2
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
4
4
|
* Copyright 2005 Nokia. All rights reserved.
|
|
5
5
|
*
|
|
@@ -1305,6 +1305,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1305
1305
|
# define SSL_CTRL_GET_MAX_PROTO_VERSION 131
|
|
1306
1306
|
# define SSL_CTRL_GET_SIGNATURE_NID 132
|
|
1307
1307
|
# define SSL_CTRL_GET_TMP_KEY 133
|
|
1308
|
+
# define SSL_CTRL_GET_VERIFY_CERT_STORE 137
|
|
1309
|
+
# define SSL_CTRL_GET_CHAIN_CERT_STORE 138
|
|
1308
1310
|
# define SSL_CERT_SET_FIRST 1
|
|
1309
1311
|
# define SSL_CERT_SET_NEXT 2
|
|
1310
1312
|
# define SSL_CERT_SET_SERVER 3
|
|
@@ -1360,10 +1362,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1360
1362
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1361
1363
|
# define SSL_CTX_set1_verify_cert_store(ctx,st) \
|
|
1362
1364
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1365
|
+
# define SSL_CTX_get0_verify_cert_store(ctx,st) \
|
|
1366
|
+
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1363
1367
|
# define SSL_CTX_set0_chain_cert_store(ctx,st) \
|
|
1364
1368
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1365
1369
|
# define SSL_CTX_set1_chain_cert_store(ctx,st) \
|
|
1366
1370
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1371
|
+
# define SSL_CTX_get0_chain_cert_store(ctx,st) \
|
|
1372
|
+
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1367
1373
|
# define SSL_set0_chain(s,sk) \
|
|
1368
1374
|
SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
|
|
1369
1375
|
# define SSL_set1_chain(s,sk) \
|
|
@@ -1386,10 +1392,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1386
1392
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1387
1393
|
# define SSL_set1_verify_cert_store(s,st) \
|
|
1388
1394
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1395
|
+
#define SSL_get0_verify_cert_store(s,st) \
|
|
1396
|
+
SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1389
1397
|
# define SSL_set0_chain_cert_store(s,st) \
|
|
1390
1398
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1391
1399
|
# define SSL_set1_chain_cert_store(s,st) \
|
|
1392
1400
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1401
|
+
#define SSL_get0_chain_cert_store(s,st) \
|
|
1402
|
+
SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1393
1403
|
# define SSL_get1_groups(s, glist) \
|
|
1394
1404
|
SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
|
|
1395
1405
|
# define SSL_CTX_set1_groups(ctx, glist, glistlen) \
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#define V8_MAJOR_VERSION 9
|
|
12
12
|
#define V8_MINOR_VERSION 4
|
|
13
13
|
#define V8_BUILD_NUMBER 146
|
|
14
|
-
#define V8_PATCH_LEVEL
|
|
14
|
+
#define V8_PATCH_LEVEL 26
|
|
15
15
|
|
|
16
16
|
// Use 1 for candidates and 0 otherwise.
|
|
17
17
|
// (Boolean macro values are not supported by all preprocessors.)
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -142,6 +142,9 @@ Enable Source Map V3 support for stack traces.
|
|
|
142
142
|
.It Fl -experimental-fetch
|
|
143
143
|
Enable experimental support for the Fetch API.
|
|
144
144
|
.
|
|
145
|
+
.It Fl -experimental-global-customevent
|
|
146
|
+
Expose the CustomEvent on the global scope.
|
|
147
|
+
.
|
|
145
148
|
.It Fl -experimental-global-webcrypto
|
|
146
149
|
Expose the Web Crypto API on the global scope.
|
|
147
150
|
.
|
|
@@ -270,7 +273,7 @@ This flag is inherited from V8 and is subject to change upstream. It may
|
|
|
270
273
|
disappear in a non-semver-major release.
|
|
271
274
|
.
|
|
272
275
|
.It Fl -max-http-header-size Ns = Ns Ar size
|
|
273
|
-
Specify the maximum size of HTTP headers in bytes. Defaults to 16
|
|
276
|
+
Specify the maximum size of HTTP headers in bytes. Defaults to 16 KiB.
|
|
274
277
|
.
|
|
275
278
|
.It Fl -napi-modules
|
|
276
279
|
This option is a no-op.
|
|
@@ -378,6 +381,13 @@ the secure heap. The default is 0. The value must be a power of two.
|
|
|
378
381
|
.It Fl -secure-heap-min Ns = Ns Ar n
|
|
379
382
|
Specify the minimum allocation from the OpenSSL secure heap. The default is 2. The value must be a power of two.
|
|
380
383
|
.
|
|
384
|
+
.It Fl -test
|
|
385
|
+
Starts the Node.js command line test runner.
|
|
386
|
+
.
|
|
387
|
+
.It Fl -test-only
|
|
388
|
+
Configures the test runner to only execute top level tests that have the `only`
|
|
389
|
+
option set.
|
|
390
|
+
.
|
|
381
391
|
.It Fl -throw-deprecation
|
|
382
392
|
Throw errors for deprecations.
|
|
383
393
|
.
|