mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 07:13:30 +02:00
BUILD: ssl: switch LibreSSL to Fastly CDN
OpenBSD ftp is down, let us switch to CDN
This commit is contained in:
committed by
Willy Tarreau
parent
156c4b3439
commit
6703653098
@@ -59,7 +59,7 @@ build_openssl () {
|
|||||||
download_libressl () {
|
download_libressl () {
|
||||||
if [ ! -f "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz" ]; then
|
if [ ! -f "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz" ]; then
|
||||||
wget -P download-cache/ \
|
wget -P download-cache/ \
|
||||||
"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz"
|
"https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user