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

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


The following commit(s) were added to refs/heads/master by this push:
     new 256048770 IMPALA-13952: Update curl version to 8.14.1
256048770 is described below

commit 256048770092a3eb9b842b1deaf9ed56752468c6
Author: Joe McDonnell <[email protected]>
AuthorDate: Wed Jun 11 19:32:40 2025 -0700

    IMPALA-13952: Update curl version to 8.14.1
    
    This bumps the curl version to the latest (8.14.1) to resolve
    some minor CVEs. See https://curl.se/docs/security.html
    
    This also incorporates a newer toolchain with the fix for
    IMPALA-14129, bumping the patch level on hadoop-client.
    
    Testing:
     - Ran precommit
    
    Change-Id: Ia488b381f0cd9f4e6d239d265a897be1ab96915e
    Reviewed-on: http://gerrit.cloudera.org:8080/23013
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Jason Fehr <[email protected]>
    Reviewed-by: Riza Suminto <[email protected]>
---
 bin/impala-config.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index aa73a2904..e941f9582 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -81,13 +81,13 @@ export USE_AVRO_CPP=${USE_AVRO_CPP:=false}
 # moving to a different build of the toolchain, e.g. when a version is bumped 
or a
 # compile option is changed. The build id can be found in the output of the 
toolchain
 # build jobs, it is constructed from the build number and toolchain git hash 
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=90-f9f56a8a24
-export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=523-f9f56a8a24
+export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=99-d08347ae22
+export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=532-d08347ae22
 export IMPALA_TOOLCHAIN_REPO=\
 ${IMPALA_TOOLCHAIN_REPO:-https://github.com/cloudera/native-toolchain.git}
 export IMPALA_TOOLCHAIN_BRANCH=${IMPALA_TOOLCHAIN_BRANCH:-master}
 export IMPALA_TOOLCHAIN_COMMIT_HASH=\
-${IMPALA_TOOLCHAIN_COMMIT_HASH-f9f56a8a2414dd75c636175af6da930c3f6d6934}
+${IMPALA_TOOLCHAIN_COMMIT_HASH-d08347ae225ff48bcdf25a6f31e9359a59999652}
 # Compare the build ref in build IDs by removing everything 
up-to-and-including the
 # first hyphen.
 if [ "${IMPALA_TOOLCHAIN_BUILD_ID_AARCH64#*-}" \
@@ -121,7 +121,7 @@ export IMPALA_CMAKE_VERSION=3.22.2
 unset IMPALA_CMAKE_URL
 export IMPALA_CRCUTIL_VERSION=2903870057d2f1f109b245650be29e856dc8b646
 unset IMPALA_CRCUTIL_URL
-export IMPALA_CURL_VERSION=8.10.1
+export IMPALA_CURL_VERSION=8.14.1
 unset IMPALA_CURL_URL
 export IMPALA_CYRUS_SASL_VERSION=2.1.23
 unset IMPALA_CYRUS_SASL_URL
@@ -202,7 +202,7 @@ unset IMPALA_CLOUDFLAREZLIB_URL
 export IMPALA_CALLONCEHACK_VERSION=1.0.0
 unset IMPALA_CALLONCEHACK_URL
 if [[ $ARCH_NAME == 'aarch64' ]]; then
-  export IMPALA_HADOOP_CLIENT_VERSION=3.3.6
+  export IMPALA_HADOOP_CLIENT_VERSION=3.3.6-p1
   unset IMPALA_HADOOP_CLIENT_URL
 fi
 export IMPALA_MOLD_VERSION=2.4.1

Reply via email to