node-aix-ppc64 14.19.2 → 14.19.3

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 (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +3 -0
  3. package/bin/node +0 -0
  4. package/include/node/node.exp +15 -15
  5. package/include/node/node_version.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/opensslv.h +3 -3
  74. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
  </tr>
12
12
  <tr>
13
13
  <td valign="top">
14
+ <a href="#14.19.3">14.19.3</a><br/>
14
15
  <a href="#14.19.2">14.19.2</a><br/>
15
16
  <a href="#14.19.1">14.19.1</a><br/>
16
17
  <a href="#14.19.0">14.19.0</a><br/>
@@ -72,6 +73,21 @@
72
73
  * [io.js](CHANGELOG_IOJS.md)
73
74
  * [Archive](CHANGELOG_ARCHIVE.md)
74
75
 
76
+ <a id="14.19.3"></a>
77
+
78
+ ## 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau
79
+
80
+ ### Notable Changes
81
+
82
+ * This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines.
83
+ * The list of GPG keys used to sign releases has been synchronized with the main branch.
84
+
85
+ ### Commits
86
+
87
+ * \[[`68397e49d9`](https://github.com/nodejs/node/commit/68397e49d9)] - **deps**: update archs files for OpenSSL-1.1.1o (RafaelGSS) [#42956](https://github.com/nodejs/node/pull/42956)
88
+ * \[[`7f9a5ed4a8`](https://github.com/nodejs/node/commit/7f9a5ed4a8)] - **deps**: upgrade openssl sources to 1.1.1o (RafaelGSS) [#42956](https://github.com/nodejs/node/pull/42956)
89
+ * \[[`61eba58cb6`](https://github.com/nodejs/node/commit/61eba58cb6)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
90
+
75
91
  <a id="14.19.2"></a>
76
92
 
77
93
  ## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol
package/README.md CHANGED
@@ -643,6 +643,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
643
643
  `74F12602B6F1C4E913FAA37AD3A89613643B6201`
644
644
  * **James M Snell** &lt;jasnell@keybase.io&gt;
645
645
  `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
646
+ * **Juan José Arboleda** &lt;soyjuanarbol@gmail.com&gt;
647
+ `61FC681DFB92A079F1685E77973F295594EC4689`
646
648
  * **Michaël Zasso** &lt;targos@protonmail.com&gt;
647
649
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
648
650
  * **Myles Borins** &lt;myles.borins@gmail.com&gt;
@@ -667,6 +669,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405
667
669
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
668
670
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
669
671
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
672
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
670
673
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
671
674
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
672
675
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
package/bin/node CHANGED
Binary file
@@ -6445,16 +6445,16 @@ _GLOBAL__F__ZN2v88internal6torque21TypeArgumentInferenceC2ERKSt6vectorINS1_16Gen
6445
6445
  _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
6446
6446
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
6447
6447
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
6448
- _GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0xdd71668804d710
6449
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0xb12dd4fbee4f25
6450
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0xe9b19673c641ad
6451
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x91ccc8b548bedd
6452
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x4468859f8ead9b
6453
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0xf5a82432e386a1
6454
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0xcc677d59dde368
6455
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x7fffb3e6ca1c12
6456
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0x1627918da8c19a
6457
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x551ff98e2b4ff2
6448
+ _GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0xfb1247b6f82b77
6449
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0x2f05bd788a6717
6450
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0x9f07b76d664f74
6451
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xe3ce76e0f38c0e
6452
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xf8369c1a71b40e
6453
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0x7e5e56e8dc6ea8
6454
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0xe4231a932416b4
6455
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0xb384d82d7e9ad8
6456
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0xb93e179acfce57
6457
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x12cd4eae166aa9
6458
6458
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
6459
6459
  _GLOBAL__I_65535_0__ZN12v8_inspector11V8Inspector6createEPN2v87IsolateEPNS_17V8InspectorClientE
6460
6460
  _GLOBAL__I_65535_0__ZN12v8_inspector11ValueMirrorD2Ev
@@ -7217,11 +7217,11 @@ _GLOBAL__I_65535_0__ZNK2v88internal8compiler29JSNativeContextSpecialization27sho
7217
7217
  _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
7218
7218
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
7219
7219
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
7220
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.cc_DFF67DD7_0xd7336ad1946727
7221
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.cc_DFF67DD7_0x1940c2d5b9a23f
7222
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.cc_DFF67DD7_0x936d11d0f5c917
7223
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0x766b8684f9f040
7224
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0x3aaf562d34b55c
7220
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.cc_DFF67DD7_0xe66e3e03b28df3
7221
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.cc_DFF67DD7_0x2dc0e65d244bde
7222
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.cc_DFF67DD7_0xbc1e12c3cb23c8
7223
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0x5e11187776f857
7224
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0xd5d20bd3067b12
7225
7225
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7226
7226
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7227
7227
  _HZData_70
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 14
26
26
  #define NODE_MINOR_VERSION 19
27
- #define NODE_PATCH_VERSION 2
27
+ #define NODE_PATCH_VERSION 3
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Fermium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Mar 15 16:46:54 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:01 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: BSD-x86"
14
- #define DATE "built on: Tue Mar 15 16:46:58 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38: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: BSD-x86"
14
- #define DATE "built on: Tue Mar 15 16:47:02 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:05 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: BSD-x86_64"
14
- #define DATE "built on: Tue Mar 15 16:47:05 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:07 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: BSD-x86_64"
14
- #define DATE "built on: Tue Mar 15 16:47:16 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:11 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: BSD-x86_64"
14
- #define DATE "built on: Tue Mar 15 16:47:27 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:15 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: "
14
- #define DATE "built on: Tue Mar 15 16:51:38 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:40:02 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: "
14
- #define DATE "built on: Tue Mar 15 16:51:42 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:40:04 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: "
14
- #define DATE "built on: Tue Mar 15 16:51:46 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:40:06 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: VC-WIN64-ARM"
14
- #define DATE "built on: Tue Mar 15 16:51:49 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:40:07 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: "
14
- #define DATE "built on: Tue Mar 15 16:51:12 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:51 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: "
14
- #define DATE "built on: Tue Mar 15 16:51:24 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:56 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: "
14
- #define DATE "built on: Tue Mar 15 16:51:35 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:40:01 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: aix-gcc"
14
- #define DATE "built on: Tue Mar 15 16:46:33 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:37:51 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: aix-gcc"
14
- #define DATE "built on: Tue Mar 15 16:46:36 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:37:53 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: aix-gcc"
14
- #define DATE "built on: Tue Mar 15 16:46:40 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:37:55 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: aix64-gcc"
14
- #define DATE "built on: Tue Mar 15 16:46:43 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:37:56 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: aix64-gcc"
14
- #define DATE "built on: Tue Mar 15 16:46:47 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:37: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: aix64-gcc"
14
- #define DATE "built on: Tue Mar 15 16:46:51 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:00 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Mar 15 16:47:54 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:26 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Mar 15 16:47:59 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:28 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Mar 15 16:48:03 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:30 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Mar 15 16:48:06 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:31 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Mar 15 16:48:10 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:33 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Mar 15 16:48:14 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:35 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Mar 15 16:47:30 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:16 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Mar 15 16:47:41 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:21 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Mar 15 16:47:52 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:25 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: linux-aarch64"
14
- #define DATE "built on: Tue Mar 15 16:48:16 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:36 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: linux-aarch64"
14
- #define DATE "built on: Tue Mar 15 16:48:20 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:38 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: linux-aarch64"
14
- #define DATE "built on: Tue Mar 15 16:48:24 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:40 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: linux-armv4"
14
- #define DATE "built on: Tue Mar 15 16:48:27 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:41 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: linux-armv4"
14
- #define DATE "built on: Tue Mar 15 16:48:31 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:43 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: linux-armv4"
14
- #define DATE "built on: Tue Mar 15 16:48:35 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:45 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: linux-elf"
14
- #define DATE "built on: Tue Mar 15 16:48:38 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:46 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: linux-elf"
14
- #define DATE "built on: Tue Mar 15 16:48:43 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:48 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: linux-elf"
14
- #define DATE "built on: Tue Mar 15 16:48:47 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:50 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: linux-ppc"
14
- #define DATE "built on: Tue Mar 15 16:49:39 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:11 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: linux-ppc"
14
- #define DATE "built on: Tue Mar 15 16:49:43 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:13 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: linux-ppc"
14
- #define DATE "built on: Tue Mar 15 16:49:46 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:14 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: linux-ppc64"
14
- #define DATE "built on: Tue Mar 15 16:49:49 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:15 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: linux-ppc64"
14
- #define DATE "built on: Tue Mar 15 16:49:53 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:17 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: linux-ppc64"
14
- #define DATE "built on: Tue Mar 15 16:49:57 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:19 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: linux-ppc64le"
14
- #define DATE "built on: Tue Mar 15 16:50:00 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:20 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: linux-ppc64le"
14
- #define DATE "built on: Tue Mar 15 16:50:04 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:22 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: linux-ppc64le"
14
- #define DATE "built on: Tue Mar 15 16:50:08 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:24 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: linux-x32"
14
- #define DATE "built on: Tue Mar 15 16:48:50 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:51 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: linux-x32"
14
- #define DATE "built on: Tue Mar 15 16:49:01 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:38:55 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: linux-x32"
14
- #define DATE "built on: Tue Mar 15 16:49:12 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:00 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: linux-x86_64"
14
- #define DATE "built on: Tue Mar 15 16:49:14 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:01 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: linux-x86_64"
14
- #define DATE "built on: Tue Mar 15 16:49:25 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:05 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: linux-x86_64"
14
- #define DATE "built on: Tue Mar 15 16:49:36 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:10 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: linux32-s390x"
14
- #define DATE "built on: Tue Mar 15 16:50:11 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:25 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: linux32-s390x"
14
- #define DATE "built on: Tue Mar 15 16:50:14 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:26 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: linux32-s390x"
14
- #define DATE "built on: Tue Mar 15 16:50:16 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:28 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: linux64-mips64"
14
- #define DATE "built on: Tue Mar 15 16:50:27 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:33 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: linux64-mips64"
14
- #define DATE "built on: Tue Mar 15 16:50:30 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:34 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: linux64-mips64"
14
- #define DATE "built on: Tue Mar 15 16:50:33 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:35 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: linux64-s390x"
14
- #define DATE "built on: Tue Mar 15 16:50:19 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:29 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: linux64-s390x"
14
- #define DATE "built on: Tue Mar 15 16:50:22 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:30 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: linux64-s390x"
14
- #define DATE "built on: Tue Mar 15 16:50:25 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:31 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: solaris-x86-gcc"
14
- #define DATE "built on: Tue Mar 15 16:50:36 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:36 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: solaris-x86-gcc"
14
- #define DATE "built on: Tue Mar 15 16:50:40 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:38 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: solaris-x86-gcc"
14
- #define DATE "built on: Tue Mar 15 16:50:44 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:40 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 Mar 15 16:50:47 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:41 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 Mar 15 16:50:58 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:46 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 Mar 15 16:51:09 2022 UTC"
14
+ #define DATE "built on: Tue May 3 18:39:50 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-2021 The OpenSSL Project Authors. All Rights Reserved.
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 0x101010efL
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n 15 Mar 2022"
42
+ # define OPENSSL_VERSION_NUMBER 0x101010ffL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o 3 May 2022"
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-aix-ppc64",
3
- "version": "v14.19.2",
3
+ "version": "v14.19.3",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"