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

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 11fa20bc7 chore(deps): Bump zlib version to v2.3.3 (#3361)
11fa20bc7 is described below

commit 11fa20bc796249dbdf0e7db42128637bb27caa3b
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Feb 4 14:20:03 2026 +0200

    chore(deps): Bump zlib version to v2.3.3 (#3361)
    
    Bump zlib version to v2.3.3 (changelog:
    https://github.com/zlib-ng/zlib-ng/releases/tag/2.3.3)
    
    Bugfix release
    
    **Key changes**
    
    - Make deflate output deterministic if stream is reused after
    deflateReset
    - Use GCC's may_alias attribute for access to buffers in crc32_chorba
    - Fix false-positive infinite loop warning detected by GCC-14 static
    analyzer
    - Fix warning for potentially uninitialized local variable ft used
    
    Co-authored-by: hulk <[email protected]>
---
 cmake/zlib.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake
index 88a902495..5299536e6 100644
--- a/cmake/zlib.cmake
+++ b/cmake/zlib.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(zlib
-  zlib-ng/zlib-ng 2.3.2
-  MD5=7818ea3f3ad80873674faf500fd12a0d
+  zlib-ng/zlib-ng 2.3.3
+  MD5=a2c8df556b61266f100d331268123115
 )
 
 FetchContent_MakeAvailableWithArgs(zlib

Reply via email to