node-linux-arm64 14.17.5 → 14.18.2

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.
Files changed (87) hide show
  1. package/CHANGELOG.md +571 -0
  2. package/LICENSE +2 -25
  3. package/README.md +46 -21
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +218 -0
  7. package/include/node/node.h +37 -5
  8. package/include/node/node_api.h +7 -0
  9. package/include/node/node_version.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/e_os2.h +3 -2
  78. package/include/node/openssl/opensslv.h +2 -2
  79. package/include/node/openssl/sslerr.h +4 -1
  80. package/include/node/openssl/x509v3err.h +3 -1
  81. package/include/node/uv/errno.h +12 -0
  82. package/include/node/uv/tree.h +1 -1
  83. package/include/node/uv/version.h +1 -1
  84. package/include/node/uv.h +14 -1
  85. package/include/node/v8.h +12 -0
  86. package/package.json +1 -1
  87. package/share/man/man1/node.1 +10 -2
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Fri Mar 26 23:53:07 2021 UTC"
14
+ #define DATE "built on: Tue Aug 24 18:26:45 2021 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: solaris-x86-gcc"
14
- #define DATE "built on: Fri Mar 26 23:53:09 2021 UTC"
14
+ #define DATE "built on: Tue Aug 24 18:26:49 2021 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: solaris-x86-gcc"
14
- #define DATE "built on: Fri Mar 26 23:53:12 2021 UTC"
14
+ #define DATE "built on: Tue Aug 24 18:26:54 2021 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: Fri Mar 26 23:53:13 2021 UTC"
14
+ #define DATE "built on: Tue Aug 24 18:26:56 2021 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: Fri Mar 26 23:53:19 2021 UTC"
14
+ #define DATE "built on: Tue Aug 24 18:27:07 2021 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: Fri Mar 26 23:53:24 2021 UTC"
14
+ #define DATE "built on: Tue Aug 24 18:27:17 2021 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 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2021 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
@@ -279,7 +279,8 @@ typedef unsigned __int64 uint64_t;
279
279
  # define ossl_inline inline
280
280
  # endif
281
281
 
282
- # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
282
+ # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L && \
283
+ !defined(__cplusplus)
283
284
  # define ossl_noreturn _Noreturn
284
285
  # elif defined(__GNUC__) && __GNUC__ >= 2
285
286
  # define ossl_noreturn __attribute__((noreturn))
@@ -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 0x101010bfL
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1k 25 Mar 2021"
42
+ # define OPENSSL_VERSION_NUMBER 0x101010cfL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1l 24 Aug 2021"
44
44
 
