This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 1199e24aa82da832f8679a82235e86728f03b100 Author: Brian Neradt <[email protected]> AuthorDate: Thu Apr 25 14:47:16 2024 -0500 Update the build_h3_tools.sh curl version to 8.7.1 (#11291) This updated version fixes IPv6 handling for fedora:40. Without this, the bigobj.test.py IPv6 test fails. (cherry picked from commit 1f132ad39f77de3dc2dab61eb0fb419b507894c8) --- 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 c97f7bf586..9aaf682746 100755 --- a/tools/build_h3_tools.sh +++ b/tools/build_h3_tools.sh @@ -245,7 +245,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.
