Skip to content

Commit 038969a

Browse files
pluknetthresheek
authored andcommitted
LibreSSL master site switch, version bump.
cdn.openbsd.org experienced some flakiness recently, resulting in premature connection close while downloading tarballs.
1 parent ab4c313 commit 038969a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nginx-buildbot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ jobs:
633633
fail-fast: false
634634
env:
635635
quictls_ver: 3.0.15+quic
636-
libressl_ver: 3.9.2
636+
libressl_ver: 4.0.0
637637

638638
steps:
639639
- name: Check out nginx sources
@@ -656,7 +656,7 @@ jobs:
656656
make -j$(nproc)
657657
;;
658658
lssl)
659-
curl -OL https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${{ env.libressl_ver }}.tar.gz
659+
curl -OL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${{ env.libressl_ver }}.tar.gz
660660
tar -s /libressl-${{ env.libressl_ver }}/ssl/ -xzf libressl-${{ env.libressl_ver }}.tar.gz
661661
cd ssl
662662
./configure --disable-shared

0 commit comments

Comments
 (0)