45
45
  /*-
46
46
  * The macros below are to be used for shared library (.so, .dll, ...)
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the OpenSSL license (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -70,6 +70,7 @@ int ERR_load_SSL_strings(void);
70
70
  # define SSL_F_FINAL_EMS 486
71
71
  # define SSL_F_FINAL_KEY_SHARE 503
72
72
  # define SSL_F_FINAL_MAXFRAGMENTLEN 557
73
+ # define SSL_F_FINAL_PSK 639
73
74
  # define SSL_F_FINAL_RENEGOTIATE 483
74
75
  # define SSL_F_FINAL_SERVER_NAME 558
75
76
  # define SSL_F_FINAL_SIG_ALGS 497
@@ -592,6 +593,7 @@ int ERR_load_SSL_strings(void);
592
593
  # define SSL_R_MISSING_ECDSA_SIGNING_CERT 381
593
594
  # define SSL_R_MISSING_FATAL 256
594
595
  # define SSL_R_MISSING_PARAMETERS 290
596
+ # define SSL_R_MISSING_PSK_KEX_MODES_EXTENSION 310
595
597
  # define SSL_R_MISSING_RSA_CERTIFICATE 168
596
598
  # define SSL_R_MISSING_RSA_ENCRYPTING_CERT 169
597
599
  # define SSL_R_MISSING_RSA_SIGNING_CERT 170
@@ -633,6 +635,7 @@ int ERR_load_SSL_strings(void);
633
635
  # define SSL_R_NO_VERIFY_COOKIE_CALLBACK 403
634
636
  # define SSL_R_NULL_SSL_CTX 195
635
637
  # define SSL_R_NULL_SSL_METHOD_PASSED 196
638
+ # define SSL_R_OCSP_CALLBACK_FAILURE 294
636
639
  # define SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED 197
637
640
  # define SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED 344
638
641
  # define SSL_R_OVERFLOW_ERROR 237
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the OpenSSL license (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -38,6 +38,7 @@ int ERR_load_X509V3_strings(void);
38
38
  # define X509V3_F_I2S_ASN1_IA5STRING 149
39
39
  # define X509V3_F_I2S_ASN1_INTEGER 120
40
40
  # define X509V3_F_I2V_AUTHORITY_INFO_ACCESS 138
41
+ # define X509V3_F_I2V_AUTHORITY_KEYID 173
41
42
  # define X509V3_F_LEVEL_ADD_NODE 168
42
43
  # define X509V3_F_NOTICE_SECTION 132
43
44
  # define X509V3_F_NREF_NOS 133
@@ -78,6 +79,7 @@ int ERR_load_X509V3_strings(void);
78
79
  # define X509V3_F_V2I_TLS_FEATURE 165
79
80
  # define X509V3_F_V3_GENERIC_EXTENSION 116
80
81
  # define X509V3_F_X509V3_ADD1_I2D 140
82
+ # define X509V3_F_X509V3_ADD_LEN_VALUE 174
81
83
  # define X509V3_F_X509V3_ADD_VALUE 105
82
84
  # define X509V3_F_X509V3_EXT_ADD 104
83
85
  # define X509V3_F_X509V3_EXT_ADD_ALIAS 106
@@ -445,4 +445,16 @@
445
445
  # define UV__EILSEQ (-4027)
446
446
  #endif
447
447
 
448
+ #if defined(EOVERFLOW) && !defined(_WIN32)
449
+ # define UV__EOVERFLOW UV__ERR(EOVERFLOW)
450
+ #else
451
+ # define UV__EOVERFLOW (-4026)
452
+ #endif
453
+
454
+ #if defined(ESOCKTNOSUPPORT) && !defined(_WIN32)
455
+ # define UV__ESOCKTNOSUPPORT UV__ERR(ESOCKTNOSUPPORT)
456
+ #else
457
+ # define UV__ESOCKTNOSUPPORT (-4025)
458
+ #endif
459
+
448
460
  #endif /* UV_ERRNO_H_ */
@@ -251,7 +251,7 @@ void name##_SPLAY_MINMAX(struct name *head, int __comp) \
251
251
  SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL; \
252
252
  __left = __right = &__node; \
253
253
  \
