From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:42:31 +0000 (+0100) Subject: HTTP3.md: update git branches X-Git-Tag: curl-7_88_1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e665415a0e6d531c403537875eb179b26ee51afe;p=thirdparty%2Fcurl.git HTTP3.md: update git branches Closes #10554 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index bab3831f02..dc1befee46 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -39,7 +39,7 @@ To fix before we remove the experimental label: Build (patched) OpenSSL - % git clone --depth 1 -b openssl-3.0.7+quic https://github.com/quictls/openssl + % git clone --depth 1 -b openssl-3.0.8+quic https://github.com/quictls/openssl % cd openssl % ./config enable-tls1_3 --prefix= % make @@ -210,7 +210,7 @@ Run from `/usr/local/bin/curl`. Build msh3: - % git clone -b v0.5.0 --depth 1 --recursive https://github.com/nibanks/msh3 + % git clone -b v0.6.0 --depth 1 --recursive https://github.com/nibanks/msh3 % cd msh3 && mkdir build && cd build % cmake -G 'Visual Studio 17 2022' -DCMAKE_BUILD_TYPE=RelWithDebInfo .. % cmake --build . --config Release