This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 30aece27dfb [Chore](dep) upgrade libdivide from 5.0 to 5.2 (#49811) 30aece27dfb is described below commit 30aece27dfb86e6f1a829d7ce47564e679352bea Author: Pxl <x...@selectdb.com> AuthorDate: Mon Apr 7 11:26:17 2025 +0800 [Chore](dep) upgrade libdivide from 5.0 to 5.2 (#49811) ### What problem does this PR solve? clang19 has a compile error on 5.0, and this problem is fixed on 5.2 ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [x] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [x] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [x] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [x] No. - [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> --- thirdparty/CHANGELOG.md | 4 ++++ thirdparty/vars.sh | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md index bf0aa24f26e..c49080a3f17 100644 --- a/thirdparty/CHANGELOG.md +++ b/thirdparty/CHANGELOG.md @@ -2,6 +2,10 @@ 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}` +## 20250405 + +- Modified: libdivide 5.0 -> 5.2 + ## 20250325 - Added: jindofs 6.3.4 with jindofs ubuntu jar diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index ce4d3c370fb..f2fae326313 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -394,10 +394,10 @@ HDFS3_SOURCE="doris-thirdparty-libhdfs3-v2.3.9" HDFS3_MD5SUM="b3eaa03e5b184521e5ad5bf6cabea97e" #libdivide -LIBDIVIDE_DOWNLOAD="https://github.com/ridiculousfish/libdivide/archive/5.0.tar.gz" -LIBDIVIDE_NAME="libdivide-5.0.tar.gz" -LIBDIVIDE_SOURCE="libdivide-5.0" -LIBDIVIDE_MD5SUM="7fd16b0bb4ab6812b2e2fdc7bfb81641" +LIBDIVIDE_DOWNLOAD="https://github.com/ridiculousfish/libdivide/archive/refs/tags/v5.2.0.tar.gz" +LIBDIVIDE_NAME="libdivide-5.2.0.tar.gz" +LIBDIVIDE_SOURCE="libdivide-5.2.0" +LIBDIVIDE_MD5SUM="4ba77777192c295d6de2b86d88f3239a" #pdqsort PDQSORT_DOWNLOAD="https://raw.githubusercontent.com/orlp/pdqsort/b1ef26a55cdb60d236a5cb199c4234c704f46726/pdqsort.h" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org