From 20d12f943ef9a04304fcb7bfdb78aea05c2f372a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Wed, 6 Apr 2022 13:16:54 +0200 Subject: [PATCH] buildscript: drop md5 checksum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The md5 checksum has not been used by fff-upgrade since 2016 [1]. Since md5 does not have any advantages over sha256 in our use case, drop md5 checksum entirely. [1] da1199a55ba5a5601b58bc2b2908c43e8e49ba31 Signed-off-by: Fabian Bläse Reviewed-by: Christian Dresel --- buildscript | 1 - 1 file changed, 1 deletion(-) diff --git a/buildscript b/buildscript index 469d2162..9b194e7e 100755 --- a/buildscript +++ b/buildscript @@ -313,7 +313,6 @@ buildrelease() { cd bin/$variant for binary in *.bin *.img *.img.gz *.tar; do - md5sum "$binary" > ./"$binary".md5 sha256sum "$binary" > ./"$binary".sha256 done echo -e "VERSION:$version" > release.nfo