node-linux-s390x 20.17.0 → 20.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/CHANGELOG.md +474 -0
  2. package/LICENSE +10 -10
  3. package/README.md +34 -31
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +3 -5
  6. package/include/node/config.gypi +6 -1
  7. package/include/node/js_native_api.h +4 -0
  8. package/include/node/node_version.h +2 -2
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/sslerr.h +3 -1
  124. package/include/node/openssl/tls1.h +3 -1
  125. package/package.json +1 -1
  126. package/share/man/man1/node.1 +6 -3
package/LICENSE CHANGED
@@ -106,16 +106,16 @@ The externally maintained libraries used by Node.js are:
106
106
 
107
107
  - cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
108
108
  """
109
- MIT License
110
- -----------
111
-
112
- Copyright (C) 2018-2020 Guy Bedford
113
-
114
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
115
-
116
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
117
-
118
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
109
+ MIT License
110
+ -----------
111
+
112
+ Copyright (C) 2018-2020 Guy Bedford
113
+
114
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
115
+
116
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
117
+
118
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
119
119
  """
120
120
 
121
121
  - ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
package/README.md CHANGED
@@ -43,7 +43,7 @@ Looking for help? Check out the
43
43
 
44
44
  * **Current**: Under active development. Code for the Current release is in the
45
45
  branch for its major version number (for example,
46
- [v19.x](https://github.com/nodejs/node/tree/v19.x)). Node.js releases a new
46
+ [v22.x](https://github.com/nodejs/node/tree/v22.x)). Node.js releases a new
47
47
  major version every 6 months, allowing for breaking changes. This happens in
48
48
  April and October every year. Releases appearing each October have a support
49
49
  life of 8 months. Releases appearing each April convert to LTS (see below)
@@ -81,8 +81,10 @@ directory contains the latest Hydrogen (Node.js 18) release.
81
81
 
82
82
  <https://nodejs.org/download/nightly/>
83
83
 
84
- Each directory name and filename contains a date (in UTC) and the commit
85
- SHA at the HEAD of the release.
84
+ Each directory and filename includes the version (e.g., `v22.0.0`),
85
+ followed by the UTC date (e.g., `20240424` for April 24, 2024),
86
+ and the short commit SHA of the HEAD of the release (e.g., `ddd0a9e494`).
87
+ For instance, a full directory name might look like `v22.0.0-nightly20240424ddd0a9e494`.
86
88
 
87
89
  #### API documentation
88
90
 
@@ -112,14 +114,9 @@ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
112
114
  For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
113
115
  `SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
114
116
  `SHASUMS256.txt`. You will first need to import
115
- [the GPG keys of individuals authorized to create releases](#release-keys). To
116
- import the keys:
117
+ [the GPG keys of individuals authorized to create releases](#release-keys).
117
118
 
118
- ```bash
119
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
120
- ```
121
-
122
- See [Release keys](#release-keys) for a script to import active release keys.
119
+ See [Release keys](#release-keys) for commands to import active release keys.
123
120
 
124
121
  Next, download the `SHASUMS256.txt.sig` for the release:
125
122
 
@@ -287,12 +284,14 @@ For information about the governance of the Node.js project, see
287
284
 
288
285
  ### Collaborators
289
286
 
287
+ * [abmusse](https://github.com/abmusse) -
288
+ **Abdirahim Musse** <<abdirahim.musse@ibm.com>>
290
289
  * [addaleax](https://github.com/addaleax) -
291
290
  **Anna Henningsen** <<anna@addaleax.net>> (she/her)
292
291
  * [aduh95](https://github.com/aduh95) -
293
- **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
292
+ **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/aduh95)
294
293
  * [anonrig](https://github.com/anonrig) -
295
- **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
294
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him) - [Support me](https://github.com/sponsors/anonrig)
296
295
  * [apapirovski](https://github.com/apapirovski) -
297
296
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
298
297
  * [atlowChemi](https://github.com/atlowChemi) -
@@ -363,8 +362,6 @@ For information about the governance of the Node.js project, see
363
362
  **James M Snell** <<jasnell@gmail.com>> (he/him)
364
363
  * [jkrems](https://github.com/jkrems) -
365
364
  **Jan Krems** <<jan.krems@gmail.com>> (he/him)
366
- * [joesepi](https://github.com/joesepi) -
367
- **Joe Sepi** <<sepi@joesepi.com>> (he/him)
368
365
  * [joyeecheung](https://github.com/joyeecheung) -
369
366
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
370
367
  * [juanarbol](https://github.com/juanarbol) -
@@ -373,8 +370,6 @@ For information about the governance of the Node.js project, see
373
370
  **Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
374
371
  * [KhafraDev](https://github.com/KhafraDev) -
375
372
  **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
376
- * [kuriyosh](https://github.com/kuriyosh) -
377
- **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
378
373
  * [kvakil](https://github.com/kvakil) -
379
374
  **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
380
375
  * [legendecas](https://github.com/legendecas) -
@@ -392,13 +387,13 @@ For information about the governance of the Node.js project, see
392
387
  * [Lxxyx](https://github.com/Lxxyx) -
393
388
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
394
389
  * [marco-ippolito](https://github.com/marco-ippolito) -
395
- **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
390
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/marco-ippolito)
396
391
  * [marsonya](https://github.com/marsonya) -
397
392
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
398
393
  * [MattiasBuelens](https://github.com/MattiasBuelens) -
399
394
  **Mattias Buelens** <<mattias@buelens.com>> (he/him)
400
395
  * [mcollina](https://github.com/mcollina) -
401
- **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
396
+ **Matteo Collina** <<matteo.collina@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/mcollina)
402
397
  * [meixg](https://github.com/meixg) -
403
398
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
404
399
  * [mhdawson](https://github.com/mhdawson) -
@@ -415,6 +410,8 @@ For information about the governance of the Node.js project, see
415
410
  **Filip Skokan** <<panva.ip@gmail.com>> (he/him)
416
411
  * [pimterry](https://github.com/pimterry) -
417
412
  **Tim Perry** <<pimterry@gmail.com>> (he/him)
413
+ * [pmarchini](https://github.com/pmarchini)
414
+ **Pietro Marchini** <<pietro.marchini94@gmail.com>> (he/him)
418
415
  * [Qard](https://github.com/Qard) -
419
416
  **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
420
417
  * [RafaelGSS](https://github.com/RafaelGSS) -
@@ -569,6 +566,8 @@ For information about the governance of the Node.js project, see
569
566
  **Yuval Brik** <<yuval@brik.org.il>>
570
567
  * [joaocgreis](https://github.com/joaocgreis) -
571
568
  **João Reis** <<reis@janeasystems.com>>
569
+ * [joesepi](https://github.com/joesepi) -
570
+ **Joe Sepi** <<sepi@joesepi.com>> (he/him)
572
571
  * [joshgav](https://github.com/joshgav) -
573
572
  **Josh Gavant** <<josh.gavant@outlook.com>>
574
573
  * [julianduque](https://github.com/julianduque) -
@@ -577,6 +576,8 @@ For information about the governance of the Node.js project, see
577
576
  **Kyle Farnung** <<kfarnung@microsoft.com>> (he/him)
578
577
  * [kunalspathak](https://github.com/kunalspathak) -
579
578
  **Kunal Pathak** <<kunal.pathak@microsoft.com>>
579
+ * [kuriyosh](https://github.com/kuriyosh) -
580
+ **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
580
581
  * [lance](https://github.com/lance) -
581
582
  **Lance Ball** <<lball@redhat.com>> (he/him)
582
583
  * [Leko](https://github.com/Leko) -
@@ -739,20 +740,20 @@ maintaining the Node.js project.
739
740
  **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
740
741
  * [F3n67u](https://github.com/F3n67u) -
741
742
  **Feng Yu** <<F3n67u@outlook.com>> (he/him)
742
- * [himadriganguly](https://github.com/himadriganguly) -
743
- **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
743
+ * [gireeshpunathil](https://github.com/gireeshpunathil) -
744
+ **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
744
745
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
745
746
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
747
+ * [KevinEady](https://github.com/KevinEady) -
748
+ **Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
749
+ * [kvakil](https://github.com/kvakil) -
750
+ **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
746
751
  * [marsonya](https://github.com/marsonya) -
747
752
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
748
753
  * [meixg](https://github.com/meixg) -
749
754
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
750
755
  * [mertcanaltin](https://github.com/mertcanaltin) -
751
756
  **Mert Can Altin** <<mertgold60@gmail.com>>
752
- * [Mesteery](https://github.com/Mesteery) -
753
- **Mestery** <<mestery@protonmail.com>> (he/him)
754
- * [PoojaDurgad](https://github.com/PoojaDurgad) -
755
- **Pooja Durgad** <<Pooja.D.P@ibm.com>>
756
757
  * [preveen-stack](https://github.com/preveen-stack) -
757
758
  **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
758
759
  * [RedYetiDev](https://github.com/redyetidev) -
@@ -767,6 +768,8 @@ responding to new issues.
767
768
 
768
769
  Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
769
770
 
771
+ * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
772
+ `C0D6248439F1D5604AAFFB4021D900FFDB233756`
770
773
  * **Beth Griggs** <<bethanyngriggs@gmail.com>>
771
774
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
772
775
  * **Bryan English** <<bryan@bryanenglish.com>>
@@ -779,8 +782,6 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
779
782
  `CC68F5A3106FF448322E48ED27F5E38D5B0A215F`
780
783
  * **Michaël Zasso** <<targos@protonmail.com>>
781
784
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
782
- * **Myles Borins** <<myles.borins@gmail.com>>
783
- `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
784
785
  * **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
785
786
  `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
786
787
  * **Richard Lau** <<rlau@redhat.com>>
@@ -794,13 +795,13 @@ To import the full set of trusted release keys (including subkeys possibly used
794
795
  to sign releases):
795
796
 
796
797
  ```bash
798
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C0D6248439F1D5604AAFFB4021D900FFDB233756 # Antoine du Hamel
797
799
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C # Beth Griggs
798
800
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57 # Bryan English
799
801
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201 # Danielle Adams
800
802
  gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
801
803
  gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
802
804
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
803
- gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins
804
805
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
805
806
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
806
807
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
@@ -836,6 +837,8 @@ verify a downloaded file.
836
837
  `61FC681DFB92A079F1685E77973F295594EC4689`
837
838
  * **Julien Gilli** <<jgilli@fastmail.fm>>
838
839
  `114F43EE0176B71C7BC219DD50A3051F888C628D`
840
+ * **Myles Borins** <<myles.borins@gmail.com>>
841
+ `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
839
842
  * **Rod Vagg** <<rod@vagg.org>>
840
843
  `DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
841
844
  * **Ruben Bridgewater** <<ruben@bridgewater.de>>
@@ -857,18 +860,18 @@ prioritize security releases. Security release stewards manage security
857
860
  releases on a rotation basis as outlined in the
858
861
  [security release process](./doc/contributing/security-release-process.md).
859
862
 
860
- * Datadog
863
+ * [Datadog](https://www.datadoghq.com/)
861
864
  * [bengl](https://github.com/bengl) -
862
865
  **Bryan English** <<bryan@bryanenglish.com>> (he/him)
863
- * NodeSource
866
+ * [NodeSource](https://nodesource.com/)
864
867
  * [juanarbol](https://github.com/juanarbol) -
865
868
  **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
866
869
  * [RafaelGSS](https://github.com/RafaelGSS) -
867
870
  **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
868
- * Platformatic
871
+ * [Platformatic](https://platformatic.dev/)
869
872
  * [mcollina](https://github.com/mcollina) -
870
873
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
871
- * Red Hat and IBM
874
+ * [Red Hat](https://redhat.com) / [IBM](https://ibm.com)
872
875
  * [joesepi](https://github.com/joesepi) -
873
876
  **Joe Sepi** <<joesepi@ibm.com>> (he/him)
874
877
  * [mhdawson](https://github.com/mhdawson) -
package/bin/node CHANGED
Binary file
@@ -3,7 +3,6 @@
3
3
  'configuring_node%': 0,
4
4
  'asan%': 0,
5
5
  'ubsan%': 0,
6
- 'werror': '', # Turn off -Werror in V8 build.
7
6
  'visibility%': 'hidden', # V8's visibility setting
8
7
  'target_arch%': 'ia32', # set v8's target architecture
9
8
  'host_arch%': 'ia32', # set v8's host architecture
@@ -107,7 +106,6 @@
107
106
  'v8_base': '<(PRODUCT_DIR)/obj.target/tools/v8_gypfiles/libv8_snapshot.a',
108
107
  }],
109
108
  ['OS=="mac"', {
110
- 'clang%': 1,
111
109
  'obj_dir%': '<(PRODUCT_DIR)/obj.target',
112
110
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
113
111
  }],
@@ -183,10 +181,10 @@
183
181
  }, {
184
182
  'MSVC_runtimeType': 2 # MultiThreadedDLL (/MD)
185
183
  }],
186
- ['llvm_version=="0.0"', {
187
- 'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
188
- }, {
184
+ ['clang==1', {
189
185
  'lto': ' -flto ', # Clang
186
+ }, {
187
+ 'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
190
188
  }],
191
189
  ],
192
190
  },
@@ -1,6 +1,7 @@
1
1
  # Do not edit. Generated by the configure script.
2
2
  { 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
3
3
  'variables': { 'asan': 0,
4
+ 'clang': 0,
4
5
  'coverage': 'false',
5
6
  'dcheck_always_on': 0,
6
7
  'debug_nghttp2': 'false',
@@ -70,6 +71,7 @@
70
71
  'lib/internal/assert.js',
71
72
  'lib/internal/assert/assertion_error.js',
72
73
  'lib/internal/assert/calltracker.js',
74
+ 'lib/internal/assert/utils.js',
73
75
  'lib/internal/async_hooks.js',
74
76
  'lib/internal/blob.js',
75
77
  'lib/internal/blocklist.js',
@@ -150,8 +152,8 @@
150
152
  'lib/internal/http2/compat.js',
151
153
  'lib/internal/http2/core.js',
152
154
  'lib/internal/http2/util.js',
153
- 'lib/internal/idna.js',
154
155
  'lib/internal/inspector_async_hook.js',
156
+ 'lib/internal/inspector_network_tracking.js',
155
157
  'lib/internal/js_stream_socket.js',
156
158
  'lib/internal/legacy/processbinding.js',
157
159
  'lib/internal/linkedlist.js',
@@ -259,6 +261,7 @@
259
261
  'lib/internal/test/transfer.js',
260
262
  'lib/internal/test_runner/coverage.js',
261
263
  'lib/internal/test_runner/harness.js',
264
+ 'lib/internal/test_runner/mock/loader.js',
262
265
  'lib/internal/test_runner/mock/mock.js',
263
266
  'lib/internal/test_runner/mock/mock_timers.js',
264
267
  'lib/internal/test_runner/reporter/dot.js',
@@ -266,6 +269,7 @@
266
269
  'lib/internal/test_runner/reporter/lcov.js',
267
270
  'lib/internal/test_runner/reporter/spec.js',
268
271
  'lib/internal/test_runner/reporter/tap.js',
272
+ 'lib/internal/test_runner/reporter/utils.js',
269
273
  'lib/internal/test_runner/reporter/v8-serializer.js',
270
274
  'lib/internal/test_runner/runner.js',
271
275
  'lib/internal/test_runner/test.js',
@@ -362,6 +366,7 @@
362
366
  'node_shared_openssl': 'false',
363
367
  'node_shared_simdjson': 'false',
364
368
  'node_shared_simdutf': 'false',
369
+ 'node_shared_uvwasi': 'false',
365
370
  'node_shared_zlib': 'false',
366
371
  'node_tag': '',
367
372
  'node_target_type': 'executable',
@@ -114,6 +114,10 @@ node_api_create_external_string_utf16(napi_env env,
114
114
 
115
115
  #ifdef NAPI_EXPERIMENTAL
116
116
  #define NODE_API_EXPERIMENTAL_HAS_PROPERTY_KEYS
117
+ NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_latin1(
118
+ napi_env env, const char* str, size_t length, napi_value* result);
119
+ NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_utf8(
120
+ napi_env env, const char* str, size_t length, napi_value* result);
117
121
  NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_utf16(
118
122
  napi_env env, const char16_t* str, size_t length, napi_value* result);
119
123
  #endif // NAPI_EXPERIMENTAL
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
- #define NODE_MINOR_VERSION 17
27
- #define NODE_PATCH_VERSION 0
26
+ #define NODE_MINOR_VERSION 18
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Iron"
@@ -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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Wed Jan 31 12:58:07 2024 UTC"
14
+ #define DATE "built on: Mon Sep 30 17:06:08 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_64"
14
- #define DATE "built on: Wed Jan 31 12:58:22 2024 UTC"
14
+ #define DATE "built on: Mon Sep 30 17:06:24 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_64"
14
- #define DATE "built on: Wed Jan 31 12:58:38 2024 UTC"
14
+ #define DATE "built on: Mon Sep 30 17:06:40 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: "
14
- #define DATE "built on: Wed Jan 31 13:07:51 2024 UTC"
14
+ #define DATE "built on: Mon Sep 30 17:15:56 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a