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

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


The following commit(s) were added to refs/heads/master by this push:
     new d963bf8d79 [deps](aws) upgrade to 1.9.272 to fix non-compliant RFC3986 
encoding (#20252)
d963bf8d79 is described below

commit d963bf8d794f6ee23a6a26a7da7257a3a1badff0
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Wed May 31 18:19:06 2023 +0800

    [deps](aws) upgrade to 1.9.272 to fix non-compliant RFC3986 encoding 
(#20252)
---
 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 b79daee5ad..60ec92e78e 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
 
 - Removed:  clucene changed to submodule
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index f7888d1144..6727cd82c8 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -326,10 +326,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

Reply via email to