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
commit bbcb87325979340a8bcd2d399a0cd45d5d461f3b Author: morningman <[email protected]> AuthorDate: Sun Feb 19 22:39:14 2023 +0800 [deps](be) update libhdfs3 cherry-pick part of #16894 --- 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 ffd70f74cb..3c45a7f391 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.7 + * libhdfs3: 2.3.8 * 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 5696d77614..c963ce5269 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}` +## v20230218 +- Modified: libhdfs3 2.3.7 -> 2.3.8 + ## v20230130 - Modified: libhdfs3 2.3.6 -> 2.3.7 diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 110f90b867..7ff82d59db 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.7.tar.gz" -HDFS3_NAME="doris-thirdparty-libhdfs3-v2.3.7.tar.gz" -HDFS3_SOURCE="doris-thirdparty-libhdfs3-v2.3.7" -HDFS3_MD5SUM="4c6b272970858214bccd0fc670071fc7" +HDFS3_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libhdfs3-v2.3.8.tar.gz" +HDFS3_NAME="doris-thirdparty-libhdfs3-v2.3.8.tar.gz" +HDFS3_SOURCE="doris-thirdparty-libhdfs3-v2.3.8" +HDFS3_MD5SUM="3a9890bb43d0caee183ea7a49df2e4f3" #libdivide LIBDIVIDE_DOWNLOAD="https://github.com/ridiculousfish/libdivide/archive/5.0.tar.gz" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
