projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b516d3
)
CI: switch to Fastly CDN to download LibreSSL
author
Ilia Shipitsin
<chipitsine@gmail.com>
Wed, 26 Apr 2023 10:12:54 +0000
(12:12 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 26 Apr 2023 16:41:03 +0000
(18:41 +0200)
OpenBSD ftp is down, let us switch to mirror
.github/matrix.py
patch
|
blob
|
history
diff --git
a/.github/matrix.py
b/.github/matrix.py
index
a0e90bc
..
a2a02e9
100755
(executable)
--- a/
.github/matrix.py
+++ b/
.github/matrix.py
@@
-51,7
+51,7
@@
def determine_latest_openssl(ssl):
@functools.lru_cache(5)
def determine_latest_libressl(ssl):
libressl_download_list = urllib.request.urlopen(
- "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/"
+ "https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/"
)
for line in libressl_download_list.readlines():
decoded_line = line.decode("utf-8")