This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 5ba7b42b32 [thirdparty](libhdfs3) update libhdfs3 to 2.3.7 to fix kms seek bug (#16265) 5ba7b42b32 is described below commit 5ba7b42b327ef317111e069c2aacb5b0ddf6466a Author: Mingyu Chen <morning...@163.com> AuthorDate: Tue Jan 31 08:56:00 2023 +0800 [thirdparty](libhdfs3) update libhdfs3 to 2.3.7 to fix kms seek bug (#16265) --- dist/LICENSE-dist.txt | 2 +- thirdparty/CHANGELOG.md | 3 +++ thirdparty/vars.sh | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt index 093d2b33bf..ffd70f74cb 100644 --- a/dist/LICENSE-dist.txt +++ b/dist/LICENSE-dist.txt @@ -1529,7 +1529,7 @@ The Apache Software License, Version 2.0 * aws sdk: 1.9.211 * benchmark: 1.5.6 * simdjson: 3.0.1 - * libhdfs3: 2.3.6 + * libhdfs3: 2.3.7 * opentelemetry-proto: 0.18.0 * opentelemetry-cpp: 1.4.0 * clucenc: 2.4.4 diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md index 30fd8587c9..5696d77614 100644 --- a/thirdparty/CHANGELOG.md +++ b/thirdparty/CHANGELOG.md @@ -2,6 +2,9 @@ This file contains version of the third-party dependency libraries in the build-env image. The docker build-env image is apache/doris, and the tag is `build-env-${version}` +## v20230130 +- Modified: libhdfs3 2.3.6 -> 2.3.7 + ## v20230120 - Modified: libhdfs3 2.3.5 -> 2.3.6 diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 7a9e2fa4ee..22a0669075 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -357,10 +357,10 @@ KRB5_SOURCE="krb5-1.19" KRB5_MD5SUM="aaf18447a5a014aa3b7e81814923f4c9" # hdfs3 -HDFS3_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libhdfs3-v2.3.6.tar.gz" -HDFS3_NAME="doris-thirdparty-libhdfs3-v2.3.6.tar.gz" -HDFS3_SOURCE="doris-thirdparty-libhdfs3-v2.3.6" -HDFS3_MD5SUM="179e492ee71b6dc484e8f44bc2865de9" +HDFS3_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libhdfs3-v2.3.7.tar.gz" +HDFS3_NAME="doris-thirdparty-libhdfs3-v2.3.7.tar.gz" +HDFS3_SOURCE="doris-thirdparty-libhdfs3-v2.3.7" +HDFS3_MD5SUM="4c6b272970858214bccd0fc670071fc7" #libdivide LIBDIVIDE_DOWNLOAD="https://github.com/ridiculousfish/libdivide/archive/5.0.tar.gz" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org