Skip to content

creates_sources_inc: Replace SHA-1 with SHA-256

Heiko Becker requested to merge work/create-source-replace-sha1-with-sha256 into master

SHA-1 is basically broken since 2020 [1] and there's no reason to assume that sha256sum isn't available, so just use SHA-256 checksums. We use it for the versions file already, just not for the source info page of the release announcement yet.

[1] https://sha-mbles.github.io/

Merge request reports