node-aix-ppc64 14.19.3 → 14.20.1

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 (75) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/bin/node +0 -0
  3. package/include/node/config.gypi +1 -1
  4. package/include/node/node.exp +23 -20
  5. package/include/node/node_version.h +2 -2
  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 +2 -2
  74. package/include/node/openssl/ssl.h +11 -1
  75. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,8 @@
11
11
  </tr>
12
12
  <tr>
13
13
  <td valign="top">
14
+ <a href="#14.20.1">14.20.1</a><br/>
15
+ <a href="#14.20.0">14.20.0</a><br/>
14
16
  <a href="#14.19.3">14.19.3</a><br/>
15
17
  <a href="#14.19.2">14.19.2</a><br/>
16
18
  <a href="#14.19.1">14.19.1</a><br/>
@@ -73,6 +75,47 @@
73
75
  * [io.js](CHANGELOG_IOJS.md)
74
76
  * [Archive](CHANGELOG_ARCHIVE.md)
75
77
 
78
+ <a id="14.20.1"></a>
79
+
80
+ ## 2022-09-23, Version 14.20.1 'Fermium' (LTS), @bengl
81
+
82
+ This is a security release.
83
+
84
+ ### Notable changes
85
+
86
+ The following CVEs are fixed in this release:
87
+
88
+ * **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High)
89
+ * **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via obs-fold mechanic (Medium)
90
+ * **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
91
+
92
+ More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post.
93
+
94
+ ### Commits
95
+
96
+ * \[[`a9f1146b88`](https://github.com/nodejs/node/commit/a9f1146b88)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#341](https://github.com/nodejs-private/node-private/pull/341)
97
+ * \[[`a1121b456c`](https://github.com/nodejs/node/commit/a1121b456c)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#337](https://github.com/nodejs-private/node-private/pull/337)
98
+ * \[[`de80707870`](https://github.com/nodejs/node/commit/de80707870)] - **src**: fix IS\_LTS and IS\_RELEASE flags (Richard Lau) [#43761](https://github.com/nodejs/node/pull/43761)
99
+
100
+ <a id="14.20.0"></a>
101
+
102
+ ## 2022-07-07, Version 14.20.0 'Fermium' (LTS), @danielleadams prepared by @juanarbol
103
+
104
+ ### Notable Changes
105
+
106
+ * \[[`8e8aef836c`](https://github.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
107
+ * \[[`98965b137d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
108
+
109
+ ### Commits
110
+
111
+ * \[[`b93e048bf6`](https://github.com/nodejs/node/commit/b93e048bf6)] - **deps**: update archs files for OpenSSL-1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
112
+ * \[[`98965b137d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
113
+ * \[[`837a1d803e`](https://github.com/nodejs/node/commit/837a1d803e)] - **deps**: update archs files for OpenSSL-1.1.1p (RafaelGSS) [#43527](https://github.com/nodejs/node/pull/43527)
114
+ * \[[`c5d9c9a49e`](https://github.com/nodejs/node/commit/c5d9c9a49e)] - **deps**: upgrade openssl sources to 1.1.1p (RafaelGSS) [#43527](https://github.com/nodejs/node/pull/43527)
115
+ * \[[`da0fda0fe8`](https://github.com/nodejs/node/commit/da0fda0fe8)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [#315](https://github.com/nodejs/node/pull/315)
116
+ * \[[`48c5aa5cab`](https://github.com/nodejs/node/commit/48c5aa5cab)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
117
+ * \[[`8e8aef836c`](https://github.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
118
+
76
119
  <a id="14.19.3"></a>
77
120
 
78
121
  ## 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau
package/bin/node CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  # Do not edit. Generated by the configure script.
2
2
  { 'target_defaults': { 'cflags': [],
3
3
  'default_configuration': 'Release',
4
- 'defines': [],
4
+ 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf'],
5
5
  'include_dirs': [],
6
6
  'libraries': []},
7
7
  'variables': { 'asan': 0,
@@ -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_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
6448
+ _GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0x473fcf16538039
6449
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0xe4da7ca3b7daa7
6450
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0x976219874b839e
6451
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x57613b59ade281
6452
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xbbe8b6244ee65a
6453
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0x8d875e902945bf
6454
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0x40ff7ee5f679ab
6455
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x6972e006ef6311
6456
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0xe0f277d0fc1c1b
6457
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x5d1d7378f144f0
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_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
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_0x52bea557110642
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_0xc8011fc730d0b6
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_0xa8ee31c8d93164
7223
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0x550837a1a5ffdb
7224
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0xdb57fde1a7f15c
7225
7225
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7226
7226
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7227
7227
  _HZData_70
@@ -40101,6 +40101,7 @@ _ZN4node17SyncProcessRunnerC1EPNS_11EnvironmentE
40101
40101
  _ZN4node17SyncProcessRunnerC2EPNS_11EnvironmentE
40102
40102
  _ZN4node17SyncProcessRunnerD1Ev
40103
40103
  _ZN4node17SyncProcessRunnerD2Ev
40104
+ _ZN4node17conf_section_nameE
40104
40105
  _ZN4node18CheckedUvLoopCloseEP9uv_loop_s
40105
40106
  _ZN4node18DiagnosticFilename12MakeFilenameB5cxx11EmPKcS2_
40106
40107
  _ZN4node18DiagnosticFilename9LocalTimeEP2tm
@@ -63955,7 +63956,7 @@ llhttp__internal__c_or_flags
63955
63956
  llhttp__internal__c_or_flags_1
63956
63957
  llhttp__internal__c_or_flags_15
63957
63958
  llhttp__internal__c_or_flags_16
63958
- llhttp__internal__c_or_flags_17
63959
+ llhttp__internal__c_or_flags_18
63959
63960
  llhttp__internal__c_or_flags_3
63960
63961
  llhttp__internal__c_or_flags_4
63961
63962
  llhttp__internal__c_or_flags_5
@@ -63968,17 +63969,18 @@ llhttp__internal__c_test_flags
63968
63969
  llhttp__internal__c_test_flags_1
63969
63970
  llhttp__internal__c_test_flags_2
63970
63971
  llhttp__internal__c_test_flags_3
63971
- llhttp__internal__c_test_flags_6
63972
+ llhttp__internal__c_test_flags_7
63973
+ llhttp__internal__c_test_flags_8
63972
63974
  llhttp__internal__c_update_content_length
63973
63975
  llhttp__internal__c_update_finish
63974
63976
  llhttp__internal__c_update_finish_1
63975
63977
  llhttp__internal__c_update_finish_2
63976
63978
  llhttp__internal__c_update_header_state
63977
- llhttp__internal__c_update_header_state_2
63978
- llhttp__internal__c_update_header_state_4
63979
- llhttp__internal__c_update_header_state_5
63979
+ llhttp__internal__c_update_header_state_1
63980
+ llhttp__internal__c_update_header_state_3
63980
63981
  llhttp__internal__c_update_header_state_6
63981
63982
  llhttp__internal__c_update_header_state_7
63983
+ llhttp__internal__c_update_header_state_8
63982
63984
  llhttp__internal__c_update_http_major
63983
63985
  llhttp__internal__c_update_http_minor
63984
63986
  llhttp__internal__c_update_status_code
@@ -64847,6 +64849,7 @@ ssl_cert_add1_chain_cert
64847
64849
  ssl_cert_clear_certs
64848
64850
  ssl_cert_dup
64849
64851
  ssl_cert_free
64852
+ ssl_cert_get_cert_store
64850
64853
  ssl_cert_is_disabled
64851
64854
  ssl_cert_lookup_by_idx
64852
64855
  ssl_cert_lookup_by_nid
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 14
26
- #define NODE_MINOR_VERSION 19
27
- #define NODE_PATCH_VERSION 3
26
+ #define NODE_MINOR_VERSION 20
27
+ #define NODE_PATCH_VERSION 1
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 May 3 18:38:01 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23: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: BSD-x86"
14
- #define DATE "built on: Tue May 3 18:38:03 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23:52 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 May 3 18:38:05 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23:54 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 May 3 18:38:07 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23: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: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 18:38:11 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 18:38:15 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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 May 3 18:40:02 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: "
14
- #define DATE "built on: Tue May 3 18:40:04 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:52 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 May 3 18:40:06 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:54 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 May 3 18:40:07 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: "
14
- #define DATE "built on: Tue May 3 18:39:51 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: "
14
- #define DATE "built on: Tue May 3 18:39:56 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: "
14
- #define DATE "built on: Tue May 3 18:40:01 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:49 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 May 3 18:37:51 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23: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: aix-gcc"
14
- #define DATE "built on: Tue May 3 18:37:53 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23: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: aix-gcc"
14
- #define DATE "built on: Tue May 3 18:37:55 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23:44 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 May 3 18:37:56 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23: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: aix64-gcc"
14
- #define DATE "built on: Tue May 3 18:37:58 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23:47 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 May 3 18:38:00 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:23:49 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 May 3 18:38:26 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 18:38:28 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 18:38:30 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 18:38:31 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 18:38:33 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 18:38:35 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 18:38:16 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 18:38:21 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 18:38:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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-aarch64"
14
- #define DATE "built on: Tue May 3 18:38:36 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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 May 3 18:38:38 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24:27 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 May 3 18:38:40 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: linux-armv4"
14
- #define DATE "built on: Tue May 3 18:38:41 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: linux-armv4"
14
- #define DATE "built on: Tue May 3 18:38:43 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24:32 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 May 3 18:38:45 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: linux-elf"
14
- #define DATE "built on: Tue May 3 18:38:46 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: linux-elf"
14
- #define DATE "built on: Tue May 3 18:38:48 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24:37 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 May 3 18:38:50 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24:39 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 May 3 18:39:11 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24:59 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 May 3 18:39:13 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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-ppc"
14
- #define DATE "built on: Tue May 3 18:39:14 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux-ppc64"
14
- #define DATE "built on: Tue May 3 18:39:15 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux-ppc64"
14
- #define DATE "built on: Tue May 3 18:39:17 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux-ppc64"
14
- #define DATE "built on: Tue May 3 18:39:19 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 18:39:20 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:09 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 May 3 18:39:22 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 18:39:24 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:12 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 May 3 18:38:51 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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-x32"
14
- #define DATE "built on: Tue May 3 18:38:55 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24:44 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 May 3 18:39:00 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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-x86_64"
14
- #define DATE "built on: Tue May 3 18:39:01 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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-x86_64"
14
- #define DATE "built on: Tue May 3 18:39:05 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24:54 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 May 3 18:39:10 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:24: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: linux32-s390x"
14
- #define DATE "built on: Tue May 3 18:39:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux32-s390x"
14
- #define DATE "built on: Tue May 3 18:39:26 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux32-s390x"
14
- #define DATE "built on: Tue May 3 18:39:28 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux64-mips64"
14
- #define DATE "built on: Tue May 3 18:39:33 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux64-mips64"
14
- #define DATE "built on: Tue May 3 18:39:34 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux64-mips64"
14
- #define DATE "built on: Tue May 3 18:39:35 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux64-s390x"
14
- #define DATE "built on: Tue May 3 18:39:29 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: linux64-s390x"
14
- #define DATE "built on: Tue May 3 18:39:30 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:18 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 May 3 18:39:31 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 18:39:36 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 18:39:38 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:27 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 May 3 18:39:40 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue May 3 18:39:41 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue May 3 18:39:46 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25: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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue May 3 18:39:50 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 12:25:39 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 0x101010ffL
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o 3 May 2022"
42
+ # define OPENSSL_VERSION_NUMBER 0x1010111fL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q 5 Jul 2022"
44
44
 
45
45
  /*-
46
46
  * The macros below are to be used for shared library (.so, .dll, ...)
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  * Copyright 2005 Nokia. All rights reserved.
5
5
  *
@@ -1305,6 +1305,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1305
1305
  # define SSL_CTRL_GET_MAX_PROTO_VERSION 131
1306
1306
  # define SSL_CTRL_GET_SIGNATURE_NID 132
1307
1307
  # define SSL_CTRL_GET_TMP_KEY 133
1308
+ # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1309
+ # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1308
1310
  # define SSL_CERT_SET_FIRST 1
1309
1311
  # define SSL_CERT_SET_NEXT 2
1310
1312
  # define SSL_CERT_SET_SERVER 3
@@ -1360,10 +1362,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1360
1362
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1361
1363
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1362
1364
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1365
+ # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1366
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1363
1367
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1364
1368
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1365
1369
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1366
1370
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1371
+ # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1372
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1367
1373
  # define SSL_set0_chain(s,sk) \
1368
1374
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1369
1375
  # define SSL_set1_chain(s,sk) \
@@ -1386,10 +1392,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1386
1392
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1387
1393
  # define SSL_set1_verify_cert_store(s,st) \
1388
1394
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1395
+ #define SSL_get0_verify_cert_store(s,st) \
1396
+ SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1389
1397
  # define SSL_set0_chain_cert_store(s,st) \
1390
1398
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1391
1399
  # define SSL_set1_chain_cert_store(s,st) \
1392
1400
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1401
+ #define SSL_get0_chain_cert_store(s,st) \
1402
+ SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1393
1403
  # define SSL_get1_groups(s, glist) \
1394
1404
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1395
1405
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v14.19.3",
3
+ "version": "v14.20.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"