zarith*: use sha256 instead of md5 for extra-files checksums #25874
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.
Dear opam-repository maintainers,
I'm keen to get rid of md5 checksums in the opam-repository. I hope this is a shared goal with you as well.
To keep the ball rolling, I submitted a new lint for opam-repo-ci ocurrent/opam-repo-ci#304 which yells if only MD5 is used as checksum -- so no new md5 checksums should be accepted in this repository.
A second step is to convert the existing md5 checksums to sha256. I started with
opam admin update-extrafiles --hash=sha256
(from opam 2.2). Here is a tiny output, I can as well push a PR with all the changes (though some should be avoided where the existing checksum is sha512). Please let me know what you think about the roadmap and this specific PR. If you have other plans, we can also drop this PR and take a different ship.Thanks,
Hannes