node-linux-arm64 22.17.1 → 22.19.0

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 +334 -0
  2. package/LICENSE +28 -3
  3. package/README.md +40 -33
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +2 -1
  6. package/include/node/config.gypi +3 -0
  7. package/include/node/node_version.h +2 -2
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  122. package/include/node/v8-persistent-handle.h +7 -0
  123. package/include/node/zconf.h +1 -9
  124. package/include/node/zlib.h +12 -12
  125. package/package.json +1 -1
  126. package/share/man/man1/node.1 +31 -5
package/README.md CHANGED
@@ -95,37 +95,27 @@ _docs_ subdirectory. Version-specific documentation is also at
95
95
 
96
96
  ### Verifying binaries
97
97
 
98
- Download directories contain a `SHASUMS256.txt` file with SHA checksums for the
99
- files.
98
+ Download directories contain a `SHASUMS256.txt.asc` file with SHA checksums for the
99
+ files and the releaser PGP signature.
100
100
 
101
- To download `SHASUMS256.txt` using `curl`:
101
+ You can get a trusted keyring from nodejs/release-keys, e.g. using `curl`:
102
102
 
103
103
  ```bash
104
- curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
104
+ curl -fsLo "/path/to/nodejs-keyring.kbx" "https://github.com/nodejs/release-keys/raw/HEAD/gpg/pubring.kbx"
105
105
  ```
106
106
 
