Skip to content

Commit 11fa20b

Browse files
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 <hulk.website@gmail.com>
1 parent 270c10b commit 11fa20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/zlib.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ include_guard()
2020
include(cmake/utils.cmake)
2121

2222
FetchContent_DeclareGitHubWithMirror(zlib
23-
zlib-ng/zlib-ng 2.3.2
24-
MD5=7818ea3f3ad80873674faf500fd12a0d
23+
zlib-ng/zlib-ng 2.3.3
24+
MD5=a2c8df556b61266f100d331268123115
2525
)
2626

2727
FetchContent_MakeAvailableWithArgs(zlib

0 commit comments

Comments
 (0)