]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3.md: update git branches
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Fri, 17 Feb 2023 21:42:31 +0000 (22:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 18 Feb 2023 08:52:11 +0000 (09:52 +0100)
Closes #10554

docs/HTTP3.md

index bab3831f02ebad0ed268f438efc131ed08102c8c..dc1befee461dd712afacc126f3341e14762b6a1e 100644 (file)
@@ -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=<somewhere1>
      % 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