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.
- package/CHANGELOG.md +334 -0
- package/LICENSE +28 -3
- package/README.md +40 -33
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -1
- package/include/node/config.gypi +3 -0
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/v8-persistent-handle.h +7 -0
- package/include/node/zconf.h +1 -9
- package/include/node/zlib.h +12 -12
- package/package.json +1 -1
- 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
|
-
|
|
101
|
+
You can get a trusted keyring from nodejs/release-keys, e.g. using `curl`:
|
|
102
102
|
|
|
103
103
|
```bash
|
|
104
|
-
curl -
|
|
104
|
+
curl -fsLo "/path/to/nodejs-keyring.kbx" "https://github.com/nodejs/release-keys/raw/HEAD/gpg/pubring.kbx"
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
|
|
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
|
-
|
|
110
|
-
|
|
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 -
|
|
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** <<
|
|
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** <<
|
|
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
|
-
`
|
|
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** <<
|
|
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
|
-
|
|
806
|
-
|
|
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
|
|
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
|
package/include/node/common.gypi
CHANGED
|
@@ -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.
|
|
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
|
package/include/node/config.gypi
CHANGED
|
@@ -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
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
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"
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
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 "
|
|
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.
|
|
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
|