Skip to content

Commit 10593fb

Browse files
authored
Update OpenSSL from 3.5.0 to 3.5.3
1 parent e18fd19 commit 10593fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/koana.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
git clone https://github.com/openssl/openssl
5555
cd openssl
56-
git checkout openssl-3.5.0
56+
git checkout openssl-3.5.3
5757
$env:PATH += ";C:\Program Files\NASM"
5858
C:\Strawberry\perl\bin\perl.exe Configure no-makedepend VC-WIN64A
5959
nmake
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
git clone https://github.com/openssl/openssl
102102
cd openssl
103-
git checkout openssl-3.5.0
103+
git checkout openssl-3.5.3
104104
$env:PATH += ";C:\Program Files\NASM"
105105
C:\Strawberry\perl\bin\perl.exe Configure no-makedepend VC-WIN64-ARM
106106
nmake
@@ -142,7 +142,7 @@ jobs:
142142
run: |
143143
git clone https://github.com/openssl/openssl
144144
cd openssl
145-
git checkout openssl-3.5.0
145+
git checkout openssl-3.5.3
146146
./Configure no-makedepend linux-x86_64
147147
make -j4
148148
@@ -183,7 +183,7 @@ jobs:
183183
run: |
184184
git clone https://github.com/openssl/openssl
185185
cd openssl
186-
git checkout openssl-3.5.0
186+
git checkout openssl-3.5.3
187187
./Configure no-makedepend linux-aarch64
188188
make -j4
189189
@@ -223,7 +223,7 @@ jobs:
223223
run: |
224224
git clone https://github.com/openssl/openssl
225225
cd openssl
226-
git checkout openssl-3.5.0
226+
git checkout openssl-3.5.3
227227
./Configure no-makedepend no-shared darwin64-x86_64-cc
228228
make -j4
229229
@@ -263,7 +263,7 @@ jobs:
263263
run: |
264264
git clone https://github.com/openssl/openssl
265265
cd openssl
266-
git checkout openssl-3.5.0
266+
git checkout openssl-3.5.3
267267
./Configure no-makedepend no-shared darwin64-arm64-cc
268268
make -j4
269269
@@ -312,7 +312,7 @@ jobs:
312312
run: |
313313
git clone https://github.com/openssl/openssl
314314
cd openssl
315-
git checkout openssl-3.5.0
315+
git checkout openssl-3.5.3
316316
./Configure no-makedepend linux-x86_64
317317
make -j4
318318
@@ -362,7 +362,7 @@ jobs:
362362
run: |
363363
git clone https://github.com/openssl/openssl
364364
cd openssl
365-
git checkout openssl-3.5.0
365+
git checkout openssl-3.5.3
366366
./Configure no-makedepend linux-aarch64
367367
make -j4
368368

0 commit comments

Comments
 (0)