node-aix-ppc64 12.22.9 → 12.22.12

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 (145) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/LICENSE +1 -1
  3. package/README.md +19 -11
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/node.exp +37 -17
  7. package/include/node/node_version.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  34. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  36. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  38. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  40. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
  42. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
  44. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
  46. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  48. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  50. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  52. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  54. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  56. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  58. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  60. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  62. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  64. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  66. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  68. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  70. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  72. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  74. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  76. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  78. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  80. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  82. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  98. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  100. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
  102. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
  104. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
  106. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  108. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  110. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  112. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  114. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  116. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  118. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  120. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  122. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  124. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  126. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  128. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  130. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  132. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  133. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  134. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  136. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  138. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  140. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  142. package/include/node/openssl/engine.h +2 -1
  143. package/include/node/openssl/obj_mac.h +1 -1
  144. package/include/node/openssl/opensslv.h +2 -2
  145. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -28,7 +28,10 @@ release.
28
28
  </tr>
29
29
  <tr>
30
30
  <td valign="top">
31
- <b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.9">12.22.9</a></b><br/>
31
+ <b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.12">12.22.12</a></b><br/>
32
+ <a href="doc/changelogs/CHANGELOG_V12.md#12.22.11">12.22.11</a><br/>
33
+ <a href="doc/changelogs/CHANGELOG_V12.md#12.22.10">12.22.10</a><br/>
34
+ <a href="doc/changelogs/CHANGELOG_V12.md#12.22.9">12.22.9</a><br/>
32
35
  <a href="doc/changelogs/CHANGELOG_V12.md#12.22.8">12.22.8</a><br/>
33
36
  <a href="doc/changelogs/CHANGELOG_V12.md#12.22.7">12.22.7</a><br/>
34
37
  <a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a><br/>
package/LICENSE CHANGED
@@ -1294,7 +1294,7 @@ The externally maintained libraries used by Node.js are:
1294
1294
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1295
1295
  """
1296
1296
 
1297
- - gtest, located at test/cctest/gtest, is licensed as follows:
1297
+ - gtest, located at src/gtest and test/cctest/gtest, is licensed as follows:
1298
1298
  """
1299
1299
  Copyright 2008, Google Inc.
1300
1300
  All rights reserved.
package/README.md CHANGED
@@ -115,7 +115,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
115
115
  import the keys:
116
116
 
117
117
  ```console
118
- $ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
118
+ $ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
119
119
  ```
120
120
 
121
121
  See the bottom of this README for a full script to import active release keys.
@@ -581,8 +581,12 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
581
581
 
582
582
  * **Beth Griggs** &lt;bgriggs@redhat.com&gt;
583
583
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
584
+ * **Bryan English** &lt;bryan@bryanenglish.com&gt;
585
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
584
586
  * **Colin Ihrig** &lt;cjihrig@gmail.com&gt;
585
587
  `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
588
+ * **Danielle Adams** &lt;adamzdanielle@gmail.com&gt;
589
+ `74F12602B6F1C4E913FAA37AD3A89613643B6201`
586
590
  * **James M Snell** &lt;jasnell@keybase.io&gt;
587
591
  `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
588
592
  * **Michaël Zasso** &lt;targos@protonmail.com&gt;
@@ -603,16 +607,18 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
603
607
  To import the full set of trusted release keys:
604
608
 
605
609
  ```bash
606
- gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
607
- gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
608
- gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
609
- gpg --keyserver pool.sks-keyservers.net --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
610
- gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
611
- gpg --keyserver pool.sks-keyservers.net --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
612
- gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
613
- gpg --keyserver pool.sks-keyservers.net --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
614
- gpg --keyserver pool.sks-keyservers.net --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
615
- gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
610
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
611
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
612
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
613
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
614
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
615
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
616
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
617
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
618
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
619
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
620
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
621
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
616
622
  ```
617
623
 
