node-linux-armv7l 14.19.1 → 14.20.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 +86 -0
- package/README.md +18 -12
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +1 -1
- 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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- 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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- 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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/opensslv.h +3 -3
- package/include/node/openssl/ssl.h +11 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
</tr>
|
|
12
12
|
<tr>
|
|
13
13
|
<td valign="top">
|
|
14
|
+
<a href="#14.19.3">14.19.3</a><br/>
|
|
15
|
+
<a href="#14.19.2">14.19.2</a><br/>
|
|
14
16
|
<a href="#14.19.1">14.19.1</a><br/>
|
|
15
17
|
<a href="#14.19.0">14.19.0</a><br/>
|
|
16
18
|
<a href="#14.18.3">14.18.3</a><br/>
|
|
@@ -71,6 +73,90 @@
|
|
|
71
73
|
* [io.js](CHANGELOG_IOJS.md)
|
|
72
74
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
73
75
|
|
|
76
|
+
<a id="14.20.0"></a>
|
|
77
|
+
|
|
78
|
+
## 2022-07-07, Version 14.20.0 'Fermium' (LTS), @danielleadams prepared by @juanarbol
|
|
79
|
+
|
|
80
|
+
### Notable Changes
|
|
81
|
+
|
|
82
|
+
* \[[`8e8aef836c`](https://github.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
83
|
+
* \[[`98965b137d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
|
|
84
|
+
|
|
85
|
+
### Commits
|
|
86
|
+
|
|
87
|
+
* \[[`b93e048bf6`](https://github.com/nodejs/node/commit/b93e048bf6)] - **deps**: update archs files for OpenSSL-1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
|
|
88
|
+
* \[[`98965b137d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
|
|
89
|
+
* \[[`837a1d803e`](https://github.com/nodejs/node/commit/837a1d803e)] - **deps**: update archs files for OpenSSL-1.1.1p (RafaelGSS) [#43527](https://github.com/nodejs/node/pull/43527)
|
|
90
|
+
* \[[`c5d9c9a49e`](https://github.com/nodejs/node/commit/c5d9c9a49e)] - **deps**: upgrade openssl sources to 1.1.1p (RafaelGSS) [#43527](https://github.com/nodejs/node/pull/43527)
|
|
91
|
+
* \[[`da0fda0fe8`](https://github.com/nodejs/node/commit/da0fda0fe8)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [#315](https://github.com/nodejs/node/pull/315)
|
|
92
|
+
* \[[`48c5aa5cab`](https://github.com/nodejs/node/commit/48c5aa5cab)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
|
|
93
|
+
* \[[`8e8aef836c`](https://github.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
94
|
+
|
|
95
|
+
<a id="14.19.3"></a>
|
|
96
|
+
|
|
97
|
+
## 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau
|
|
98
|
+
|
|
99
|
+
### Notable Changes
|
|
100
|
+
|
|
101
|
+
* This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines.
|
|
102
|
+
* The list of GPG keys used to sign releases has been synchronized with the main branch.
|
|
103
|
+
|
|
104
|
+
### Commits
|
|
105
|
+
|
|
106
|
+
* \[[`68397e49d9`](https://github.com/nodejs/node/commit/68397e49d9)] - **deps**: update archs files for OpenSSL-1.1.1o (RafaelGSS) [#42956](https://github.com/nodejs/node/pull/42956)
|
|
107
|
+
* \[[`7f9a5ed4a8`](https://github.com/nodejs/node/commit/7f9a5ed4a8)] - **deps**: upgrade openssl sources to 1.1.1o (RafaelGSS) [#42956](https://github.com/nodejs/node/pull/42956)
|
|
108
|
+
* \[[`61eba58cb6`](https://github.com/nodejs/node/commit/61eba58cb6)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
|
|
109
|
+
|
|
110
|
+
<a id="14.19.2"></a>
|
|
111
|
+
|
|
112
|
+
## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol
|
|
113
|
+
|
|
114
|
+
### Notable Changes
|
|
115
|
+
|
|
116
|
+
**doc:**
|
|
117
|
+
|
|
118
|
+
* New release key for Bryan English
|
|
119
|
+
|
|
120
|
+
Learn more at: https://github.com/nodejs/node/pull/42102
|
|
121
|
+
Contributed by Bryan English (@bengl)
|
|
122
|
+
|
|
123
|
+
**npm:**
|
|
124
|
+
|
|
125
|
+
* Upgrade `npm` to `v6.14.17`.
|
|
126
|
+
|
|
127
|
+
Learn more at: https://github.com/nodejs/node/pull/42900
|
|
128
|
+
Contributed by Ruy Adorno (@ruyadorno)
|
|
129
|
+
|
|
130
|
+
**V8:**
|
|
131
|
+
|
|
132
|
+
* V8 had a stack overflow issue affecting the `vm` module, cherry-picking [`cc9a8a37445e`](https://github.com/v8/v8/commit/cc9a8a37445eeffff17474020bb6038c2f9af9fc)
|
|
133
|
+
from V8 solves this issue.
|
|
134
|
+
|
|
135
|
+
Learn more at: https://github.com/nodejs/node/pull/41826
|
|
136
|
+
Contributed by Gus Caplan (@devsnek)
|
|
137
|
+
|
|
138
|
+
* Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting [`367b0c1e7a32`](https://github.com/v8/v8/commit/367b0c1e7a323deafeab56736b01bc7e14fc1998)
|
|
139
|
+
from V8.
|
|
140
|
+
|
|
141
|
+
Learn more at: https://github.com/nodejs/node/pull/42637
|
|
142
|
+
Contributed by Chengzhong Wu (@legendecas)
|
|
143
|
+
|
|
144
|
+
### Commits
|
|
145
|
+
|
|
146
|
+
* \[[`c73ac527d6`](https://github.com/nodejs/node/commit/c73ac527d6)] - **build**: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) [#40147](https://github.com/nodejs/node/pull/40147)
|
|
147
|
+
* \[[`dcaed6db24`](https://github.com/nodejs/node/commit/dcaed6db24)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#42204](https://github.com/nodejs/node/pull/42204)
|
|
148
|
+
* \[[`4203d132b1`](https://github.com/nodejs/node/commit/4203d132b1)] - **child\_process**: queue pending messages (Erick Wendel) [#41221](https://github.com/nodejs/node/pull/41221)
|
|
149
|
+
* \[[`a3ebdbfe8f`](https://github.com/nodejs/node/commit/a3ebdbfe8f)] - **deps**: upgrade npm to 6.14.17 (Ruy Adorno) [#42900](https://github.com/nodejs/node/pull/42900)
|
|
150
|
+
* \[[`39e44f8382`](https://github.com/nodejs/node/commit/39e44f8382)] - **deps**: V8: cherry-pick cc9a8a37445e (Gus Caplan) [#41826](https://github.com/nodejs/node/pull/41826)
|
|
151
|
+
* \[[`b52a268b6f`](https://github.com/nodejs/node/commit/b52a268b6f)] - **deps**: V8: cherry-pick 367b0c1e7a32 (legendecas) [#42637](https://github.com/nodejs/node/pull/42637)
|
|
152
|
+
* \[[`77ba012065`](https://github.com/nodejs/node/commit/77ba012065)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#42588](https://github.com/nodejs/node/pull/42588)
|
|
153
|
+
* \[[`3d3d7ed1b7`](https://github.com/nodejs/node/commit/3d3d7ed1b7)] - **doc**: specify flag needed for JSON and Wasm modules (Rich Trott) [#42736](https://github.com/nodejs/node/pull/42736)
|
|
154
|
+
* \[[`542d812c93`](https://github.com/nodejs/node/commit/542d812c93)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227)
|
|
155
|
+
* \[[`7f2825b1a9`](https://github.com/nodejs/node/commit/7f2825b1a9)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
|
|
156
|
+
* \[[`75302d3dce`](https://github.com/nodejs/node/commit/75302d3dce)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#41677](https://github.com/nodejs/node/pull/41677)
|
|
157
|
+
* \[[`d4171e0eac`](https://github.com/nodejs/node/commit/d4171e0eac)] - **stream**: resume stream on drain (Robert Nagy) [#41848](https://github.com/nodejs/node/pull/41848)
|
|
158
|
+
* \[[`de474c8b6f`](https://github.com/nodejs/node/commit/de474c8b6f)] - **worker**: do not send message if port is closing (Rich Trott) [#42357](https://github.com/nodejs/node/pull/42357)
|
|
159
|
+
|
|
74
160
|
<a id="14.19.1"></a>
|
|
75
161
|
|
|
76
162
|
## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
|
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
|
|
|
116
116
|
import the keys:
|
|
117
117
|
|
|
118
118
|
```console
|
|
119
|
-
$ gpg --keyserver
|
|
119
|
+
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
120
120
|
```
|
|
121
121
|
|
|
122
122
|
See the bottom of this README for a full script to import active release keys.
|
|
@@ -635,12 +635,16 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
635
635
|
|
|
636
636
|
* **Beth Griggs** <bgriggs@redhat.com>
|
|
637
637
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
638
|
+
* **Bryan English** <bryan@bryanenglish.com>
|
|
639
|
+
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
638
640
|
* **Colin Ihrig** <cjihrig@gmail.com>
|
|
639
641
|
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
640
642
|
* **Danielle Adams** <adamzdanielle@gmail.com>
|
|
641
643
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
642
644
|
* **James M Snell** <jasnell@keybase.io>
|
|
643
645
|
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
646
|
+
* **Juan José Arboleda** <soyjuanarbol@gmail.com>
|
|
647
|
+
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
644
648
|
* **Michaël Zasso** <targos@protonmail.com>
|
|
645
649
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
646
650
|
* **Myles Borins** <myles.borins@gmail.com>
|
|
@@ -660,17 +664,19 @@ To import the full set of trusted release keys (including subkeys possibly used
|
|
|
660
664
|
to sign releases):
|
|
661
665
|
|
|
662
666
|
```bash
|
|
663
|
-
gpg --keyserver
|
|
664
|
-
gpg --keyserver
|
|
665
|
-
gpg --keyserver
|
|
666
|
-
gpg --keyserver
|
|
667
|
-
gpg --keyserver
|
|
668
|
-
gpg --keyserver
|
|
669
|
-
gpg --keyserver
|
|
670
|
-
gpg --keyserver
|
|
671
|
-
gpg --keyserver
|
|
672
|
-
gpg --keyserver
|
|
673
|
-
gpg --keyserver
|
|
667
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
668
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
669
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
670
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
671
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
672
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
|
|
673
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
674
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
675
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
676
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
677
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
|
678
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
679
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
674
680
|
```
|
|
675
681
|
|
|
676
682
|
See the section above on [Verifying Binaries](#verifying-binaries) for how to
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Do not edit. Generated by the configure script.
|
|
2
2
|
{ 'target_defaults': { 'cflags': [],
|
|
3
3
|
'default_configuration': 'Release',
|
|
4
|
-
'defines': [],
|
|
4
|
+
'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf'],
|
|
5
5
|
'include_dirs': [],
|
|
6
6
|
'libraries': []},
|
|
7
7
|
'variables': { 'arm_float_abi': 'hard',
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 14
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 20
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Fermium"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Jul 5 12:25:30 2022 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Jul 5 12:25:34 2022 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Jul 5 12:25:39 2022 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 1999-
|
|
2
|
+
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
5
5
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -39,8 +39,8 @@ extern "C" {
|
|
|
39
39
|
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
|
40
40
|
* major minor fix final patch/beta)
|
|
41
41
|
*/
|
|
42
|
-
# define OPENSSL_VERSION_NUMBER
|
|
43
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.
|
|
42
|
+
# define OPENSSL_VERSION_NUMBER 0x1010111fL
|
|
43
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q 5 Jul 2022"
|
|
44
44
|
|
|
45
45
|
/*-
|
|
46
46
|
* The macros below are to be used for shared library (.so, .dll, ...)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 1995-
|
|
2
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
4
4
|
* Copyright 2005 Nokia. All rights reserved.
|
|
5
5
|
*
|
|
@@ -1305,6 +1305,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1305
1305
|
# define SSL_CTRL_GET_MAX_PROTO_VERSION 131
|
|
1306
1306
|
# define SSL_CTRL_GET_SIGNATURE_NID 132
|
|
1307
1307
|
# define SSL_CTRL_GET_TMP_KEY 133
|
|
1308
|
+
# define SSL_CTRL_GET_VERIFY_CERT_STORE 137
|
|
1309
|
+
# define SSL_CTRL_GET_CHAIN_CERT_STORE 138
|
|
1308
1310
|
# define SSL_CERT_SET_FIRST 1
|
|
1309
1311
|
# define SSL_CERT_SET_NEXT 2
|
|
1310
1312
|
# define SSL_CERT_SET_SERVER 3
|
|
@@ -1360,10 +1362,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1360
1362
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1361
1363
|
# define SSL_CTX_set1_verify_cert_store(ctx,st) \
|
|
1362
1364
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1365
|
+
# define SSL_CTX_get0_verify_cert_store(ctx,st) \
|
|
1366
|
+
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1363
1367
|
# define SSL_CTX_set0_chain_cert_store(ctx,st) \
|
|
1364
1368
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1365
1369
|
# define SSL_CTX_set1_chain_cert_store(ctx,st) \
|
|
1366
1370
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1371
|
+
# define SSL_CTX_get0_chain_cert_store(ctx,st) \
|
|
1372
|
+
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1367
1373
|
# define SSL_set0_chain(s,sk) \
|
|
1368
1374
|
SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
|
|
1369
1375
|
# define SSL_set1_chain(s,sk) \
|
|
@@ -1386,10 +1392,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1386
1392
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1387
1393
|
# define SSL_set1_verify_cert_store(s,st) \
|
|
1388
1394
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1395
|
+
#define SSL_get0_verify_cert_store(s,st) \
|
|
1396
|
+
SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1389
1397
|
# define SSL_set0_chain_cert_store(s,st) \
|
|
1390
1398
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1391
1399
|
# define SSL_set1_chain_cert_store(s,st) \
|
|
1392
1400
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1401
|
+
#define SSL_get0_chain_cert_store(s,st) \
|
|
1402
|
+
SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1393
1403
|
# define SSL_get1_groups(s, glist) \
|
|
1394
1404
|
SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
|
|
1395
1405
|
# define SSL_CTX_set1_groups(ctx, glist, glistlen) \
|