Closed
Conversation
dongjoon-hyun
added a commit
that referenced
this pull request
Apr 15, 2026
### What changes were proposed in this pull request? This PR upgrades the C++ ZLIB dependency from 1.3.1 to 1.3.2. ### Why are the changes needed? To keep the dependency up to date with the latest stable release. - https://www.zlib.net/ChangeLog.txt ``` Changes in 1.3.2 (17 Feb 2026) - Continued rewrite of CMake build [Vollstrecker] - Various portability improvements - Various github workflow additions and improvements - Check for negative lengths in crc32_combine functions - Copy only the initialized window contents in inflateCopy - Prevent the use of insecure functions without an explicit request - Add compressBound_z and deflateBound_z functions for large values - Use atomics to build inflate fixed tables once - Add definition of ZLIB_INSECURE to build tests with c89 and c94 - Add --undefined option to ./configure for UBSan checker - Copy only the initialized deflate state in deflateCopy - Zero inflate state on allocation - Remove untgz from contrib - Add _z versions of the compress and uncompress functions - Vectorize the CRC-32 calculation on the s390x - Set bit 11 of the zip header flags in minizip if UTF-8 - Update OS/400 support - Add a test to configure to check for a working compiler - Check for invalid NULL pointer inputs to zlib operations - Add --mandir to ./configure to specify manual directory - Add LICENSE.Info-Zip to contrib/minizip - Remove vstudio projects in lieu of cmake-generated projects - Replace strcpy() with memcpy() in contrib/minizip ``` ### How was this patch tested? Existing tests. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code Closes #2602 from dongjoon-hyun/ORC-2150. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 45435f1) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to main/2.3. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR upgrades the C++ ZLIB dependency from 1.3.1 to 1.3.2.
Why are the changes needed?
To keep the dependency up to date with the latest stable release.
How was this patch tested?
Existing tests.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code