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:
156c4b3
)
BUILD: ssl: switch LibreSSL to Fastly CDN
author
Ilia Shipitsin
<chipitsine@gmail.com>
Wed, 26 Apr 2023 10:15:11 +0000
(12:15 +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 CDN
scripts/build-ssl.sh
patch
|
blob
|
history
diff --git
a/scripts/build-ssl.sh
b/scripts/build-ssl.sh
index
4360adf
..
a1935dd
100755
(executable)
--- a/
scripts/build-ssl.sh
+++ b/
scripts/build-ssl.sh
@@
-59,7
+59,7
@@
build_openssl () {
download_libressl () {
if [ ! -f "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz" ]; then
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
}