node-linux-arm64 12.22.6 → 12.22.10

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 (73) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/bin/node +0 -0
  3. package/include/node/node_version.h +1 -1
  4. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  5. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/ec.h +10 -7
  72. package/include/node/openssl/opensslv.h +2 -2
  73. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -28,7 +28,11 @@ release.
28
28
  </tr>
29
29
  <tr>
30
30
  <td valign="top">
31
- <b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a></b><br/>
31
+ <b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.10">12.22.10</a></b><br/>
32
+ <a href="doc/changelogs/CHANGELOG_V12.md#12.22.9">12.22.9</a><br/>
33
+ <a href="doc/changelogs/CHANGELOG_V12.md#12.22.8">12.22.8</a><br/>
34
+ <a href="doc/changelogs/CHANGELOG_V12.md#12.22.7">12.22.7</a><br/>
35
+ <a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a><br/>
32
36
  <a href="doc/changelogs/CHANGELOG_V12.md#12.22.5">12.22.5</a><br/>
33
37
  <a href="doc/changelogs/CHANGELOG_V12.md#12.22.4">12.22.4</a><br/>
34
38
  <a href="doc/changelogs/CHANGELOG_V12.md#12.22.3">12.22.3</a><br/>
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 12
26
26
  #define NODE_MINOR_VERSION 22
27
- #define NODE_PATCH_VERSION 6
27
+ #define NODE_PATCH_VERSION 10
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Erbium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 18:29:01 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:34 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: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 18:29:06 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:39 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: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 18:29:10 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:43 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: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:29:13 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:46 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: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:29:24 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:57 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: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:29:34 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:08 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: "
14
- #define DATE "built on: Tue Aug 24 18:33:39 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:22:13 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: "
14
- #define DATE "built on: Tue Aug 24 18:33:43 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:22:17 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: "
14
- #define DATE "built on: Tue Aug 24 18:33:47 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:22:21 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: VC-WIN64-ARM"
14
- #define DATE "built on: Tue Aug 24 18:33:49 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:22:23 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: "
14
- #define DATE "built on: Tue Aug 24 18:33:13 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:47 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: "
14
- #define DATE "built on: Tue Aug 24 18:33:25 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:58 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: "
14
- #define DATE "built on: Tue Aug 24 18:33:36 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:22:10 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: aix-gcc"
14
- #define DATE "built on: Tue Aug 24 18:28:41 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:14 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: aix-gcc"
14
- #define DATE "built on: Tue Aug 24 18:28:45 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:17 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: aix-gcc"
14
- #define DATE "built on: Tue Aug 24 18:28:48 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:21 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: aix64-gcc"
14
- #define DATE "built on: Tue Aug 24 18:28:51 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:23 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: aix64-gcc"
14
- #define DATE "built on: Tue Aug 24 18:28:55 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:27 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: aix64-gcc"
14
- #define DATE "built on: Tue Aug 24 18:28:59 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:17:31 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Aug 24 18:30:01 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:34 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Aug 24 18:30:05 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:39 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Aug 24 18:30:10 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:43 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Aug 24 18:30:12 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18: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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Aug 24 18:30:16 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18: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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Aug 24 18:30:20 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:53 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Aug 24 18:29:37 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:10 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Aug 24 18:29:48 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:21 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Aug 24 18:29:58 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18:32 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: linux-aarch64"
14
- #define DATE "built on: Tue Aug 24 18:30:23 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:18: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: linux-aarch64"
14
- #define DATE "built on: Tue Aug 24 18:30:26 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:00 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: linux-aarch64"
14
- #define DATE "built on: Tue Aug 24 18:30:30 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:04 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: linux-armv4"
14
- #define DATE "built on: Tue Aug 24 18:30:33 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:06 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: linux-armv4"
14
- #define DATE "built on: Tue Aug 24 18:30:37 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:10 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: linux-armv4"
14
- #define DATE "built on: Tue Aug 24 18:30:41 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:14 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: linux-elf"
14
- #define DATE "built on: Tue Aug 24 18:30:44 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:17 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: linux-elf"
14
- #define DATE "built on: Tue Aug 24 18:30:48 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:21 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: linux-elf"
14
- #define DATE "built on: Tue Aug 24 18:30:53 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:26 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: linux-ppc"
14
- #define DATE "built on: Tue Aug 24 18:31:43 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:16 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: linux-ppc"
14
- #define DATE "built on: Tue Aug 24 18:31:46 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:20 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: linux-ppc"
14
- #define DATE "built on: Tue Aug 24 18:31:50 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:24 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: linux-ppc64"
14
- #define DATE "built on: Tue Aug 24 18:31:53 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:26 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: linux-ppc64"
14
- #define DATE "built on: Tue Aug 24 18:31:57 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:30 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: linux-ppc64"
14
- #define DATE "built on: Tue Aug 24 18:32:01 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:34 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: linux-ppc64le"
14
- #define DATE "built on: Tue Aug 24 18:32:03 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:37 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: linux-ppc64le"
14
- #define DATE "built on: Tue Aug 24 18:32:07 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:41 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: linux-ppc64le"
14
- #define DATE "built on: Tue Aug 24 18:32:11 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20: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: linux-x32"
14
- #define DATE "built on: Tue Aug 24 18:30:55 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:28 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: linux-x32"
14
- #define DATE "built on: Tue Aug 24 18:31:06 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:39 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: linux-x32"
14
- #define DATE "built on: Tue Aug 24 18:31:16 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:50 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: linux-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:31:19 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:19:52 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: linux-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:31:30 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:03 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: linux-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:31:40 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:14 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: linux32-s390x"
14
- #define DATE "built on: Tue Aug 24 18:32:14 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:47 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: linux32-s390x"
14
- #define DATE "built on: Tue Aug 24 18:32:17 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:50 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: linux32-s390x"
14
- #define DATE "built on: Tue Aug 24 18:32:19 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:53 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: linux64-mips64"
14
- #define DATE "built on: Tue Aug 24 18:32:30 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:03 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: linux64-mips64"
14
- #define DATE "built on: Tue Aug 24 18:32:32 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:06 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: linux64-mips64"
14
- #define DATE "built on: Tue Aug 24 18:32:35 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:09 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: linux64-s390x"
14
- #define DATE "built on: Tue Aug 24 18:32:22 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:55 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: linux64-s390x"
14
- #define DATE "built on: Tue Aug 24 18:32:25 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:20:58 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: linux64-s390x"
14
- #define DATE "built on: Tue Aug 24 18:32:27 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:01 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: Tue Aug 24 18:32:38 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:11 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: Tue Aug 24 18:32:42 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:16 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: Tue Aug 24 18:32:46 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:20 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: Tue Aug 24 18:32:49 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:23 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: Tue Aug 24 18:33:00 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:34 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: Tue Aug 24 18:33:10 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 17:21:44 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 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
@@ -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 24 Aug 2021"
42
+ # define OPENSSL_VERSION_NUMBER 0x101010dfL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1m 14 Dec 2021"
44
44
 
45
45
  /*-
46
46
  * The macros below are to be used for shared library (.so, .dll, ...)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v12.22.6",
3
+ "version": "v12.22.10",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"