Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-09 | blobs/sources: fix backup links on some files | Leah Rowe | |
some files did not have backup links defined (the ones defined were the same as main links) Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-09 | use sha512sum to check downloads, not sha1sum | Leah Rowe | |
sha-1 has known collision issues, which may not be readily exploitable yet (in our context), but we should ideally use a more secure method for checking file integrity. therefore, use sha-2 (sha512sum) for checking files. this is slower than sha-1, but checksum verification is only a minor part of what lbmk does, so the overall effect on build times is quite negligible. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-04 | move me7_update_parser.py to util/ | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-04 | merge config/ and resources/ | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> |