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

alexey pushed a commit to branch branch-1.18.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.18.x by this push:
     new aa8b98d82 [thirdparty] Upgrade zlib to 1.3.1
aa8b98d82 is described below

commit aa8b98d82f57c5ae916a4af051d080e63eb2c2cf
Author: Abhishek Chennaka <[email protected]>
AuthorDate: Wed Dec 11 13:20:46 2024 -0800

    [thirdparty] Upgrade zlib to 1.3.1
    
    zlib upgrade to 1.3.1 to address CVE-2022-37434.
    
    Change-Id: Iecb9de8c83b1fc144be1cc64b5e402f119d608f4
    Reviewed-on: http://gerrit.cloudera.org:8080/22372
    Tested-by: Kudu Jenkins
    Reviewed-by: Marton Greber <[email protected]>
    Reviewed-by: Zoltan Chovan <[email protected]>
    (cherry picked from commit 70a3a1dbdbf45e1a90f2f7e554bf1fde9fa89959)
    Reviewed-on: http://gerrit.cloudera.org:8080/22384
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Alexey Serbin <[email protected]>
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index d95e5d986..7b8b24f0f 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -77,7 +77,7 @@ BITSHUFFLE_VERSION=0.3.5
 BITSHUFFLE_NAME=bitshuffle-$BITSHUFFLE_VERSION
 BITSHUFFLE_SOURCE=$TP_SOURCE_DIR/$BITSHUFFLE_NAME
 
-ZLIB_VERSION=1.2.11
+ZLIB_VERSION=1.3.1
 ZLIB_NAME=zlib-$ZLIB_VERSION
 ZLIB_SOURCE=$TP_SOURCE_DIR/$ZLIB_NAME
 

Reply via email to