From: Daniel Stenberg Date: Tue, 15 Sep 2020 16:56:14 +0000 (+0200) Subject: travis: use libressl v3.1.4 instead of master X-Git-Tag: curl-7_73_0~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fe7b66203b3157213f1b6a22f545ffc2db6e47d;p=thirdparty%2Fcurl.git travis: use libressl v3.1.4 instead of master ... as their git master seems too fragile to use (and 3.2.1 which is the latest has a build failure). Closes #5964 --- diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 842f967a10..4d3d6f74a6 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -100,7 +100,7 @@ fi if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then cd $HOME - git clone --depth=1 https://github.com/libressl-portable/portable.git libressl-git + git clone --depth=1 -b v3.1.4 https://github.com/libressl-portable/portable.git libressl-git cd libressl-git ./autogen.sh ./configure --prefix=$HOME/libressl