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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 463137fae ORC-1893: [C++] Upgrade `zstd` to 1.5.7
463137fae is described below

commit 463137faedea7f9138d20451d554707dcaf29850
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 7 12:18:32 2025 -0700

    ORC-1893: [C++] Upgrade `zstd` to 1.5.7
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `zstd` to 1.5.7 in `cmake_modules` module.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes,
    - https://github.com/facebook/zstd/releases/tag/v1.5.6
    - https://github.com/facebook/zstd/releases/tag/v1.5.7
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2216 from dongjoon-hyun/ORC-1893.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 cmake_modules/ThirdpartyToolchain.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_modules/ThirdpartyToolchain.cmake 
b/cmake_modules/ThirdpartyToolchain.cmake
index ff038befc..5d5bec4ca 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -25,7 +25,7 @@ set(SNAPPY_VERSION "1.2.2")
 set(ZLIB_VERSION "1.3.1")
 set(GTEST_VERSION "1.12.1")
 set(PROTOBUF_VERSION "3.5.1")
-set(ZSTD_VERSION "1.5.5")
+set(ZSTD_VERSION "1.5.7")
 
 option(ORC_PREFER_STATIC_PROTOBUF "Prefer static protobuf library, if 
available" ON)
 option(ORC_PREFER_STATIC_SNAPPY   "Prefer static snappy library, if available" 
  ON)

Reply via email to