Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zlib into CMakeLists.txt (backport #1128) #1195

Merged
merged 1 commit into from
May 7, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 6, 2024

Changes in 1.3 (18 Aug 2023)

  • Remove K&R function definitions and zlib2ansi
  • Fix bug in deflateBound() for level 0 and memLevel 9
  • Fix bug when gzungetc() is used immediately after gzopen()
  • Fix bug when using gzflush() with a very small buffer
  • Fix crash when gzsetparams() attempted for transparent write
  • Fix test/example.c to work with FORCE_STORED
  • Rewrite of zran in examples (see zran.c version history)
  • Fix minizip to allow it to open an empty zip file
  • Fix reading disk number start on zip64 files in minizip
  • Fix logic error in minizip argument processing
  • Add minizip testing to Makefile
  • Read multiple bytes instead of byte-by-byte in minizip unzip.c
  • Add memory sanitizer to configure (--memory)
  • Various portability improvements
  • Various documentation improvements
  • Various spelling and typo corrections
    This is an automatic backport of pull request Update zlib into CMakeLists.txt #1128 done by Mergify.

Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug when gzungetc() is used immediately after gzopen()
- Fix bug when using gzflush() with a very small buffer
- Fix crash when gzsetparams() attempted for transparent write
- Fix test/example.c to work with FORCE_STORED
- Rewrite of zran in examples (see zran.c version history)
- Fix minizip to allow it to open an empty zip file
- Fix reading disk number start on zip64 files in minizip
- Fix logic error in minizip argument processing
- Add minizip testing to Makefile
- Read multiple bytes instead of byte-by-byte in minizip unzip.c
- Add memory sanitizer to configure (--memory)
- Various portability improvements
- Various documentation improvements
- Various spelling and typo corrections

Signed-off-by: mosfet80 <realeandrea@yahoo.it>
Co-authored-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 32eb8b9)
@mergify mergify bot requested a review from ahcorde as a code owner May 6, 2024 21:21
Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@ahcorde ahcorde merged commit bd78883 into jazzy May 7, 2024
2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the mergify/bp/jazzy/pr-1128 branch May 7, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants