From 5234c4dab37639f05bc5820e0b767b6fa8513137 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 12 Jul 2015 12:22:00 -0400 Subject: download/flashrom: Verify checksums of downloaded files --- (limited to 'docs/maintain/index.html') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 82bdc98..fce269c 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -543,6 +543,15 @@

Patches are in resources/flashrom/patch/

+

+ Note: you will also need to replace the sha512 sums in + resources/scripts/helpers/sha512sums/flashrom. Do this with + an unmodified version of flashrom, from the commit that you are using, + and make sure that the files/directories beginning with .svn do not + appear in the list of sha512 checksums. You can generate the list like so:
+ $ rm -f ../resources/scripts/helpers/sha512sums/flashrom
+ $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/flashrom; done +

Back to top of page. -- cgit v0.9.1