node-aix-ppc64 18.20.4 → 18.20.6

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 (122) hide show
  1. package/CHANGELOG.md +113 -0
  2. package/README.md +16 -14
  3. package/bin/node +0 -0
  4. package/include/node/node.exp +64 -30
  5. package/include/node/node_version.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  8. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  10. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/sslerr.h +3 -1
  121. package/include/node/openssl/tls1.h +3 -1
  122. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,8 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td>
12
+ <a href="#18.20.6">18.20.6</a><br/>
13
+ <a href="#18.20.5">18.20.5</a><br/>
12
14
  <a href="#18.20.4">18.20.4</a><br/>
13
15
  <a href="#18.20.3">18.20.3</a><br/>
14
16
  <a href="#18.20.2">18.20.2</a><br/>
@@ -69,6 +71,117 @@
69
71
  * [io.js](CHANGELOG_IOJS.md)
70
72
  * [Archive](CHANGELOG_ARCHIVE.md)
71
73
 
74
+ <a id="18.20.6"></a>
75
+
76
+ ## 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @RafaelGSS
77
+
78
+ This is a security release.
79
+
80
+ ### Notable Changes
81
+
82
+ * CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
83
+ * CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
84
+
85
+ Dependency update:
86
+
87
+ * CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
88
+
89
+ ### Commits
90
+
91
+ * \[[`c03ad5ed63`](https://github.com/nodejs/node/commit/c03ad5ed63)] - **build**: use rclone instead of aws CLI (Michaël Zasso) [#55617](https://github.com/nodejs/node/pull/55617)
92
+ * \[[`8232463294`](https://github.com/nodejs/node/commit/8232463294)] - **build, tools**: drop leading `/` from `r2dir` (Richard Lau) [#53951](https://github.com/nodejs/node/pull/53951)
93
+ * \[[`b26bcd3394`](https://github.com/nodejs/node/commit/b26bcd3394)] - **build, tools**: copy release assets to staging R2 bucket once built (flakey5) [#51394](https://github.com/nodejs/node/pull/51394)
94
+ * \[[`56df127b7b`](https://github.com/nodejs/node/commit/56df127b7b)] - **build,tools**: simplify upload of shasum signatures (Michaël Zasso) [#53892](https://github.com/nodejs/node/pull/53892)
95
+ * \[[`a63e9372ed`](https://github.com/nodejs/node/commit/a63e9372ed)] - **(CVE-2025-22150)** **deps**: update undici to v5.28.5 (Matteo Collina) [nodejs-private/node-private#657](https://github.com/nodejs-private/node-private/pull/657)
96
+ * \[[`da2d177f91`](https://github.com/nodejs/node/commit/da2d177f91)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
97
+ * \[[`6cc8d58e6f`](https://github.com/nodejs/node/commit/6cc8d58e6f)] - **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS) [nodejs-private/node-private#650](https://github.com/nodejs-private/node-private/pull/650)
98
+
99
+ <a id="18.20.5"></a>
100
+
101
+ ## 2024-11-12, Version 18.20.5 'Hydrogen' (LTS), @aduh95
102
+
103
+ ### Notable Changes
104
+
105
+ * \[[`ac37e554a5`](https://github.com/nodejs/node/commit/ac37e554a5)] - **esm**: mark import attributes and JSON module as stable (Nicolò Ribaudo) [#55333](https://github.com/nodejs/node/pull/55333)
106
+
107
+ ### Commits
108
+
109
+ * \[[`c2e6a8f215`](https://github.com/nodejs/node/commit/c2e6a8f215)] - **benchmark**: fix napi/ref addon (Michaël Zasso) [#53233](https://github.com/nodejs/node/pull/53233)
110
+ * \[[`4c2e07aaac`](https://github.com/nodejs/node/commit/4c2e07aaac)] - **build**: pin doc workflow to Node.js 20 (Richard Lau) [#55755](https://github.com/nodejs/node/pull/55755)
111
+ * \[[`6ba4ebd060`](https://github.com/nodejs/node/commit/6ba4ebd060)] - **build**: fix build with Python 3.12 (Luigi Pinca) [#50582](https://github.com/nodejs/node/pull/50582)
112
+ * \[[`c50f01399e`](https://github.com/nodejs/node/commit/c50f01399e)] - **crypto**: ensure invalid SubtleCrypto JWK data import results in DataError (Filip Skokan) [#55041](https://github.com/nodejs/node/pull/55041)
113
+ * \[[`5c46782137`](https://github.com/nodejs/node/commit/5c46782137)] - **crypto**: make deriveBits length parameter optional and nullable (Filip Skokan) [#53601](https://github.com/nodejs/node/pull/53601)
114
+ * \[[`6e7274fa53`](https://github.com/nodejs/node/commit/6e7274fa53)] - **crypto**: reject dh,x25519,x448 in {Sign,Verify}Final (Huáng Jùnliàng) [#53774](https://github.com/nodejs/node/pull/53774)
115
+ * \[[`d2442044db`](https://github.com/nodejs/node/commit/d2442044db)] - **crypto**: reject Ed25519/Ed448 in Sign/Verify prototypes (Filip Skokan) [#52340](https://github.com/nodejs/node/pull/52340)
116
+ * \[[`93670de499`](https://github.com/nodejs/node/commit/93670de499)] - **deps**: upgrade npm to 10.8.2 (npm team) [#53799](https://github.com/nodejs/node/pull/53799)
117
+ * \[[`8531c95587`](https://github.com/nodejs/node/commit/8531c95587)] - **deps**: upgrade npm to 10.8.1 (npm team) [#53207](https://github.com/nodejs/node/pull/53207)
118
+ * \[[`fd9933ea0f`](https://github.com/nodejs/node/commit/fd9933ea0f)] - **deps**: upgrade npm to 10.8.0 (npm team) [#53014](https://github.com/nodejs/node/pull/53014)
119
+ * \[[`03852495d7`](https://github.com/nodejs/node/commit/03852495d7)] - **deps**: update simdutf to 5.6.0 (Node.js GitHub Bot) [#55379](https://github.com/nodejs/node/pull/55379)
120
+ * \[[`3597be4146`](https://github.com/nodejs/node/commit/3597be4146)] - **deps**: update simdutf to 5.5.0 (Node.js GitHub Bot) [#54434](https://github.com/nodejs/node/pull/54434)
121
+ * \[[`52d2c03738`](https://github.com/nodejs/node/commit/52d2c03738)] - **deps**: update simdutf to 5.3.4 (Node.js GitHub Bot) [#54312](https://github.com/nodejs/node/pull/54312)
122
+ * \[[`dd882ac483`](https://github.com/nodejs/node/commit/dd882ac483)] - **deps**: update simdutf to 5.3.1 (Node.js GitHub Bot) [#54196](https://github.com/nodejs/node/pull/54196)
123
+ * \[[`5fb8e1b428`](https://github.com/nodejs/node/commit/5fb8e1b428)] - **deps**: update simdutf to 5.3.0 (Node.js GitHub Bot) [#53837](https://github.com/nodejs/node/pull/53837)
124
+ * \[[`c952fd886d`](https://github.com/nodejs/node/commit/c952fd886d)] - **deps**: update simdutf to 5.2.8 (Node.js GitHub Bot) [#52727](https://github.com/nodejs/node/pull/52727)
125
+ * \[[`a1ae050ed5`](https://github.com/nodejs/node/commit/a1ae050ed5)] - **deps**: update simdutf to 5.2.6 (Node.js GitHub Bot) [#52727](https://github.com/nodejs/node/pull/52727)
126
+ * \[[`96ec48da7f`](https://github.com/nodejs/node/commit/96ec48da7f)] - **deps**: update brotli to 1.1.0 (Node.js GitHub Bot) [#50804](https://github.com/nodejs/node/pull/50804)
127
+ * \[[`11242bcfb4`](https://github.com/nodejs/node/commit/11242bcfb4)] - **deps**: update zlib to 1.3.0.1-motley-71660e1 (Node.js GitHub Bot) [#53464](https://github.com/nodejs/node/pull/53464)
128
+ * \[[`64f98a9869`](https://github.com/nodejs/node/commit/64f98a9869)] - **deps**: update zlib to 1.3.0.1-motley-c2469fd (Node.js GitHub Bot) [#53464](https://github.com/nodejs/node/pull/53464)
129
+ * \[[`4b815550e0`](https://github.com/nodejs/node/commit/4b815550e0)] - **deps**: update zlib to 1.3.0.1-motley-68e57e6 (Node.js GitHub Bot) [#53464](https://github.com/nodejs/node/pull/53464)
130
+ * \[[`f6b2f68ce7`](https://github.com/nodejs/node/commit/f6b2f68ce7)] - **deps**: update zlib to 1.3.0.1-motley-8b7eff8 (Node.js GitHub Bot) [#53464](https://github.com/nodejs/node/pull/53464)
131
+ * \[[`e151ebef86`](https://github.com/nodejs/node/commit/e151ebef86)] - **deps**: update zlib to 1.3.0.1-motley-e432200 (Node.js GitHub Bot) [#53464](https://github.com/nodejs/node/pull/53464)
132
+ * \[[`637a306e02`](https://github.com/nodejs/node/commit/637a306e02)] - **deps**: update zlib to 1.3.0.1-motley-887bb57 (Node.js GitHub Bot) [#53464](https://github.com/nodejs/node/pull/53464)
133
+ * \[[`569a739569`](https://github.com/nodejs/node/commit/569a739569)] - **deps**: update zlib to 1.3.0.1-motley-209717d (Node.js GitHub Bot) [#53156](https://github.com/nodejs/node/pull/53156)
134
+ * \[[`033f1e2ba5`](https://github.com/nodejs/node/commit/033f1e2ba5)] - **deps**: update zlib to 1.3.0.1-motley-4f653ff (Node.js GitHub Bot) [#53052](https://github.com/nodejs/node/pull/53052)
135
+ * \[[`aaa857fc01`](https://github.com/nodejs/node/commit/aaa857fc01)] - **deps**: update ada to 2.8.0 (Node.js GitHub Bot) [#53254](https://github.com/nodejs/node/pull/53254)
136
+ * \[[`d577321877`](https://github.com/nodejs/node/commit/d577321877)] - **deps**: update acorn to 8.13.0 (Node.js GitHub Bot) [#55558](https://github.com/nodejs/node/pull/55558)
137
+ * \[[`55b3c8a41f`](https://github.com/nodejs/node/commit/55b3c8a41f)] - **deps**: update acorn-walk to 8.3.4 (Node.js GitHub Bot) [#54950](https://github.com/nodejs/node/pull/54950)
138
+ * \[[`50a9456f1e`](https://github.com/nodejs/node/commit/50a9456f1e)] - **deps**: update acorn-walk to 8.3.3 (Node.js GitHub Bot) [#53466](https://github.com/nodejs/node/pull/53466)
139
+ * \[[`f56cfe776b`](https://github.com/nodejs/node/commit/f56cfe776b)] - **deps**: update acorn to 8.12.1 (Node.js GitHub Bot) [#53465](https://github.com/nodejs/node/pull/53465)
140
+ * \[[`fce3ab686d`](https://github.com/nodejs/node/commit/fce3ab686d)] - **deps**: update archs files for openssl-3.0.15+quic1 (Node.js GitHub Bot) [#55184](https://github.com/nodejs/node/pull/55184)
141
+ * \[[`46c782486e`](https://github.com/nodejs/node/commit/46c782486e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.15+quic1 (Node.js GitHub Bot) [#55184](https://github.com/nodejs/node/pull/55184)
142
+ * \[[`4a18581dc3`](https://github.com/nodejs/node/commit/4a18581dc3)] - **deps**: update corepack to 0.29.4 (Node.js GitHub Bot) [#54845](https://github.com/nodejs/node/pull/54845)
143
+ * \[[`67e98831ab`](https://github.com/nodejs/node/commit/67e98831ab)] - **deps**: update archs files for openssl-3.0.14+quic1 (Node.js GitHub Bot) [#54336](https://github.com/nodejs/node/pull/54336)
144
+ * \[[`c60c6630af`](https://github.com/nodejs/node/commit/c60c6630af)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.14+quic1 (Node.js GitHub Bot) [#54336](https://github.com/nodejs/node/pull/54336)
145
+ * \[[`935a506377`](https://github.com/nodejs/node/commit/935a506377)] - **deps**: update corepack to 0.29.3 (Node.js GitHub Bot) [#54072](https://github.com/nodejs/node/pull/54072)
146
+ * \[[`dbdfdd0226`](https://github.com/nodejs/node/commit/dbdfdd0226)] - **deps**: update corepack to 0.29.2 (Node.js GitHub Bot) [#53838](https://github.com/nodejs/node/pull/53838)
147
+ * \[[`395ee44608`](https://github.com/nodejs/node/commit/395ee44608)] - **deps**: update corepack to 0.28.2 (Node.js GitHub Bot) [#53253](https://github.com/nodejs/node/pull/53253)
148
+ * \[[`6ba8bc0618`](https://github.com/nodejs/node/commit/6ba8bc0618)] - **deps**: update c-ares to 1.29.0 (Node.js GitHub Bot) [#53155](https://github.com/nodejs/node/pull/53155)
149
+ * \[[`81c3260cd2`](https://github.com/nodejs/node/commit/81c3260cd2)] - **deps**: update corepack to 0.28.1 (Node.js GitHub Bot) [#52946](https://github.com/nodejs/node/pull/52946)
150
+ * \[[`e4739e9aa6`](https://github.com/nodejs/node/commit/e4739e9aa6)] - **doc**: only apply content-visibility on all.html (Filip Skokan) [#53510](https://github.com/nodejs/node/pull/53510)
151
+ * \[[`4d2ac5d98f`](https://github.com/nodejs/node/commit/4d2ac5d98f)] - **doc**: move release key for Myles Borins (Richard Lau) [#54059](https://github.com/nodejs/node/pull/54059)
152
+ * \[[`1c4decc998`](https://github.com/nodejs/node/commit/1c4decc998)] - **doc**: add release key for aduh95 (Antoine du Hamel) [#55349](https://github.com/nodejs/node/pull/55349)
153
+ * \[[`a4f6f0918f`](https://github.com/nodejs/node/commit/a4f6f0918f)] - **doc**: add names next to release key bash commands (Aviv Keller) [#52878](https://github.com/nodejs/node/pull/52878)
154
+ * \[[`c679348f83`](https://github.com/nodejs/node/commit/c679348f83)] - **errors**: use `determineSpecificType` in more error messages (Antoine du Hamel) [#49580](https://github.com/nodejs/node/pull/49580)
155
+ * \[[`3059262185`](https://github.com/nodejs/node/commit/3059262185)] - **esm**: fix broken assertion in `legacyMainResolve` (Antoine du Hamel) [#55708](https://github.com/nodejs/node/pull/55708)
156
+ * \[[`ac37e554a5`](https://github.com/nodejs/node/commit/ac37e554a5)] - **esm**: mark import attributes and JSON module as stable (Nicolò Ribaudo) [#55333](https://github.com/nodejs/node/pull/55333)
157
+ * \[[`84b0ead758`](https://github.com/nodejs/node/commit/84b0ead758)] - **esm**: fix hook name in error message (Bruce MacNaughton) [#50466](https://github.com/nodejs/node/pull/50466)
158
+ * \[[`0092358d00`](https://github.com/nodejs/node/commit/0092358d00)] - **http**: handle multi-value content-disposition header (Arsalan Ahmad) [#50977](https://github.com/nodejs/node/pull/50977)
159
+ * \[[`d814fe935c`](https://github.com/nodejs/node/commit/d814fe935c)] - **src**: account for OpenSSL unexpected version (Shelley Vohr) [#54038](https://github.com/nodejs/node/pull/54038)
160
+ * \[[`6615fe5db1`](https://github.com/nodejs/node/commit/6615fe5db1)] - **src**: fix dynamically linked OpenSSL version (Richard Lau) [#53456](https://github.com/nodejs/node/pull/53456)
161
+ * \[[`d6114cb2e2`](https://github.com/nodejs/node/commit/d6114cb2e2)] - **test**: fix test when compiled without engine support (Richard Lau) [#53232](https://github.com/nodejs/node/pull/53232)
162
+ * \[[`ac3a39051c`](https://github.com/nodejs/node/commit/ac3a39051c)] - **test**: fix test-tls-junk-closes-server (Michael Dawson) [#55089](https://github.com/nodejs/node/pull/55089)
163
+ * \[[`c8520ff7d2`](https://github.com/nodejs/node/commit/c8520ff7d2)] - **test**: fix OpenSSL version checks (Richard Lau) [#53503](https://github.com/nodejs/node/pull/53503)
164
+ * \[[`9824827937`](https://github.com/nodejs/node/commit/9824827937)] - **test**: update tls test to support OpenSSL32 (Michael Dawson) [#55030](https://github.com/nodejs/node/pull/55030)
165
+ * \[[`1a4d497936`](https://github.com/nodejs/node/commit/1a4d497936)] - **test**: adjust tls-set-ciphers for OpenSSL32 (Michael Dawson) [#55016](https://github.com/nodejs/node/pull/55016)
166
+ * \[[`341496a5a2`](https://github.com/nodejs/node/commit/341496a5a2)] - **test**: add asserts to validate test assumptions (Michael Dawson) [#54997](https://github.com/nodejs/node/pull/54997)
167
+ * \[[`37a2f7eaa4`](https://github.com/nodejs/node/commit/37a2f7eaa4)] - **test**: adjust key sizes to support OpenSSL32 (Michael Dawson) [#54972](https://github.com/nodejs/node/pull/54972)
168
+ * \[[`75ff0cdf66`](https://github.com/nodejs/node/commit/75ff0cdf66)] - **test**: update test to support OpenSSL32 (Michael Dawson) [#54968](https://github.com/nodejs/node/pull/54968)
169
+ * \[[`b097d85dfe`](https://github.com/nodejs/node/commit/b097d85dfe)] - **test**: adjust test-tls-junk-server for OpenSSL32 (Michael Dawson) [#54926](https://github.com/nodejs/node/pull/54926)
170
+ * \[[`e9997388a6`](https://github.com/nodejs/node/commit/e9997388a6)] - **test**: adjust tls test for OpenSSL32 (Michael Dawson) [#54909](https://github.com/nodejs/node/pull/54909)
171
+ * \[[`c7de027adb`](https://github.com/nodejs/node/commit/c7de027adb)] - **test**: fix test test-tls-dhe for OpenSSL32 (Michael Dawson) [#54903](https://github.com/nodejs/node/pull/54903)
172
+ * \[[`68156cbae1`](https://github.com/nodejs/node/commit/68156cbae1)] - **test**: fix test-tls-client-mindhsize for OpenSSL32 (Michael Dawson) [#54739](https://github.com/nodejs/node/pull/54739)
173
+ * \[[`d5b73e5683`](https://github.com/nodejs/node/commit/d5b73e5683)] - **test**: increase key size for ca2-cert.pem (Michael Dawson) [#54599](https://github.com/nodejs/node/pull/54599)
174
+ * \[[`5316314755`](https://github.com/nodejs/node/commit/5316314755)] - **test**: update TLS test for OpenSSL 3.2 (Richard Lau) [#54612](https://github.com/nodejs/node/pull/54612)
175
+ * \[[`a1f0c87859`](https://github.com/nodejs/node/commit/a1f0c87859)] - **test**: fix test-tls-client-auth test for OpenSSL32 (Michael Dawson) [#54610](https://github.com/nodejs/node/pull/54610)
176
+ * \[[`e9e3306426`](https://github.com/nodejs/node/commit/e9e3306426)] - **test**: use assert.{s,deepS}trictEqual() (Sonny) [#54208](https://github.com/nodejs/node/pull/54208)
177
+ * \[[`1320fb9475`](https://github.com/nodejs/node/commit/1320fb9475)] - **test**: update TLS trace tests for OpenSSL >= 3.2 (Richard Lau) [#53229](https://github.com/nodejs/node/pull/53229)
178
+ * \[[`cc3cdf7cc0`](https://github.com/nodejs/node/commit/cc3cdf7cc0)] - **test**: check against run-time OpenSSL version (Richard Lau) [#53456](https://github.com/nodejs/node/pull/53456)
179
+ * \[[`fc43c6803e`](https://github.com/nodejs/node/commit/fc43c6803e)] - **test**: update TLS tests for OpenSSL 3.2 (Richard Lau) [#53384](https://github.com/nodejs/node/pull/53384)
180
+ * \[[`627d3993f0`](https://github.com/nodejs/node/commit/627d3993f0)] - **test**: fix unreliable assumption in js-native-api/test\_cannot\_run\_js (Joyee Cheung) [#51898](https://github.com/nodejs/node/pull/51898)
181
+ * \[[`9f521f456e`](https://github.com/nodejs/node/commit/9f521f456e)] - **test**: update tests for OpenSSL 3.0.14 (Richard Lau) [#53373](https://github.com/nodejs/node/pull/53373)
182
+ * \[[`0fb652eba9`](https://github.com/nodejs/node/commit/0fb652eba9)] - **tools**: update gyp-next to v0.16.1 (Michaël Zasso) [#50380](https://github.com/nodejs/node/pull/50380)
183
+ * \[[`fa72b2c2de`](https://github.com/nodejs/node/commit/fa72b2c2de)] - **tools**: skip ruff on tools/gyp (Michaël Zasso) [#50380](https://github.com/nodejs/node/pull/50380)
184
+
72
185
  <a id="18.20.4"></a>
73
186
 
74
187
  ## 2024-07-08, Version 18.20.4 'Hydrogen' (LTS), @RafaelGSS
package/README.md CHANGED
@@ -737,6 +737,8 @@ responding to new issues.
737
737
 
738
738
  Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
739
739
 
740
+ * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
741
+ `C0D6248439F1D5604AAFFB4021D900FFDB233756`
740
742
  * **Beth Griggs** <<bethanyngriggs@gmail.com>>
741
743
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
742
744
  * **Bryan English** <<bryan@bryanenglish.com>>
@@ -749,9 +751,7 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
749
751
  `CC68F5A3106FF448322E48ED27F5E38D5B0A215F`
750
752
  * **Michaël Zasso** <<targos@protonmail.com>>
751
753
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
752
- * **Myles Borins** <<myles.borins@gmail.com>>
753
- `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
754
- * **RafaelGSS** <<rafael.nunu@hotmail.com>>
754
+ * **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
755
755
  `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
756
756
  * **Richard Lau** <<rlau@redhat.com>>
757
757
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
@@ -764,17 +764,17 @@ To import the full set of trusted release keys (including subkeys possibly used
764
764
  to sign releases):
765
765
 
766
766
  ```bash
767
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
768
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
769
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
770
- gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7
771
- gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F
772
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
773
- gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
774
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
775
- gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
776
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
777
- gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0
767
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C0D6248439F1D5604AAFFB4021D900FFDB233756 # Antoine du Hamel
768
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C # Beth Griggs
769
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57 # Bryan English
770
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201 # Danielle Adams
771
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
772
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
773
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
774
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
775
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
776
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
777
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascón
778
778
  ```
779
779
 
780
780
  See [Verifying binaries](#verifying-binaries) for how to use these keys to
@@ -806,6 +806,8 @@ verify a downloaded file.
806
806
  `61FC681DFB92A079F1685E77973F295594EC4689`
807
807
  * **Julien Gilli** <<jgilli@fastmail.fm>>
808
808
  `114F43EE0176B71C7BC219DD50A3051F888C628D`
809
+ * **Myles Borins** <<myles.borins@gmail.com>>
810
+ `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
809
811
  * **Rod Vagg** <<rod@vagg.org>>
810
812
  `DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
811
813
  * **Ruben Bridgewater** <<ruben@bridgewater.de>>
package/bin/node CHANGED
Binary file
@@ -299,6 +299,7 @@ AUTHORITY_INFO_ACCESS_new
299
299
  AUTHORITY_KEYID_free
300
300
  AUTHORITY_KEYID_it
301
301
  AUTHORITY_KEYID_new
302
+ AttachPreparedDictionary
302
303
  BASIC_CONSTRAINTS_free
303
304
  BASIC_CONSTRAINTS_it
304
305
  BASIC_CONSTRAINTS_new
@@ -709,6 +710,8 @@ BUF_MEM_new
709
710
  BUF_MEM_new_ex
710
711
  BUF_reverse
711
712
  BrotliAllocate
713
+ BrotliBootstrapAlloc
714
+ BrotliBootstrapFree
712
715
  BrotliBuildAndStoreHuffmanTreeFast
713
716
  BrotliBuildCodeLengthsHuffmanTable
714
717
  BrotliBuildHistogramsWithContext
@@ -716,6 +719,7 @@ BrotliBuildHuffmanTable
716
719
  BrotliBuildMetaBlock
717
720
  BrotliBuildMetaBlockGreedy
718
721
  BrotliBuildSimpleHuffmanTable
722
+ BrotliCleanupSharedEncoderDictionary
719
723
  BrotliClusterHistogramsCommand
720
724
  BrotliClusterHistogramsDistance
721
725
  BrotliClusterHistogramsLiteral
@@ -728,7 +732,9 @@ BrotliConvertBitDepthsToSymbols
728
732
  BrotliCreateBackwardReferences
729
733
  BrotliCreateHqZopfliBackwardReferences
730
734
  BrotliCreateHuffmanTree
735
+ BrotliCreateManagedDictionary
731
736
  BrotliCreateZopfliBackwardReferences
737
+ BrotliDecoderAttachDictionary
732
738
  BrotliDecoderCreateInstance
733
739
  BrotliDecoderDecompress
734
740
  BrotliDecoderDecompressStream
@@ -739,6 +745,7 @@ BrotliDecoderHasMoreOutput
739
745
  BrotliDecoderHuffmanTreeGroupInit
740
746
  BrotliDecoderIsFinished
741
747
  BrotliDecoderIsUsed
748
+ BrotliDecoderSetMetadataCallbacks
742
749
  BrotliDecoderSetParameter
743
750
  BrotliDecoderStateCleanup
744
751
  BrotliDecoderStateCleanupAfterMetablock
@@ -749,13 +756,19 @@ BrotliDecoderVersion
749
756
  BrotliDefaultAllocFunc
750
757
  BrotliDefaultFreeFunc
751
758
  BrotliDestroyBlockSplit
759
+ BrotliDestroyManagedDictionary
760
+ BrotliEncoderAttachPreparedDictionary
752
761
  BrotliEncoderCompress
753
762
  BrotliEncoderCompressStream
754
763
  BrotliEncoderCreateInstance
755
764
  BrotliEncoderDestroyInstance
765
+ BrotliEncoderDestroyPreparedDictionary
766
+ BrotliEncoderEstimatePeakMemoryUsage
767
+ BrotliEncoderGetPreparedDictionarySize
756
768
  BrotliEncoderHasMoreOutput
757
769
  BrotliEncoderIsFinished
758
770
  BrotliEncoderMaxCompressedSize
771
+ BrotliEncoderPrepareDictionary
759
772
  BrotliEncoderSetParameter
760
773
  BrotliEncoderTakeOutput
761
774
  BrotliEncoderVersion
@@ -779,8 +792,8 @@ BrotliHistogramRemapLiteral
779
792
  BrotliInitBitReader
780
793
  BrotliInitBlockSplit
781
794
  BrotliInitDistanceParams
782
- BrotliInitEncoderDictionary
783
795
  BrotliInitMemoryManager
796
+ BrotliInitSharedEncoderDictionary
784
797
  BrotliInitZopfliNodes
785
798
  BrotliIsMostlyUTF8
786
799
  BrotliOptimizeHistograms
@@ -791,6 +804,9 @@ BrotliPopulationCostLiteral
791
804
  BrotliSafeReadBits32Slow
792
805
  BrotliSetDepth
793
806
  BrotliSetDictionaryData
807
+ BrotliSharedDictionaryAttach
808
+ BrotliSharedDictionaryCreateInstance
809
+ BrotliSharedDictionaryDestroyInstance
794
810
  BrotliSplitBlock
795
811
  BrotliStoreHuffmanTree
796
812
  BrotliStoreMetaBlock
@@ -1257,6 +1273,7 @@ Cr_z_zlibVersion
1257
1273
  CreateLSTMBreakEngine_74
1258
1274
  CreateLSTMDataForScript_74
1259
1275
  CreateLSTMData_74
1276
+ CreatePreparedDictionary
1260
1277
  DES_SPtrans
1261
1278
  DES_cbc_cksum
1262
1279
  DES_cbc_encrypt
@@ -1481,6 +1498,7 @@ DTLSv1_listen
1481
1498
  DTLSv1_method
1482
1499
  DTLSv1_server_method
1483
1500
  DeleteLSTMData_74
1501
+ DestroyPreparedDictionary
1484
1502
  ECDH_KDF_X9_62
1485
1503
  ECDH_compute_key
1486
1504
  ECDSA_SIG_free
@@ -4158,6 +4176,7 @@ RC4
4158
4176
  RC4_options
4159
4177
  RC4_set_key
4160
4178
  RECORD_LAYER_clear
4179
+ RECORD_LAYER_data_present
4161
4180
  RECORD_LAYER_get_rrec_length
4162
4181
  RECORD_LAYER_init
4163
4182
  RECORD_LAYER_is_sslv2_record
@@ -5959,18 +5978,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
5959
5978
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
5960
5979
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5961
5980
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5962
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x454b855a0ccbc1a1
5963
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x34294242f497c568
5964
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x27ead803c8a837e5
5965
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x8c043c44d8c3baf6
5966
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0xaaa8956ef0eed16b
5967
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x395777a23f383612
5968
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xe53e8ce48c98f656
5969
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x156ca834807a9a1c
5970
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x6ae3583685319c57
5971
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x386238f8207e227b
5972
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xb44f867d91924318
5973
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x6797a15eed50f2be
5981
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x469426eb5c20c818
5982
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x871559ddf9ce8c66
5983
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x965018570baf5325
5984
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x2bc342b8cd81624d
5985
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x7242d1c71195c180
5986
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x8f4e1412d9537c21
5987
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x157f6075b16caed5
5988
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x43c18cca2aff2321
5989
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x3c41130ba1d85b41
5990
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x15d5cd6688a36fc4
5991
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x41a0be9ee7f046e4
5992
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x86ab3c1b2cbdf2d5
5974
5993
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5975
5994
  _GLOBAL__I_65535_0__Z16_register_configv
5976
5995
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -7006,9 +7025,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
7006
7025
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
7007
7026
  _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7008
7027
  _GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
7009
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xbf7ea3936e936150
7010
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0xdcfdc758b6219369
7011
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x2443763902b23017
7028
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x25b345b7a4ad3b4
7029
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x73d6f3657df8b7d5
7030
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0xf79fecfdaa7b6a45
7012
7031
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7013
7032
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7014
7033
  _HZData_74
@@ -47599,6 +47618,7 @@ _ZN4node36RemoveEnvironmentCleanupHookInternalEPNS_9ACHHandleE
47599
47618
  _ZN4node37THROW_ERR_TLS_INVALID_PROTOCOL_METHODIJEEEvPN2v87IsolateEPKcDpOT_
47600
47619
  _ZN4node38ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
47601
47620
  _ZN4node38THROW_ERR_BUFFER_CONTEXT_NOT_AVAILABLEEPN2v87IsolateE
47621
+ _ZN4node38THROW_ERR_CRYPTO_UNSUPPORTED_OPERATIONEPN2v87IsolateE
47602
47622
  _ZN4node38THROW_ERR_CRYPTO_UNSUPPORTED_OPERATIONIJEEEvPN2v87IsolateEPKcDpOT_
47603
47623
  _ZN4node39ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
47604
47624
  _ZN4node39RegisterStringDecoderExternalReferencesEPNS_25ExternalReferenceRegistryE
@@ -56928,8 +56948,8 @@ _ZN7simdutf13validate_utf8EPKcm
56928
56948
  _ZN7simdutf14validate_asciiEPKcm
56929
56949
  _ZN7simdutf14validate_utf16EPKDsm
56930
56950
  _ZN7simdutf14validate_utf32EPKDim
56931
- _ZN7simdutf16base64_to_binaryEPKDsmPcm
56932
- _ZN7simdutf16base64_to_binaryEPKcmPcm
56951
+ _ZN7simdutf16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
56952
+ _ZN7simdutf16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
56933
56953
  _ZN7simdutf16binary_to_base64EPKcmPcm
56934
56954
  _ZN7simdutf16detect_encodingsEPKcm
56935
56955
  _ZN7simdutf16validate_utf16beEPKDsm
@@ -56939,8 +56959,8 @@ _ZN7simdutf18trim_partial_utf16EPKDsm
56939
56959
  _ZN7simdutf19autodetect_encodingEPKcm
56940
56960
  _ZN7simdutf20trim_partial_utf16beEPKDsm
56941
56961
  _ZN7simdutf20trim_partial_utf16leEPKDsm
56942
- _ZN7simdutf21base64_to_binary_safeEPKDsmPcRmm
56943
- _ZN7simdutf21base64_to_binary_safeEPKcmPcRmm
56962
+ _ZN7simdutf21base64_to_binary_safeEPKDsmPcRmmNS_27last_chunk_handling_optionsE
56963
+ _ZN7simdutf21base64_to_binary_safeEPKcmPcRmmNS_27last_chunk_handling_optionsE
56944
56964
  _ZN7simdutf21convert_utf16_to_utf8EPKDsmPc
56945
56965
  _ZN7simdutf21convert_utf32_to_utf8EPKDimPc
56946
56966
  _ZN7simdutf21convert_utf8_to_utf16EPKcmPDs
@@ -56985,12 +57005,13 @@ _ZN7simdutf25get_active_implementationEv
56985
57005
  _ZN7simdutf25utf32_length_from_utf16beEPKDsm
56986
57006
  _ZN7simdutf25utf32_length_from_utf16leEPKDsm
56987
57007
  _ZN7simdutf25validate_utf8_with_errorsEPKcm
56988
- _ZN7simdutf26base64_to_binary_safe_implIDsEENS_6resultEPKT_mPcRmm
56989
- _ZN7simdutf26base64_to_binary_safe_implIcEENS_6resultEPKT_mPcRmm
57008
+ _ZN7simdutf26base64_to_binary_safe_implIDsEENS_6resultEPKT_mPcRmmNS_27last_chunk_handling_optionsE
57009
+ _ZN7simdutf26base64_to_binary_safe_implIcEENS_6resultEPKT_mPcRmmNS_27last_chunk_handling_optionsE
56990
57010
  _ZN7simdutf26get_default_implementationEv
56991
57011
  _ZN7simdutf26validate_ascii_with_errorsEPKcm
56992
57012
  _ZN7simdutf26validate_utf16_with_errorsEPKDsm
56993
57013
  _ZN7simdutf26validate_utf32_with_errorsEPKDim
57014
+ _ZN7simdutf27convert_latin1_to_utf8_safeEPKcmPcm
56994
57015
  _ZN7simdutf27convert_valid_utf16_to_utf8EPKDsmPc
56995
57016
  _ZN7simdutf27convert_valid_utf32_to_utf8EPKDimPc
56996
57017
  _ZN7simdutf27convert_valid_utf8_to_utf16EPKcmPDs
@@ -57035,10 +57056,7 @@ _ZN7simdutf37convert_utf16le_to_latin1_with_errorsEPKDsmPc
57035
57056
  _ZN7simdutf3BOM13bom_byte_sizeENS_13encoding_typeE
57036
57057
  _ZN7simdutf3BOM9check_bomEPKcm
57037
57058
  _ZN7simdutf3BOM9check_bomEPKhm
57038
- _ZN7simdutf8fallback14implementationD0Ev
57039
- _ZN7simdutf8fallback14implementationD1Ev
57040
- _ZN7simdutf8internal26unsupported_implementationD0Ev
57041
- _ZN7simdutf8internal26unsupported_implementationD1Ev
57059
+ _ZN7simdutf8internal25get_unsupported_singletonEv
57042
57060
  _ZN7simdutf9to_stringB5cxx11ENS_13encoding_typeE
57043
57061
  _ZN7unibrow4Utf814CalculateValueEPKhmPm
57044
57062
  _ZN7unibrow4Utf816ValidateEncodingEPKhm
@@ -64326,8 +64344,8 @@ _ZNK7simdutf8fallback14implementation13count_utf16leEPKDsm
64326
64344
  _ZNK7simdutf8fallback14implementation13validate_utf8EPKcm
64327
64345
  _ZNK7simdutf8fallback14implementation14validate_asciiEPKcm
64328
64346
  _ZNK7simdutf8fallback14implementation14validate_utf32EPKDim
64329
- _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKDsmPcm
64330
- _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKcmPcm
64347
+ _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
64348
+ _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
64331
64349
  _ZNK7simdutf8fallback14implementation16binary_to_base64EPKcmPcm
64332
64350
  _ZNK7simdutf8fallback14implementation16detect_encodingsEPKcm
64333
64351
  _ZNK7simdutf8fallback14implementation16validate_utf16beEPKDsm
@@ -64407,8 +64425,8 @@ _ZNK7simdutf8internal26unsupported_implementation13count_utf16leEPKDsm
64407
64425
  _ZNK7simdutf8internal26unsupported_implementation13validate_utf8EPKcm
64408
64426
  _ZNK7simdutf8internal26unsupported_implementation14validate_asciiEPKcm
64409
64427
  _ZNK7simdutf8internal26unsupported_implementation14validate_utf32EPKDim
64410
- _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKDsmPcm
64411
- _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKcmPcm
64428
+ _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
64429
+ _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
64412
64430
  _ZNK7simdutf8internal26unsupported_implementation16binary_to_base64EPKcmPcm
64413
64431
  _ZNK7simdutf8internal26unsupported_implementation16detect_encodingsEPKcm
64414
64432
  _ZNK7simdutf8internal26unsupported_implementation16validate_utf16beEPKDsm
@@ -72850,6 +72868,13 @@ ares__htable_szvp_get_direct
72850
72868
  ares__htable_szvp_insert
72851
72869
  ares__htable_szvp_num_keys
72852
72870
  ares__htable_szvp_remove
72871
+ ares__htable_vpvp_create
72872
+ ares__htable_vpvp_destroy
72873
+ ares__htable_vpvp_get
72874
+ ares__htable_vpvp_get_direct
72875
+ ares__htable_vpvp_insert
72876
+ ares__htable_vpvp_num_keys
72877
+ ares__htable_vpvp_remove
72853
72878
  ares__if_indextoname
72854
72879
  ares__if_nametoindex
72855
72880
  ares__iface_ips
@@ -72939,6 +72964,7 @@ ares__strsplit
72939
72964
  ares__strsplit_duplicate
72940
72965
  ares__strsplit_free
72941
72966
  ares__subnet_match
72967
+ ares__sysconfig_set_options
72942
72968
  ares__thread_cond_broadcast
72943
72969
  ares__thread_cond_create
72944
72970
  ares__thread_cond_destroy
@@ -73032,6 +73058,8 @@ ares_dns_section_isvalid
73032
73058
  ares_dns_section_tostr
73033
73059
  ares_dns_write
73034
73060
  ares_dup
73061
+ ares_event_configchg_destroy
73062
+ ares_event_configchg_init
73035
73063
  ares_event_thread_destroy
73036
73064
  ares_event_thread_init
73037
73065
  ares_event_update
@@ -73046,6 +73074,7 @@ ares_free_data
73046
73074
  ares_free_hostent
73047
73075
  ares_free_string
73048
73076
  ares_freeaddrinfo
73077
+ ares_get_server_addr
73049
73078
  ares_get_servers
73050
73079
  ares_get_servers_csv
73051
73080
  ares_get_servers_ports
@@ -73105,6 +73134,7 @@ ares_send_dnsrec
73105
73134
  ares_set_local_dev
73106
73135
  ares_set_local_ip4
73107
73136
  ares_set_local_ip6
73137
+ ares_set_server_state_callback
73108
73138
  ares_set_servers
73109
73139
  ares_set_servers_csv
73110
73140
  ares_set_servers_ports
@@ -76014,6 +76044,7 @@ ossl_blowfish128cfb64_functions
76014
76044
  ossl_blowfish128ecb_functions
76015
76045
  ossl_blowfish128ofb64_functions
76016
76046
  ossl_bn_check_prime
76047
+ ossl_bn_gen_dsa_nonce_fixed_top
76017
76048
  ossl_bn_generator_19
76018
76049
  ossl_bn_generator_2
76019
76050
  ossl_bn_generator_5
@@ -76027,7 +76058,10 @@ ossl_bn_group_4096
76027
76058
  ossl_bn_group_6144
76028
76059
  ossl_bn_group_8192
76029
76060
  ossl_bn_inv_sqrt_2
76061
+ ossl_bn_is_word_fixed_top
76062
+ ossl_bn_mask_bits_fixed_top
76030
76063
  ossl_bn_miller_rabin_is_prime
76064
+ ossl_bn_priv_rand_range_fixed_top
76031
76065
  ossl_bn_rsa_fips186_4_derive_prime
76032
76066
  ossl_bn_rsa_fips186_4_gen_prob_primes
76033
76067
  ossl_bsearch
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
26
  #define NODE_MINOR_VERSION 20
27
- #define NODE_PATCH_VERSION 4
27
+ #define NODE_PATCH_VERSION 6
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Hydrogen"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Jan 31 12:57:29 2024 UTC"
14
+ #define DATE "built on: Mon Sep 30 17:05:30 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 13
32
+ # define OPENSSL_VERSION_PATCH 15
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.13"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.15"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "30 Jan 2024"
85
+ # define OPENSSL_RELEASE_DATE "3 Sep 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Jan 31 12:57:42 2024 UTC"
14
+ #define DATE "built on: Mon Sep 30 17:05:44 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 13
32
+ # define OPENSSL_VERSION_PATCH 15
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.13"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.15"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "30 Jan 2024"
85
+ # define OPENSSL_RELEASE_DATE "3 Sep 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Jan 31 12:57:55 2024 UTC"
14
+ #define DATE "built on: Mon Sep 30 17:05:57 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 13
32
+ # define OPENSSL_VERSION_PATCH 15
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.13"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.15"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "30 Jan 2024"
85
+ # define OPENSSL_RELEASE_DATE "3 Sep 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE