node-linux-arm64 16.13.2 → 16.14.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 (154) hide show
  1. package/CHANGELOG.md +694 -32
  2. package/LICENSE +15 -43
  3. package/README.md +299 -264
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +56 -4
  6. package/include/node/config.gypi +10 -2
  7. package/include/node/js_native_api.h +11 -0
  8. package/include/node/node.h +24 -3
  9. package/include/node/node_version.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  36. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  38. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  40. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  42. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
  44. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
  46. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
  48. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  50. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  52. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  54. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  56. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  58. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  60. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  62. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  64. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  66. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  68. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  70. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  72. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  74. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  76. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  78. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  80. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  82. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  98. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  100. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  102. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
  104. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
  106. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
  108. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  110. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  112. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  114. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  116. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  118. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  120. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  122. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  124. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  126. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  128. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  130. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  132. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  133. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  134. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  136. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  138. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  140. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  142. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  144. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  145. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  146. package/include/node/openssl/ec.h +10 -7
  147. package/include/node/openssl/engine.h +2 -1
  148. package/include/node/openssl/obj_mac.h +1 -1
  149. package/include/node/openssl/opensslv.h +2 -2
  150. package/include/node/uv/unix.h +2 -4
  151. package/include/node/uv/version.h +1 -1
  152. package/include/node/uv/win.h +7 -0
  153. package/include/node/uv.h +3 -0
  154. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue Aug 24 15:10:26 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:23:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue Aug 24 15:10:36 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:23:39 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue Aug 24 15:11:12 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:28 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue Aug 24 15:11:15 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:32 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue Aug 24 15:11:18 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:36 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue Aug 24 15:11:29 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:52 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue Aug 24 15:11:32 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:56 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue Aug 24 15:11:35 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:01 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-riscv64"
14
- #define DATE "built on: Fri Sep 10 08:58:25 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:26:41 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue Aug 24 15:11:20 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:40 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue Aug 24 15:11:23 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:44 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue Aug 24 15:11:26 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:24:49 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue Aug 24 15:11:37 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:04 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue Aug 24 15:11:42 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:11 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue Aug 24 15:11:47 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:17 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Aug 24 15:11:49 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:21 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Aug 24 15:12:00 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:35 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Aug 24 15:12:11 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:48 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2002-2020 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2002-2021 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  *
5
5
  * Licensed under the OpenSSL license (the "License"). You may not use
@@ -793,12 +793,15 @@ int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1,
793
793
  EC_GROUP *d2i_ECPKParameters(EC_GROUP **, const unsigned char **in, long len);
794
794
  int i2d_ECPKParameters(const EC_GROUP *, unsigned char **out);
795
795
 
796
- # define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x)
797
- # define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x)
798
- # define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \
799
- (char *(*)())d2i_ECPKParameters,(fp),(unsigned char **)(x))
800
- # define i2d_ECPKParameters_fp(fp,x) ASN1_i2d_fp(i2d_ECPKParameters,(fp), \
801
- (unsigned char *)(x))
796
+ # define d2i_ECPKParameters_bio(bp,x) \
797
+ ASN1_d2i_bio_of(EC_GROUP, NULL, d2i_ECPKParameters, bp, x)
798
+ # define i2d_ECPKParameters_bio(bp,x) \
799
+ ASN1_i2d_bio_of_const(EC_GROUP, i2d_ECPKParameters, bp, x)
800
+ # define d2i_ECPKParameters_fp(fp,x) \
801
+ (EC_GROUP *)ASN1_d2i_fp(NULL, (d2i_of_void *)d2i_ECPKParameters, (fp), \
802
+ (void **)(x))
803
+ # define i2d_ECPKParameters_fp(fp,x) \
804
+ ASN1_i2d_fp((i2d_of_void *)i2d_ECPKParameters, (fp), (void *)(x))
802
805
 
803
806
  int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
804
807
  # ifndef OPENSSL_NO_STDIO
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  *
5
5
  * Licensed under the OpenSSL license (the "License"). You may not use
@@ -722,6 +722,7 @@ typedef int (*dynamic_bind_engine) (ENGINE *e, const char *id,
722
722
  CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
723
723
  fns->mem_fns.realloc_fn, \
724
724
  fns->mem_fns.free_fn); \
725
+ OPENSSL_init_crypto(OPENSSL_INIT_NO_ATEXIT, NULL); \
725
726
  skip_cbs: \
726
727
  if (!fn(e, id)) return 0; \
727
728
  return 1; }
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by crypto/objects/objects.pl
4
4
  *
5
- * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Licensed under the OpenSSL license (the "License"). You may not use
7
7
  * this file except in compliance with the License. You can obtain a copy
8
8
  * in the file LICENSE in the source distribution or at
@@ -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 0x101010cfL
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1l+quic 24 Aug 2021"
42
+ # define OPENSSL_VERSION_NUMBER 0x101010efL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n+quic 15 Mar 2022"
44
44
 
45
45
  /*-
46
46
  * The macros below are to be used for shared library (.so, .dll, ...)
@@ -65,12 +65,10 @@
65
65
  # include "uv/bsd.h"
66
66
  #elif defined(__CYGWIN__) || \
67
67
  defined(__MSYS__) || \
68
+ defined(__HAIKU__) || \
69
+ defined(__QNX__) || \
68
70
  defined(__GNU__)
69
71
  # include "uv/posix.h"
70
- #elif defined(__HAIKU__)
71
- # include "uv/posix.h"
72
- #elif defined(__QNX__)
73
- # include "uv/posix.h"
74
72
  #endif
75
73
 
76
74
  #ifndef NI_MAXHOST
@@ -31,7 +31,7 @@
31
31
  */
32
32
 
33
33
  #define UV_VERSION_MAJOR 1
34
- #define UV_VERSION_MINOR 42
34
+ #define UV_VERSION_MINOR 43
35
35
  #define UV_VERSION_PATCH 0
36
36
  #define UV_VERSION_IS_RELEASE 1
37
37
  #define UV_VERSION_SUFFIX ""
@@ -45,7 +45,14 @@ typedef struct pollfd {
45
45
  #endif
46
46
 
47
47
  #include <mswsock.h>
48
+ // Disable the typedef in mstcpip.h of MinGW.
49
+ #define _TCP_INITIAL_RTO_PARAMETERS _TCP_INITIAL_RTO_PARAMETERS__AVOID
50
+ #define TCP_INITIAL_RTO_PARAMETERS TCP_INITIAL_RTO_PARAMETERS__AVOID
51
+ #define PTCP_INITIAL_RTO_PARAMETERS PTCP_INITIAL_RTO_PARAMETERS__AVOID
48
52
  #include <ws2tcpip.h>
53
+ #undef _TCP_INITIAL_RTO_PARAMETERS
54
+ #undef TCP_INITIAL_RTO_PARAMETERS
55
+ #undef PTCP_INITIAL_RTO_PARAMETERS
49
56
  #include <windows.h>
50
57
 
51
58
  #include <process.h>
package/include/node/uv.h CHANGED
@@ -45,6 +45,8 @@ extern "C" {
45
45
  # endif
46
46
  #elif __GNUC__ >= 4
47
47
  # define UV_EXTERN __attribute__((visibility("default")))
48
+ #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) /* Sun Studio >= 8 */
49
+ # define UV_EXTERN __global
48
50
  #else
49
51
  # define UV_EXTERN /* nothing */
50
52
  #endif
@@ -1658,6 +1660,7 @@ UV_EXTERN int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr);
1658
1660
 
1659
1661
  UV_EXTERN int uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size);
1660
1662
  UV_EXTERN int uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size);
1663
+ UV_EXTERN int uv_ip_name(const struct sockaddr* src, char* dst, size_t size);
1661
1664
 
1662
1665
  UV_EXTERN int uv_inet_ntop(int af, const void* src, char* dst, size_t size);
1663
1666
  UV_EXTERN int uv_inet_pton(int af, const char* src, void* dst);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v16.13.2",
3
+ "version": "v16.14.2",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"