254
- while (1) { \
254
+ for (;;) { \
255
255
  if (__comp < 0) { \
256
256
  __tmp = SPLAY_LEFT((head)->sph_root, field); \
257
257
  if (__tmp == NULL) \
@@ -31,7 +31,7 @@
31
31
  */
32
32
 
33
33
  #define UV_VERSION_MAJOR 1
34
- #define UV_VERSION_MINOR 41
34
+ #define UV_VERSION_MINOR 42
35
35
  #define UV_VERSION_PATCH 0
36
36
  #define UV_VERSION_IS_RELEASE 1
37
37
  #define UV_VERSION_SUFFIX ""
package/include/node/uv.h CHANGED
@@ -126,6 +126,7 @@ extern "C" {
126
126
  XX(ENOTEMPTY, "directory not empty") \
127
127
  XX(ENOTSOCK, "socket operation on non-socket") \
128
128
  XX(ENOTSUP, "operation not supported on socket") \
129
+ XX(EOVERFLOW, "value too large for defined data type") \
129
130
  XX(EPERM, "operation not permitted") \
130
131
  XX(EPIPE, "broken pipe") \
131
132
  XX(EPROTO, "protocol error") \
@@ -148,6 +149,7 @@ extern "C" {
148
149
  XX(ENOTTY, "inappropriate ioctl for device") \
149
150
  XX(EFTYPE, "inappropriate file type or format") \
150
151
  XX(EILSEQ, "illegal byte sequence") \
152
+ XX(ESOCKTNOSUPPORT, "socket type not supported") \
151
153
 
152
154
  #define UV_HANDLE_TYPE_MAP(XX) \
153
155
  XX(ASYNC, async) \
@@ -526,6 +528,10 @@ UV_EXTERN int uv_write2(uv_write_t* req,
526
528
  UV_EXTERN int uv_try_write(uv_stream_t* handle,
527
529
  const uv_buf_t bufs[],
528
530
  unsigned int nbufs);
531
+ UV_EXTERN int uv_try_write2(uv_stream_t* handle,
532
+ const uv_buf_t bufs[],
533
+ unsigned int nbufs,
534
+ uv_stream_t* send_handle);
529
535
 
530
536
  /* uv_write_t is a subclass of uv_req_t. */
531
537
  struct uv_write_s {
@@ -626,7 +632,14 @@ enum uv_udp_flags {
626
632
  * in uv_udp_recv_cb, nread will always be 0 and addr will always be NULL.
627
633
  */
628
634
  UV_UDP_MMSG_FREE = 16,
629
-
635
+ /*
636
+ * Indicates if IP_RECVERR/IPV6_RECVERR will be set when binding the handle.
637
+ * This sets IP_RECVERR for IPv4 and IPV6_RECVERR for IPv6 UDP sockets on
638
+ * Linux. This stops the Linux kernel from suppressing some ICMP error
639
+ * messages and enables full ICMP error reporting for faster failover.
640
+ * This flag is no-op on platforms other than Linux.
641
+ */
642
+ UV_UDP_LINUX_RECVERR = 32,
630
643
  /*
631
644
  * Indicates that recvmmsg should be used, if available.
632
645
  */
package/include/node/v8.h CHANGED
@@ -10488,6 +10488,18 @@ class V8_EXPORT Context {
10488
10488
  */
10489
10489
  void SetContinuationPreservedEmbedderData(Local<Value> context);
10490
10490
 
10491
+ /**
10492
+ * Set or clear hooks to be invoked for promise lifecycle operations.
10493
+ * To clear a hook, set it to an empty v8::Function. Each function will
10494
+ * receive the observed promise as the first argument. If a chaining
10495
+ * operation is used on a promise, the init will additionally receive
10496
+ * the parent promise as the second argument.
10497
+ */
10498
+ void SetPromiseHooks(Local<Function> init_hook,
10499
+ Local<Function> before_hook,
10500
+ Local<Function> after_hook,
10501
+ Local<Function> resolve_hook);
10502
+
10491
10503
  /**
10492
10504
  * Stack-allocated class which sets the execution context for all
10493
10505
  * operations executed within a local scope.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v14.17.5",
3
+ "version": "v14.18.2",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -78,7 +78,7 @@ Aborting instead of exiting causes a core file to be generated for analysis.
78
78
  .It Fl -completion-bash
79
79
  Print source-able bash completion script for Node.js.
80
80
  .
81
- .It Fl -conditions Ar string
81
+ .It Fl C , Fl -conditions Ar string
82
82
  Use custom conditional exports conditions.
83
83
  .Ar string
84
84
  .
@@ -185,6 +185,10 @@ Same requirements as
185
185
  .It Fl -frozen-intrinsics
186
186
  Enable experimental frozen intrinsics support.
187
187
  .
188
+ .It Fl -heapsnapshot-near-heap-limit Ns = Ns Ar max_count
189
+ Generate heap snapshot when the V8 heap usage is approaching the heap limit.
190
+ No more than the specified number of snapshots will be generated.
191
+ .
188
192
  .It Fl -heapsnapshot-signal Ns = Ns Ar signal
189
193
  Generate heap snapshot on specified signal.
190
194
  .
@@ -281,6 +285,10 @@ These will still be enabled dynamically when `async_hooks` is enabled.
281
285
  .It Fl -no-warnings
282
286
  Silence all process warnings (including deprecations).
283
287
  .
288
+ .It Fl -node-memory-debug
289
+ Enable extra debug checks for memory leaks in Node.js internals. This is
290
+ usually only useful for developers debugging Node.js itself.
291
+ .
284
292
  .It Fl -openssl-config Ns = Ns Ar file
285
293
  Load an OpenSSL configuration file on startup.
286
294
  Among other uses, this can be used to enable FIPS-compliant crypto if Node.js is built with
@@ -686,7 +694,7 @@ Documentation:
686
694
  .Sy https://nodejs.org/api/
687
695
  .
688
696
  .Pp
689
- GitHub repository & Issue Tracker:
697
+ GitHub repository and issue tracker:
690
698
  .Sy https://github.com/nodejs/node
691
699
  .
692
700
  .Pp