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 0690fdc0d1 [deps](aws) upgrade to 1.9.272 to fix non-compliant RFC3986 encoding 0690fdc0d1 is described below commit 0690fdc0d18b4503907c6b9939e915374bdf70b9 Author: morningman <morning...@163.com> AuthorDate: Wed May 31 11:59:05 2023 +0800 [deps](aws) upgrade to 1.9.272 to fix non-compliant RFC3986 encoding --- thirdparty/CHANGELOG.md | 5 +++++ thirdparty/vars.sh | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md index 6ae976b145..f44ab8a816 100644 --- a/thirdparty/CHANGELOG.md +++ b/thirdparty/CHANGELOG.md @@ -2,6 +2,11 @@ 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}` +## v20230531 + +- Modified hadoop libhdfs 3.3.4.2 -> 3.3.4.3 +- Modified aws sdk 1.9.211 -> 1.9.272 + ## v20230525 - Modified: hadoop libhdfs 3.3.4.1 diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 8317fc17ce..2d230edafd 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -315,10 +315,10 @@ BOOTSTRAP_TABLE_CSS_FILE="bootstrap-table.min.css" BOOTSTRAP_TABLE_CSS_MD5SUM="23389d4456da412e36bae30c469a766a" # aws sdk -AWS_SDK_DOWNLOAD="https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.9.211.tar.gz" -AWS_SDK_NAME="aws-sdk-cpp-1.9.211.tar.gz" -AWS_SDK_SOURCE="aws-sdk-cpp-1.9.211" -AWS_SDK_MD5SUM="667b8e08baf0b9967c19224198e33160" +AWS_SDK_DOWNLOAD="https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.9.272.tar.gz" +AWS_SDK_NAME="aws-sdk-cpp-1.9.272.tar.gz" +AWS_SDK_SOURCE="aws-sdk-cpp-1.9.272" +AWS_SDK_MD5SUM="3a9190e3d14b81bfdd9c41a89a419202" # tsan_header TSAN_HEADER_DOWNLOAD="https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=libsanitizer/include/sanitizer/tsan_interface_atomic.h;hb=refs/heads/releases/gcc-7" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org