From 35fb33bd79e2232e56f5c986d1083d728becbe75 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Thu, 25 Apr 2024 18:38:35 +0000 Subject: [PATCH] Update the build_h3_tools.sh curl version to 8.7.1 This updated version fixes IPv6 handling for fedora:40. Without this, the bigobj.test.py IPv6 test fails. --- tools/build_h3_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_h3_tools.sh b/tools/build_h3_tools.sh index 0e48953fc7a..ff5f2ffa5bb 100755 --- a/tools/build_h3_tools.sh +++ b/tools/build_h3_tools.sh @@ -254,7 +254,7 @@ cd .. # Then curl echo "Building curl ..." -[ ! -d curl ] && git clone --depth 1 -b curl-8_5_0 https://github.com/curl/curl.git +[ ! -d curl ] && git clone --depth 1 -b curl-8_7_1 https://github.com/curl/curl.git cd curl # On mac autoreconf fails on the first attempt with an issue finding ltmain.sh. # The second runs fine.