]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: switch to Fastly CDN to download LibreSSL
authorIlia Shipitsin <chipitsine@gmail.com>
Wed, 26 Apr 2023 10:12:54 +0000 (12:12 +0200)
committerWilly 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

index a0e90bc2db81b5cf4226558f77e5734603e80b42..a2a02e9684dd88680dbeee092f16a62ad7083eb0 100755 (executable)
@@ -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")