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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70a3a1dbd [thirdparty] Upgrade zlib to 1.3.1
70a3a1dbd is described below

commit 70a3a1dbdbf45e1a90f2f7e554bf1fde9fa89959
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]>
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index daa33d64c..2e837da2f 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