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
commit 49559428f32e15e2ed75a6faaf329bbe326c2434 Author: Alexey Serbin <[email protected]> AuthorDate: Fri Sep 27 12:42:56 2024 -0700 [3rd-party] bump curl version up to 8.10.1 Change-Id: I681fb459e3c5907febcd8cd5a3204196060a2ff7 Reviewed-on: http://gerrit.cloudera.org:8080/21861 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- thirdparty/build-definitions.sh | 6 ++++++ thirdparty/vars.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/thirdparty/build-definitions.sh b/thirdparty/build-definitions.sh index 1199ecafc..cdda081b2 100644 --- a/thirdparty/build-definitions.sh +++ b/thirdparty/build-definitions.sh @@ -766,9 +766,11 @@ build_curl() { --prefix=$PREFIX \ --disable-alt-svc \ --disable-dict \ + --disable-docs \ --disable-doh \ --disable-file \ --disable-ftp \ + --disable-httpsrr \ --disable-gopher \ --disable-imap \ --disable-ipv6 \ @@ -781,16 +783,20 @@ build_curl() { --disable-pop3 \ --disable-progress-meter \ --disable-rtsp \ + --disable-sha512-256 \ --disable-smb \ --disable-smtp \ --disable-telnet \ --disable-tftp \ + --without-apple-idn \ --without-brotli \ --without-libidn2 \ --without-libpsl \ --without-librtmp \ --without-libssh2 \ + --without-libuv \ --without-nghttp2 \ + --without-openssl-quic \ --without-zstd \ --with-gssapi \ --with-openssl diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index a19d039f1..8dbc0044e 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -122,7 +122,7 @@ GCOVR_VERSION=3.0 GCOVR_NAME=gcovr-$GCOVR_VERSION GCOVR_SOURCE=$TP_SOURCE_DIR/$GCOVR_NAME -CURL_VERSION=8.4.0 +CURL_VERSION=8.10.1 CURL_NAME=curl-$CURL_VERSION CURL_SOURCE=$TP_SOURCE_DIR/$CURL_NAME
