From: Michael Tremer Date: Fri, 24 Sep 2021 18:05:45 +0000 (+0000) Subject: packager: Disable sha256 checksums X-Git-Tag: 0.9.28~927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0ae0aee3aa7cc49da9a15f43ce4b16bc8f48ec;p=pakfire.git packager: Disable sha256 checksums We are only storing one type now, so there is no point in even computing the other one Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/packager.c b/src/libpakfire/packager.c index 19583f1ad..9fd72ac1a 100644 --- a/src/libpakfire/packager.c +++ b/src/libpakfire/packager.c @@ -207,7 +207,6 @@ static int pakfire_packager_create_payload(struct pakfire_packager* p) { // Enable cryptographic checksums "sha512", - "sha256", NULL, }; @@ -823,7 +822,6 @@ int pakfire_packager_finish(struct pakfire_packager* packager, FILE* f) { // Add the checksums "sha512", - "sha256", NULL, };