107
- To check that downloaded files match the checksum, use `sha256sum`:
107
+ Alternatively, you can import the releaser keys in your default keyring, see
108
+ [Release keys](#release-keys) for commands to how to do that.
108
109
 
109
- ```bash
110
- sha256sum -c SHASUMS256.txt --ignore-missing
111
- ```
112
-
113
- For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
114
- `SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
115
- `SHASUMS256.txt`. You will first need to import
116
- [the GPG keys of individuals authorized to create releases](#release-keys).
117
-
118
- See [Release keys](#release-keys) for commands to import active release keys.
119
-
120
- Next, download the `SHASUMS256.txt.sig` for the release:
110
+ Then, you can verify the files you've downloaded locally
111
+ (if you're using your default keyring, pass `--keyring="${GNUPGHOME:-~/.gnupg}/pubring.kbx"`):
121
112
 
122
113
  ```bash
123
- curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt.sig
114
+ curl -fsO "https://nodejs.org/dist/${VERSION}/SHASUMS256.txt.asc" \
115
+ && gpgv --keyring="/path/to/nodejs-keyring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
116
+ && shasum --check SHASUMS256.txt --ignore-missing
124
117
  ```
125
118
 
126
- Then use `gpg --verify SHASUMS256.txt.sig SHASUMS256.txt` to verify
127
- the file's signature.
128
-
129
119
  ## Building Node.js
130
120
 
131
121
  See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from
@@ -187,7 +177,7 @@ For information about the governance of the Node.js project, see
187
177
  * [RaisinTen](https://github.com/RaisinTen) -
188
178
  **Darshan Sen** <<raisinten@gmail.com>> (he/him)
189
179
  * [richardlau](https://github.com/richardlau) -
190
- **Richard Lau** <<rlau@redhat.com>>
180
+ **Richard Lau** <<richard.lau@ibm.com>>
191
181
  * [ronag](https://github.com/ronag) -
192
182
  **Robert Nagy** <<ronagy@icloud.com>>
193
183
  * [ruyadorno](https://github.com/ruyadorno) -
@@ -289,6 +279,8 @@ For information about the governance of the Node.js project, see
289
279
  **Abdirahim Musse** <<abdirahim.musse@ibm.com>>
290
280
  * [addaleax](https://github.com/addaleax) -
291
281
  **Anna Henningsen** <<anna@addaleax.net>> (she/her)
282
+ * [Aditi-1400](https://github.com/Aditi-1400) -
283
+ **Aditi Singh** <<aditisingh1400@gmail.com>> (she/her)
292
284
  * [aduh95](https://github.com/aduh95) -
293
285
  **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/aduh95)
294
286
  * [anonrig](https://github.com/anonrig) -
@@ -355,6 +347,10 @@ For information about the governance of the Node.js project, see
355
347
  **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
356
348
  * [himself65](https://github.com/himself65) -
357
349
  **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
350
+ * [IlyasShabi](https://github.com/IlyasShabi) -
351
+ **Ilyas Shabi** <<ilyasshabi94@gmail.com>> (he/him)
352
+ * [islandryu](https://github.com/islandryu) -
353
+ **Ryuhei Shima** <<shimaryuhei@gmail.com>> (he/him)
358
354
  * [jakecastelli](https://github.com/jakecastelli) -
359
355
  **Jake Yuesong Li** <<jake.yuesong@gmail.com>> (he/him)
360
356
  * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
@@ -379,8 +375,6 @@ For information about the governance of the Node.js project, see
379
375
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
380
376
  * [lemire](https://github.com/lemire) -
381
377
  **Daniel Lemire** <<daniel@lemire.me>>
382
- * [Linkgoron](https://github.com/Linkgoron) -
383
- **Nitzan Uziely** <<linkgoron@gmail.com>>
384
378
  * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
385
379
  **LiviaMedeiros** <<livia@cirno.name>>
386
380
  * [ljharb](https://github.com/ljharb) -
@@ -407,6 +401,8 @@ For information about the governance of the Node.js project, see
407
401
  **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
408
402
  * [MrJithil](https://github.com/MrJithil) -
409
403
  **Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
404
+ * [ovflowd](https://github.com/ovflowd) -
405
+ **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
410
406
  * [panva](https://github.com/panva) -
411
407
  **Filip Skokan** <<panva.ip@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/panva)
412
408
  * [pimterry](https://github.com/pimterry) -
@@ -418,11 +414,11 @@ For information about the governance of the Node.js project, see
418
414
  * [Qard](https://github.com/Qard) -
419
415
  **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
420
416
  * [RafaelGSS](https://github.com/RafaelGSS) -
421
- **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
417
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him) - [Support me](https://github.com/sponsors/RafaelGSS)
422
418
  * [RaisinTen](https://github.com/RaisinTen) -
423
419
  **Darshan Sen** <<raisinten@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/RaisinTen)
424
420
  * [richardlau](https://github.com/richardlau) -
425
- **Richard Lau** <<rlau@redhat.com>>
421
+ **Richard Lau** <<richard.lau@ibm.com>>
426
422
  * [rluvaton](https://github.com/rluvaton) -
427
423
  **Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
428
424
  * [ronag](https://github.com/ronag) -
@@ -591,6 +587,8 @@ For information about the governance of the Node.js project, see
591
587
  **Lance Ball** <<lball@redhat.com>> (he/him)
592
588
  * [Leko](https://github.com/Leko) -
593
589
  **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
590
+ * [Linkgoron](https://github.com/Linkgoron) -
591
+ **Nitzan Uziely** <<linkgoron@gmail.com>>
594
592
  * [lucamaraschi](https://github.com/lucamaraschi) -
595
593
  **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
596
594
  * [lundibundi](https://github.com/lundibundi) -
@@ -635,8 +633,6 @@ For information about the governance of the Node.js project, see
635
633
  **Alexis Campailla** <<orangemocha@nodejs.org>>
636
634
  * [othiym23](https://github.com/othiym23) -
637
635
  **Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
638
- * [ovflowd](https://github.com/ovflowd) -
639
- **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
640
636
  * [oyyd](https://github.com/oyyd) -
641
637
  **Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
642
638
  * [petkaantonov](https://github.com/petkaantonov) -
@@ -786,7 +782,7 @@ responding to new issues.
786
782
  Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
787
783
 
788
784
  * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
789
- `C0D6248439F1D5604AAFFB4021D900FFDB233756`
785
+ `5BE8A3F6C8A5C01D106C0AD820B1A390B168D356`
790
786
  * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
791
787
  `DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7`
792
788
  * **Marco Ippolito** <<marcoippolito54@gmail.com>>
@@ -795,18 +791,21 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
795
791
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
796
792
  * **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
797
793
  `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
798
- * **Richard Lau** <<rlau@redhat.com>>
794
+ * **Richard Lau** <<richard.lau@ibm.com>>
799
795
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
800
796
  * **Ruy Adorno** <<ruyadorno@hotmail.com>>
801
797
  `108F52B48DB57BB0CC439B2997B01419BD92F80A`
802
798
  * **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>>
803
799
  `A363A499291CBBC940DD62E41F10027AF002F8B0`
804
800
 
805
- To import the full set of trusted release keys (including subkeys possibly used
806
- to sign releases):
801
+ You can use the keyring the project maintains at
802
+ <https://github.com/nodejs/release-keys/raw/refs/heads/main/gpg-only-active-keys/pubring.kbx>.
803
+ Alternatively, you can import them from a public key server. Have in mind that
804
+ the project cannot guarantee the availability of the server nor the keys on
805
+ that server.
807
806
 
808
807
  ```bash
809
- gpg --keyserver hkps://keys.openpgp.org --recv-keys C0D6248439F1D5604AAFFB4021D900FFDB233756 # Antoine du Hamel
808
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356 # Antoine du Hamel
810
809
  gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
811
810
  gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
812
811
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
@@ -823,6 +822,8 @@ verify a downloaded file.
823
822
 
824
823
  <summary>Other keys used to sign some previous releases</summary>
825
824
 
825
+ * **Antoine du Hamel** <<duhamelantoine1995@gmail.com>>
826
+ `C0D6248439F1D5604AAFFB4021D900FFDB233756`
826
827
  * **Beth Griggs** <<bethanyngriggs@gmail.com>>
827
828
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
828
829
  * **Bryan English** <<bryan@bryanenglish.com>>
@@ -861,6 +862,9 @@ verify a downloaded file.
861
862
  * **Timothy J Fontaine** <<tjfontaine@gmail.com>>
862
863
  `7937DFD2AB06298B2293C3187D33FF9D0246406D`
863
864
 
865
+ The project maintains a keyring able to verify all past releases of Node.js at
866
+ <https://github.com/nodejs/release-keys/raw/refs/heads/main/gpg/pubring.kbx>.
867
+
864
868
  </details>
865
869
 
866
870
  ### Security release stewards
@@ -876,6 +880,9 @@ releases on a rotation basis as outlined in the
876
880
  * [Datadog](https://www.datadoghq.com/)
877
881
  * [bengl](https://github.com/bengl) -
878
882
  **Bryan English** <<bryan@bryanenglish.com>> (he/him)
883
+ * [HeroDevs](https://www.herodevs.com/)
884
+ * [marco-ippolito](https://github.com/marco-ippolito) -
885
+ **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
879
886
  * [NodeSource](https://nodesource.com/)
880
887
  * [juanarbol](https://github.com/juanarbol) -
881
888
  **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
package/bin/node CHANGED
Binary file
@@ -38,7 +38,7 @@
38
38
 
39
39
  # Reset this number to 0 on major V8 upgrades.
40
40
  # Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string': '-node.27',
41
+ 'v8_embedder_string': '-node.29',
42
42
 
43
43
  ##### V8 defaults for Node.js #####
44
44
 
@@ -115,6 +115,7 @@
115
115
  # V8 pointer compression only supports 64bit architectures.
116
116
  ['target_arch in "arm ia32 mips mipsel ppc"', {
117
117
  'v8_enable_pointer_compression': 0,
118
+ 'v8_enable_pointer_compression_shared_cage': 0,
118
119
  'v8_enable_31bit_smis_on_64bit_arch': 0,
119
120
  'v8_enable_external_code_space': 0,
120
121
  'v8_enable_sandbox': 0
@@ -200,6 +200,7 @@
200
200
  'lib/internal/http2/util.js',
201
201
  'lib/internal/inspector/network.js',
202
202
  'lib/internal/inspector/network_http.js',
203
+ 'lib/internal/inspector/network_resources.js',
203
204
  'lib/internal/inspector/network_undici.js',
204
205
  'lib/internal/inspector_async_hook.js',
205
206
  'lib/internal/inspector_network_tracking.js',
@@ -344,6 +345,7 @@
344
345
  'lib/internal/util/inspector.js',
345
346
  'lib/internal/util/parse_args/parse_args.js',
346
347
  'lib/internal/util/parse_args/utils.js',
348
+ 'lib/internal/util/trace_sigint.js',
347
349
  'lib/internal/util/types.js',
348
350
  'lib/internal/v8/startup_snapshot.js',
349
351
  'lib/internal/v8_prof_polyfill.js',
@@ -366,6 +368,7 @@
366
368
  'lib/internal/webstreams/util.js',
367
369
  'lib/internal/webstreams/writablestream.js',
368
370
  'lib/internal/worker.js',
371
+ 'lib/internal/worker/clone_dom_exception.js',
369
372
  'lib/internal/worker/io.js',
370
373
  'lib/internal/worker/js_transferable.js',
371
374
  'lib/internal/worker/messaging.js',
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
- #define NODE_MINOR_VERSION 17
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 19
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Jod"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Mar 5 20:59:02 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:45:41 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 20:59:15 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:45:53 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 20:59:28 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:46:06 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 20:59:39 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:46:18 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 20:59:54 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:46:33 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 21:00:10 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:46:48 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 21:09:10 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:55:52 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 21:09:22 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:56:04 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
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 Mar 5 21:09:33 2025 UTC"
14
+ #define DATE "built on: Sun Jul 20 00:56:16 2025 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 16
32
+ # define OPENSSL_VERSION_PATCH 17
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.16"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.16"
77
+ # define OPENSSL_VERSION_STR "3.0.17"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.17"
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 "11 Feb 2025"
85
+ # define OPENSSL_RELEASE_DATE "1 Jul 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE