node-aix-ppc64 14.19.0 → 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 (144) hide show
  1. package/CHANGELOG.md +86 -0
  2. package/README.md +18 -12
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +1 -1
  5. package/include/node/node.exp +15 -15
  6. package/include/node/node_version.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  33. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  35. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  37. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  39. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
  41. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
  43. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
  45. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  47. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  49. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  51. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  53. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  55. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  57. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  59. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  61. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  63. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  65. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  67. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  69. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  71. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  73. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  77. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  79. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  81. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  83. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  85. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  87. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  89. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  91. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  93. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  95. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  97. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  99. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
  101. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
  103. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
  105. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  107. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  109. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  111. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  113. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  115. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  117. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  119. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  121. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  123. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  125. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  127. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  129. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  131. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  133. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  137. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  139. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  141. package/include/node/openssl/engine.h +2 -1
  142. package/include/node/openssl/obj_mac.h +1 -1
  143. package/include/node/openssl/opensslv.h +3 -3
  144. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,9 @@
11
11
  </tr>
12
12
  <tr>
13
13
  <td valign="top">
14
+ <a href="#14.19.3">14.19.3</a><br/>
15
+ <a href="#14.19.2">14.19.2</a><br/>
16
+ <a href="#14.19.1">14.19.1</a><br/>
14
17
  <a href="#14.19.0">14.19.0</a><br/>
15
18
  <a href="#14.18.3">14.18.3</a><br/>
16
19
  <a href="#14.18.2">14.18.2</a><br/>
@@ -70,6 +73,89 @@
70
73
  * [io.js](CHANGELOG_IOJS.md)
71
74
  * [Archive](CHANGELOG_ARCHIVE.md)
