You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern opam supports md5, sha256 and sha512; but many packages here are still only relying on a md5.
We should move them to all have a sha512 (a bit long, but actually faster to compute than sha256 on modern archs).
We can keep the existing md5 and just add more hashes, so there should be absolutely no disruptions; (that should not, in particular, trigger recompilations, but we'd better double-check)
The text was updated successfully, but these errors were encountered:
This issue has been open 90 days with no activity. Consequently, it is being marked with the "stale" label. What this means is that the issue will be automatically closed in 30 days unless more comments are added or the "stale" label is removed. If you come across this issue in the future, you may also find it helpful to visit our forum at https://discuss.ocaml.org where queries related to OCaml package management are very welcome.
Modern opam supports md5, sha256 and sha512; but many packages here are still only relying on a md5.
We should move them to all have a sha512 (a bit long, but actually faster to compute than sha256 on modern archs).
We can keep the existing md5 and just add more hashes, so there should be absolutely no disruptions; (that should not, in particular, trigger recompilations, but we'd better double-check)
The text was updated successfully, but these errors were encountered: