This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b2f2d037 [thirdparty] enable IPv6 support in curl
0b2f2d037 is described below

commit 0b2f2d037f2eb3fa4e8133ea11cc686da5baa494
Author: Ashwani Raina <[email protected]>
AuthorDate: Wed Jul 16 15:24:28 2025 +0530

    [thirdparty] enable IPv6 support in curl
    
    This patch enables curl to handle IPv6 URIs. With IPv6 support in Kudu,
    there are a number of tests that make use of curl methods. For example,
    webserver, JWT util, etc tests suites will require parallel tests that
    use IPv6 URIs.
    
    Change-Id: Ibcf15f697ed5aef39f28018b0ce23dfb5d57cdab
    Reviewed-on: http://gerrit.cloudera.org:8080/23178
    Tested-by: Alexey Serbin <[email protected]>
    Reviewed-by: Alexey Serbin <[email protected]>
---
 thirdparty/build-definitions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/build-definitions.sh b/thirdparty/build-definitions.sh
index 0601d0bea..fa39b0bda 100644
--- a/thirdparty/build-definitions.sh
+++ b/thirdparty/build-definitions.sh
@@ -791,7 +791,6 @@ build_curl() {
     --disable-gopher \
     --disable-imap \
     --disable-ipfs \
-    --disable-ipv6 \
     --disable-ldap \
     --disable-ldaps \
     --disable-libcurl-option \
@@ -816,6 +815,7 @@ build_curl() {
     --enable-bearer-auth \
     --enable-digest-auth \
     --enable-http-auth \
+    --enable-ipv6 \
     --enable-kerberos-auth \
     --enable-negotiate-auth \
     --without-apple-idn \

Reply via email to