Re: [bitbake-devel][PATCH] fetch: Upgrade shown checksum to SHA-512
Alexander Kanavin <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <CANNYZj-vJB83dvkE-Bt_EDFLdmVxu3gEx5mXg=PXstXKkOt4=w@mail.gmail.com> |
On Wed, 13 May 2026 at 16:46, Joshua Watt via lists.openembedded.org <[email protected]> wrote: > CHECKSUM_LIST = [ "goh1", "md5", "sha256", "sha1", "sha384", "sha512" ] > -SHOWN_CHECKSUM_LIST = ["sha256"] > +SHOWN_CHECKSUM_LIST = ["sha256", "sha512"] This raises so many questions :) - why suggest adding/fixing both sha256 and sha512 to users, and not just sha512? One checksum is enough, and causes less visual clutter in recipes - if sha512 is suggested, should devtool be tweaked to add that in version upgrades and newly added recipes? (something similar was previously done to assist md5 to sha256 transition) - last but not least, should we look into adding support for better, newer ways to identify commits in git, replacing the classic, not-that-secure sha1 ? Alex