build(deps): bump miniz to 3.1.1 - #774
Merged
Merged
Conversation
`miniz/3.0.2` is no longer listed in conan-center-index's `config.yml` — only `3.0.1` and `3.1.1` remain. The published revision still resolves, so nothing is broken today, but the pin receives no further recipe revisions. 3.1.x is also where miniz resumed maintenance after a two-and-a-half year gap, under a new maintainer: it fixes a central-directory offset overflow, guards against an infinite loop in `tinfl_decompress`, and adds fuzz targets. The full suite passes unchanged against the pinned reference output, so the deflate stream we write is byte-identical.
andiwand
force-pushed
the
chore/miniz-3.1.1
branch
from
August 29, 2026 17:58
c52dc76 to
adbb39e
Compare
This was referenced Aug 29, 2026
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.
🤖 Generated with Claude Code
miniz/3.0.2has been dropped from conan-center-index'sconfig.yml— only3.0.1and3.1.1remain. The published revision still resolves from the remote,so nothing is broken today, but the pin receives no further recipe revisions.
3.1.x is also where miniz resumed maintenance after a two-and-a-half year gap
(3.0.2 was January 2023, 3.1.0 September 2025), under a new maintainer. It brings
a central-directory offset overflow fix, a guard against an infinite loop in
tinfl_decompress, CMake 4 support and new fuzz targets.Both
conanfile.pyand the oneconan.lockline are edited by hand, so nounrelated pins drift.
Verification
conan install+ a clean RelWithDebInfo build againstminiz/3.1.1.unchanged, so the deflate stream we write is byte-identical — which is the
thing a zip-backend bump could plausibly have broken.
Context: #767. The evaluation there concludes we stay on miniz, so this bump is
the whole of the dependency work.