|
53 | 53 | run: | |
54 | 54 | git clone https://github.com/openssl/openssl |
55 | 55 | cd openssl |
56 | | - git checkout openssl-3.5.0 |
| 56 | + git checkout openssl-3.5.3 |
57 | 57 | $env:PATH += ";C:\Program Files\NASM" |
58 | 58 | C:\Strawberry\perl\bin\perl.exe Configure no-makedepend VC-WIN64A |
59 | 59 | nmake |
@@ -100,7 +100,7 @@ jobs: |
100 | 100 | run: | |
101 | 101 | git clone https://github.com/openssl/openssl |
102 | 102 | cd openssl |
103 | | - git checkout openssl-3.5.0 |
| 103 | + git checkout openssl-3.5.3 |
104 | 104 | $env:PATH += ";C:\Program Files\NASM" |
105 | 105 | C:\Strawberry\perl\bin\perl.exe Configure no-makedepend VC-WIN64-ARM |
106 | 106 | nmake |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | run: | |
143 | 143 | git clone https://github.com/openssl/openssl |
144 | 144 | cd openssl |
145 | | - git checkout openssl-3.5.0 |
| 145 | + git checkout openssl-3.5.3 |
146 | 146 | ./Configure no-makedepend linux-x86_64 |
147 | 147 | make -j4 |
148 | 148 | |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | run: | |
184 | 184 | git clone https://github.com/openssl/openssl |
185 | 185 | cd openssl |
186 | | - git checkout openssl-3.5.0 |
| 186 | + git checkout openssl-3.5.3 |
187 | 187 | ./Configure no-makedepend linux-aarch64 |
188 | 188 | make -j4 |
189 | 189 | |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | run: | |
224 | 224 | git clone https://github.com/openssl/openssl |
225 | 225 | cd openssl |
226 | | - git checkout openssl-3.5.0 |
| 226 | + git checkout openssl-3.5.3 |
227 | 227 | ./Configure no-makedepend no-shared darwin64-x86_64-cc |
228 | 228 | make -j4 |
229 | 229 | |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | run: | |
264 | 264 | git clone https://github.com/openssl/openssl |
265 | 265 | cd openssl |
266 | | - git checkout openssl-3.5.0 |
| 266 | + git checkout openssl-3.5.3 |
267 | 267 | ./Configure no-makedepend no-shared darwin64-arm64-cc |
268 | 268 | make -j4 |
269 | 269 | |
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | run: | |
313 | 313 | git clone https://github.com/openssl/openssl |
314 | 314 | cd openssl |
315 | | - git checkout openssl-3.5.0 |
| 315 | + git checkout openssl-3.5.3 |
316 | 316 | ./Configure no-makedepend linux-x86_64 |
317 | 317 | make -j4 |
318 | 318 | |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 | run: | |
363 | 363 | git clone https://github.com/openssl/openssl |
364 | 364 | cd openssl |
365 | | - git checkout openssl-3.5.0 |
| 365 | + git checkout openssl-3.5.3 |
366 | 366 | ./Configure no-makedepend linux-aarch64 |
367 | 367 | make -j4 |
368 | 368 | |
|
0 commit comments