618
624
  See the section above on [Verifying Binaries](#verifying-binaries) for how to
@@ -622,6 +628,8 @@ Other keys used to sign some previous releases:
622
628
 
623
629
  * **Chris Dickinson** &lt;christopher.s.dickinson@gmail.com&gt;
624
630
  `9554F04D7259F04124DE6B476D5A82AC7E37093B`
631
+ * **Danielle Adams** &lt;adamzdanielle@gmail.com&gt;
632
+ `1C050899334244A8AF75E53792EF661D867B9DFA`
625
633
  * **Evan Lucas** &lt;evanlucas@me.com&gt;
626
634
  `B9AE9905FFD7803F25714661B63B535A4C206CA9`
627
635
  * **Gibson Fahnestock** &lt;gibfahn@gmail.com&gt;
package/bin/node CHANGED
Binary file
@@ -34,7 +34,7 @@
34
34
 
35
35
  # Reset this number to 0 on major V8 upgrades.
36
36
  # Increment by one for each non-official patch applied to deps/v8.
37
- 'v8_embedder_string': '-node.56',
37
+ 'v8_embedder_string': '-node.57',
38
38
 
39
39
  ##### V8 defaults for Node.js #####
40
40
 
@@ -6315,15 +6315,15 @@ _GLOBAL__F__ZN2v88internal6torque21TypeArgumentInferenceC2ERKSt6vectorIPNS1_10Id
6315
6315
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
6316
6316
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
6317
6317
  _GLOBAL__F__ZNK2v88internal6torque4Type8ToStringB5cxx11Ev
6318
- _GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0xc6f34373e25bdd
6319
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0xe35cb492891f6d
6320
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0x6a71283e42fd4d
6321
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_perf_jit.cc_AE91A18C_0xaf61df6be6c837
6322
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x7680fe8be4c8d7
6323
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0xc8fa39b0b1c903
6324
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x6d36a4205eded3
6325
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0x159112509225be
6326
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x735bf69f00e5ac
6318
+ _GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0x11106f4d73bcbd
6319
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0x16fd6ecf126c94
6320
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0xdf11be6619f07b
6321
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_perf_jit.cc_AE91A18C_0x84b3c021111c84
6322
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x7b01d25a11a780
6323
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0x62260f58263314
6324
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x778389f0d99711
6325
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0x9302cf35b482a1
6326
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xf450cf04dc785d
6327
6327
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
6328
6328
  _GLOBAL__I_65535_0__Z20_register_cares_wrapv
6329
6329
  _GLOBAL__I_65535_0__ZN12v8_inspector10toV8StringEPN2v87IsolateERKNS_8String16E
@@ -6970,7 +6970,7 @@ _GLOBAL__I_65535_0__ZNK2v88internal8compiler11NodeMatcher12IsComparisonEv
6970
6970
  _GLOBAL__I_65535_0__ZNK2v88internal8compiler21PropertyAccessBuilder5graphEv
6971
6971
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
6972
6972
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
6973
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_DFF67DD7_0x5972207aea1d65
6973
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_DFF67DD7_0xad2da1ad9d0019
6974
6974
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
6975
6975
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
6976
6976
  _HZData_67
@@ -8503,6 +8503,8 @@ _ZN12v8_inspector9V8ConsoleD0Ev
8503
8503
  _ZN12v8_inspector9V8ConsoleD1Ev
8504
8504
  _ZN12v8_inspectorplEPKcRKNS_8String16E
8505
8505
  _ZN15node_napi_env__13CallFinalizerEPFvP10napi_env__PvS2_ES2_S2_
8506
+ _ZN15node_napi_env__C1EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
8507
+ _ZN15node_napi_env__C2EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
8506
8508
  _ZN15node_napi_env__D0Ev
8507
8509
  _ZN15node_napi_env__D1Ev
8508
8510
  _ZN2v810CpuProfile6DeleteEv
@@ -40311,9 +40313,6 @@ _ZN4node13AsyncResourceD2Ev
40311
40313
  _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIPFvS2_EE4CallES2_
40312
40314
  _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIPFvS2_EED0Ev
40313
40315
  _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIPFvS2_EED1Ev
40314
- _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN15node_napi_env__13CallFinalizerEPFvP10napi_env__PvS8_ES8_S8_EUlS2_E_E4CallES2_
40315
- _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN15node_napi_env__13CallFinalizerEPFvP10napi_env__PvS8_ES8_S8_EUlS2_E_ED0Ev
40316
- _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN15node_napi_env__13CallFinalizerEPFvP10napi_env__PvS8_ES8_S8_EUlS2_E_ED1Ev
40317
40316
  _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN32napi_async_cleanup_hook_handle__D4EvEUlS2_E_E4CallES2_
40318
40317
  _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN32napi_async_cleanup_hook_handle__D4EvEUlS2_E_ED0Ev
40319
40318
  _ZN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN32napi_async_cleanup_hook_handle__D4EvEUlS2_E_ED1Ev
@@ -48696,6 +48695,29 @@ _ZN6report9GetReportERKN2v820FunctionCallbackInfoINS0_5ValueEEE
48696
48695
  _ZN6v8impl10RefTracker8FinalizeEb
48697
48696
  _ZN6v8impl10RefTrackerD0Ev
48698
48697
  _ZN6v8impl10RefTrackerD1Ev
48698
+ _ZN6v8impl7RefBase3NewEP10napi_env__jbPFvS2_PvS3_ES3_S3_
48699
+ _ZN6v8impl7RefBase3RefEv
48700
+ _ZN6v8impl7RefBase4DataEv
48701
+ _ZN6v8impl7RefBase5UnrefEv
48702
+ _ZN6v8impl7RefBase8FinalizeEb
48703
+ _ZN6v8impl7RefBase8RefCountEv
48704
+ _ZN6v8impl7RefBaseC1EP10napi_env__jbPFvS2_PvS3_ES3_S3_
48705
+ _ZN6v8impl7RefBaseC2EP10napi_env__jbPFvS2_PvS3_ES3_S3_
48706
+ _ZN6v8impl7RefBaseD0Ev
48707
+ _ZN6v8impl7RefBaseD1Ev
48708
+ _ZN6v8impl7RefBaseD2Ev
48709
+ _ZN6v8impl9Reference16FinalizeCallbackERKN2v816WeakCallbackInfoIPS0_EE
48710
+ _ZN6v8impl9Reference18SecondPassCallbackERKN2v816WeakCallbackInfoIPS0_EE
48711
+ _ZN6v8impl9Reference3GetEv
48712
+ _ZN6v8impl9Reference3NewEP10napi_env__N2v85LocalINS3_5ValueEEEjbPFvS2_PvS7_ES7_S7_
48713
+ _ZN6v8impl9Reference3RefEv
48714
+ _ZN6v8impl9Reference5UnrefEv
48715
+ _ZN6v8impl9Reference7SetWeakEv
48716
+ _ZN6v8impl9Reference8FinalizeEb
48717
+ _ZN6v8impl9Reference9ClearWeakEv
48718
+ _ZN6v8impl9ReferenceD0Ev
48719
+ _ZN6v8impl9ReferenceD1Ev
48720
+ _ZN6v8impl9ReferenceD2Ev
48699
48721
  _ZN7unibrow4Utf814CalculateValueEPKhmPm
48700
48722
  _ZN7unibrow4Utf816ValidateEncodingEPKhm
48701
48723
  _ZN7unibrow4Utf824ValueOfIncrementalFinishEPN14Utf8DfaDecoder5StateE
@@ -59485,7 +59507,6 @@ _ZTVN4node12RealEnvStoreE
59485
59507
  _ZTVN4node12ShutdownWrapE
59486
59508
  _ZTVN4node13AsyncResourceE
59487
59509
  _ZTVN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIPFvS2_EEE
59488
- _ZTVN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN15node_napi_env__13CallFinalizerEPFvP10napi_env__PvS8_ES8_S8_EUlS2_E_EE
59489
59510
  _ZTVN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN32napi_async_cleanup_hook_handle__D4EvEUlS2_E_EE
59490
59511
  _ZTVN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZNS_2fs10FileHandle5CloseEvEUlS2_E0_EE
59491
59512
  _ZTVN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZNS_2fs10FileHandle5CloseEvEUlS2_E_EE
@@ -60112,6 +60133,8 @@ _ZTVN6icu_679UVector32E
60112
60133
  _ZTVN6icu_679UVector64E
60113
60134
  _ZTVN6icu_679VTimeZoneE
60114
60135
  _ZTVN6v8impl10RefTrackerE
60136
+ _ZTVN6v8impl7RefBaseE
60137
+ _ZTVN6v8impl9ReferenceE
60115
60138
  _ZTVSt15_Sp_counted_ptrIPN12v8_inspector10StackFrameELN9__gnu_cxx12_Lock_policyE2EE
60116
60139
  _ZTVSt15_Sp_counted_ptrIPN12v8_inspector15AsyncStackTraceELN9__gnu_cxx12_Lock_policyE2EE
60117
60140
  _ZTVSt15_Sp_counted_ptrIPN12v8_inspector15V8InspectorImpl13EvaluateScope11CancelTokenELN9__gnu_cxx12_Lock_policyE2EE
@@ -60519,10 +60542,7 @@ _ZTv0_n24_N2v88internal8compiler13TurboJsonFileD0Ev
60519
60542
  _ZTv0_n24_N2v88internal8compiler13TurboJsonFileD1Ev
60520
60543
  _ZZN10napi_env__14CallIntoModuleIZNS_13CallFinalizerEPFvPS_PvS2_ES2_S2_EUlS1_E_FvS1_N2v85LocalINS6_5ValueEEEEEEvOT_OT0_E4args
60521
60544
  _ZZN10napi_env__14CallIntoModuleIZNS_13CallFinalizerEPFvPS_PvS2_ES2_S2_EUlS1_E_FvS1_N2v85LocalINS6_5ValueEEEEEEvOT_OT0_E4args_0
60522
- _ZZN10napi_env__14CallIntoModuleIZZN15node_napi_env__13CallFinalizerEPFvPS_PvS3_ES3_S3_ENKUlPN4node11EnvironmentEE_clES8_EUlS2_E_FvS2_N2v85LocalINSB_5ValueEEEEEEvOT_OT0_E4args
60523
- _ZZN10napi_env__14CallIntoModuleIZZN15node_napi_env__13CallFinalizerEPFvPS_PvS3_ES3_S3_ENKUlPN4node11EnvironmentEE_clES8_EUlS2_E_FvS2_N2v85LocalINSB_5ValueEEEEEEvOT_OT0_E4args_0
60524
60545
  _ZZN10napi_env__C4EN2v85LocalINS0_7ContextEEEE4args
60525
- _ZZN15node_napi_env__C4EN2v85LocalINS0_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4args
60526
60546
  _ZZN2v817TracingController23GetCategoryGroupEnabledEPKcE2no
60527
60547
  _ZZN2v88internal10ParserBaseINS0_6ParserEE19FunctionKindForImplEbNS_4base5FlagsINS0_17ParseFunctionFlagEiEEE14kFunctionKinds
60528
60548
  _ZZN2v88internal10ParserBaseINS0_9PreParserEE19FunctionKindForImplEbNS_4base5FlagsINS0_17ParseFunctionFlagEiEEE14kFunctionKinds
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 12
26
26
  #define NODE_MINOR_VERSION 22
27
- #define NODE_PATCH_VERSION 9
27
+ #define NODE_PATCH_VERSION 12
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Erbium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 17:17:34 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:36 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 17:17:39 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:40 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 17:17:43 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:44 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Dec 14 17:17:46 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:47 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:17:57 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23: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: BSD-x86_64"
14
- #define DATE "built on: Tue Dec 14 17:18:08 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:24:09 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:22:13 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:28: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:22:17 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:28:19 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:22:21 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:28:23 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:22:23 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:28:25 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:21:47 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:27:49 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:21:58 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:28: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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Dec 14 17:22:10 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:28:12 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:17:14 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23: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: aix-gcc"
14
- #define DATE "built on: Tue Dec 14 17:17:17 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:19 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:17:21 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:22 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:17:23 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:25 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:17:27 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:29 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:17:31 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:23:33 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Dec 14 17:18:34 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 17:24:35 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy