This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 1f132ad39f Update the build_h3_tools.sh curl version to 8.7.1 (#11291)
1f132ad39f is described below
commit 1f132ad39f77de3dc2dab61eb0fb419b507894c8
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.
---
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 0e48953fc7..ff5f2ffa5b 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.