72
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
+
91
+ <a id="14.19.2"></a>
92
+
93
+ ## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol
94
+
95
+ ### Notable Changes
96
+
97
+ **doc:**
98
+
99
+ * New release key for Bryan English
100
+
101
+ Learn more at: https://github.com/nodejs/node/pull/42102
102
+ Contributed by Bryan English (@bengl)
103
+
104
+ **npm:**
105
+
106
+ * Upgrade `npm` to `v6.14.17`.
107
+
108
+ Learn more at: https://github.com/nodejs/node/pull/42900
109
+ Contributed by Ruy Adorno (@ruyadorno)
110
+
111
+ **V8:**
112
+
113
+ * V8 had a stack overflow issue affecting the `vm` module, cherry-picking [`cc9a8a37445e`](https://github.com/v8/v8/commit/cc9a8a37445eeffff17474020bb6038c2f9af9fc)
114
+ from V8 solves this issue.
115
+
116
+ Learn more at: https://github.com/nodejs/node/pull/41826
117
+ Contributed by Gus Caplan (@devsnek)
118
+
119
+ * Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting [`367b0c1e7a32`](https://github.com/v8/v8/commit/367b0c1e7a323deafeab56736b01bc7e14fc1998)
120
+ from V8.
121
+
122
+ Learn more at: https://github.com/nodejs/node/pull/42637
123
+ Contributed by Chengzhong Wu (@legendecas)
124
+
125
+ ### Commits
126
+
127
+ * \[[`c73ac527d6`](https://github.com/nodejs/node/commit/c73ac527d6)] - **build**: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) [#40147](https://github.com/nodejs/node/pull/40147)
128
+ * \[[`dcaed6db24`](https://github.com/nodejs/node/commit/dcaed6db24)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#42204](https://github.com/nodejs/node/pull/42204)
129
+ * \[[`4203d132b1`](https://github.com/nodejs/node/commit/4203d132b1)] - **child\_process**: queue pending messages (Erick Wendel) [#41221](https://github.com/nodejs/node/pull/41221)
130
+ * \[[`a3ebdbfe8f`](https://github.com/nodejs/node/commit/a3ebdbfe8f)] - **deps**: upgrade npm to 6.14.17 (Ruy Adorno) [#42900](https://github.com/nodejs/node/pull/42900)
131
+ * \[[`39e44f8382`](https://github.com/nodejs/node/commit/39e44f8382)] - **deps**: V8: cherry-pick cc9a8a37445e (Gus Caplan) [#41826](https://github.com/nodejs/node/pull/41826)
132
+ * \[[`b52a268b6f`](https://github.com/nodejs/node/commit/b52a268b6f)] - **deps**: V8: cherry-pick 367b0c1e7a32 (legendecas) [#42637](https://github.com/nodejs/node/pull/42637)
133
+ * \[[`77ba012065`](https://github.com/nodejs/node/commit/77ba012065)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#42588](https://github.com/nodejs/node/pull/42588)
134
+ * \[[`3d3d7ed1b7`](https://github.com/nodejs/node/commit/3d3d7ed1b7)] - **doc**: specify flag needed for JSON and Wasm modules (Rich Trott) [#42736](https://github.com/nodejs/node/pull/42736)
135
+ * \[[`542d812c93`](https://github.com/nodejs/node/commit/542d812c93)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227)
136
+ * \[[`7f2825b1a9`](https://github.com/nodejs/node/commit/7f2825b1a9)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
137
+ * \[[`75302d3dce`](https://github.com/nodejs/node/commit/75302d3dce)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#41677](https://github.com/nodejs/node/pull/41677)
138
+ * \[[`d4171e0eac`](https://github.com/nodejs/node/commit/d4171e0eac)] - **stream**: resume stream on drain (Robert Nagy) [#41848](https://github.com/nodejs/node/pull/41848)
139
+ * \[[`de474c8b6f`](https://github.com/nodejs/node/commit/de474c8b6f)] - **worker**: do not send message if port is closing (Rich Trott) [#42357](https://github.com/nodejs/node/pull/42357)
140
+
141
+ <a id="14.19.1"></a>
142
+
143
+ ## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
144
+
145
+ This is a security release.
146
+
147
+ ### Notable Changes
148
+
149
+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
150
+ * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
151
+ More details are available at https://www.openssl.org/news/secadv/20220315.txt
152
+
153
+ ### Commits
154
+
155
+ * \[[`b5c52e337e`](https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42350](https://github.com/nodejs/node/pull/42350)
156
+ * \[[`3b1a0b24f0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
157
+ * \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
158
+
73
159
  <a id="14.19.0"></a>
74
160
 
75
161
  ## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau
package/README.md CHANGED
@@ -116,7 +116,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
116
116
  import the keys:
117
117
 
118
118
  ```console
119
- $ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
119
+ $ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
120
120
  ```
121
121
 
122
122
  See the bottom of this README for a full script to import active release keys.
@@ -635,12 +635,16 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
635
635
 
636
636
  * **Beth Griggs** &lt;bgriggs@redhat.com&gt;
637
637
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
638
+ * **Bryan English** &lt;bryan@bryanenglish.com&gt;
639
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
638
640
  * **Colin Ihrig** &lt;cjihrig@gmail.com&gt;
639
641
  `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
640
642
  * **Danielle Adams** &lt;adamzdanielle@gmail.com&gt;
641
643
  `74F12602B6F1C4E913FAA37AD3A89613643B6201`
642
644
  * **James M Snell** &lt;jasnell@keybase.io&gt;
643
645
  `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
646
+ * **Juan José Arboleda** &lt;soyjuanarbol@gmail.com&gt;
647
+ `61FC681DFB92A079F1685E77973F295594EC4689`
644
648
  * **Michaël Zasso** &lt;targos@protonmail.com&gt;
645
649
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
646
650
  * **Myles Borins** &lt;myles.borins@gmail.com&gt;
@@ -660,17 +664,19 @@ To import the full set of trusted release keys (including subkeys possibly used
660
664
  to sign releases):
661
665
 
662
666
  ```bash
663
- gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
664
- gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
665
- gpg --keyserver pool.sks-keyservers.net --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
666
- gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
667
- gpg --keyserver pool.sks-keyservers.net --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
668
- gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
669
- gpg --keyserver pool.sks-keyservers.net --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
670
- gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
671
- gpg --keyserver pool.sks-keyservers.net --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
672
- gpg --keyserver pool.sks-keyservers.net --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
673
- gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
667
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
668
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
669
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
670
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
671
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
672
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
673
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
674
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
675
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
676
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
677
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
678
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
679
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
674
680
  ```
675
681
 
676
682
  See the section above on [Verifying Binaries](#verifying-binaries) for how to
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.85',
39
+ 'v8_embedder_string': '-node.87',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -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_0xffe3f30135ae96
6449
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0x62b69484593fcc
6450
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0x7c892be00b28b4
6451
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x411389b3c7bdf9
6452
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xcaaa01d0a459b1
6453
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0x5989620effadfe
6454
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0x4ca299c995b72e
6455
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x3fae5d1577395b
6456
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0x7318c73185f200
6457
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x41b1022fd7e079
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_0xe3aa8bb5695b30
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_0xa4bb31c87b2499
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_0x6f31689a7055d2
7223
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0x77eefcca8af449
7224
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0x4ff208c1b6e95b
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 0
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 Dec 14 17:32:59 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 17:33:03 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 17:33:07 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Dec 14 17:33:10 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Dec 14 17:33:21 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Dec 14 17:33:32 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:37:38 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:37:42 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:37:46 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: VC-WIN64-ARM"
14
- #define DATE "built on: Tue Dec 14 17:37:49 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:37:12 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:37:24 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:37:36 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Dec 14 17:32:38 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Dec 14 17:32:42 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Dec 14 17:32:46 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Dec 14 17:32:48 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Dec 14 17:32:52 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Dec 14 17:32:56 2021 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy