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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3acc2eab73 GH-39390: [C++] Thirdparty: bump default zlib to 1.3 
(#39391)
3acc2eab73 is described below

commit 3acc2eab739bfcc89bd39c3242dad154a980acb7
Author: mwish <[email protected]>
AuthorDate: Wed Jan 17 21:36:53 2024 +0800

    GH-39390: [C++] Thirdparty: bump default zlib to 1.3 (#39391)
    
    
    
    ### Rationale for this change
    
    This patch bump default zlib to 1.3 (currently we're default using 1.2.13 
as default). 1.3 includes some bugfixes.
    
    ### What changes are included in this PR?
    
    Update vendor in arrow
    
    ### Are these changes tested?
    
    Maybe we already has tests?
    
    ### Are there any user-facing changes?
    
    no
    
    * Closes: #39390
    
    Authored-by: mwish <[email protected]>
    Signed-off-by: mwish <[email protected]>
---
 cpp/thirdparty/versions.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index e9df0c8d75..2664775c0f 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -115,8 +115,8 @@ ARROW_UTF8PROC_BUILD_VERSION=v2.7.0
 
ARROW_UTF8PROC_BUILD_SHA256_CHECKSUM=4bb121e297293c0fd55f08f83afab6d35d48f0af4ecc07523ad8ec99aa2b12a1
 ARROW_XSIMD_BUILD_VERSION=9.0.1
 
ARROW_XSIMD_BUILD_SHA256_CHECKSUM=b1bb5f92167fd3a4f25749db0be7e61ed37e0a5d943490f3accdcd2cd2918cc0
-ARROW_ZLIB_BUILD_VERSION=1.2.13
-ARROW_ZLIB_BUILD_SHA256_CHECKSUM=b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
+ARROW_ZLIB_BUILD_VERSION=1.3
+ARROW_ZLIB_BUILD_SHA256_CHECKSUM=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e
 ARROW_ZSTD_BUILD_VERSION=1.5.5
 
ARROW_ZSTD_BUILD_SHA256_CHECKSUM=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
 

Reply via email to