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

zlib-ng 2.2.2 #190968

Merged
merged 2 commits into from
Sep 17, 2024
Merged

zlib-ng 2.2.2 #190968

merged 2 commits into from
Sep 17, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
This release fixes a corruption bug with the inflateback implementation, this was
detected by Docker using pigz w/zlib-ng to decompress a 25GB image file and failing CRC.
Since this is so far the only known way to trigger the bug, it seems to be hard to hit.

Most of the rest are minor changes to avoid triggering warnings in MSVC or optional
warnings in other compilers, as well as a few minor fixes to the buildsystem and CI.

Changes

Important Fixes

  • Don't use chunkunroll for inflateBack #1773

Buildsystem

  • Enable warning C4242 and treat warnings as errors for Visual C++. #1768
  • Fixed false positive HAVE_ARMV6_INTRIN value on old ARM platforms #1774

CI/Test

  • Upgrade MacOS ARM64 UBSAN to use gcc-13. #1763

Misc

  • Fix compiler warnings #1762 #1764 #1765
  • Fix new Windows SDK build break #1771
  • Prepare to make use of unaligned loads on big endian in insert_string #1695

S390x

  • IBM zSystems: Hardcode HWCAP_S390_VXRS #1766

RISC-V

  • Better run-time detection of RVV vector instruction support #1770

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Sep 17, 2024
@chenrui333 chenrui333 added the CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot. label Sep 17, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 17, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 17, 2024
Merged via the queue into master with commit de7e5ff Sep 17, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-zlib-ng-2.2.2 branch September 17, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants