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
We should compute and display SHA-256 hashes of tarballs in make release and make it clear that MD5 is unsafe and for compatibility only. I think we should keep all the MD5 hashes for now to avoid any compatibility issues related to sourceforge. But after sourceforge is retired, it should be safe to remove all uses of MD5.
HOWTO-release.md should also be updated accordingly.
alexvong243f
changed the title
Makefile: Compute and display SHA-256 of tarballs in Makefile
Makefile: Compute and display SHA-256 of tarballs in make releaseAug 12, 2022
Sounds good but I'm not sure how much of the pkg install -forge routines use md5 and those are still in use back to Octave 4 or something like that. So thread lightly and keep both!
Sure, we should wait long enough and test throughly before removing any legacy stuff.
Also, we should investigate whether upstream is still using legacy hash functions such as MD5 or SHA-1 and fix it accordingly. For instance, help hash still uses MD5 and SHA-1 as the only examples, which isn't helpful if we want users not to use them...
We should compute and display SHA-256 hashes of tarballs in
make release
and make it clear that MD5 is unsafe and for compatibility only. I think we should keep all the MD5 hashes for now to avoid any compatibility issues related to sourceforge. But after sourceforge is retired, it should be safe to remove all uses of MD5.HOWTO-release.md
should also be updated accordingly.Related to #1180.
The text was updated successfully, but these errors were encountered: