From 1ff92522616e44c5a5d7577fd14e41f905ba3dd2 Mon Sep 17 00:00:00 2001 From: Coelacanthus Date: Sun, 24 Oct 2021 18:06:14 +0800 Subject: refactor(makepkg): using SHA512 and BLAKE2 as hash algo to harden it Signed-off-by: Coelacanthus --- makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makepkg.conf') diff --git a/makepkg.conf b/makepkg.conf index 92af8df..bcc1cb2 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -94,7 +94,7 @@ BUILDENV=(!distcc color !ccache check sign) OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug !lto) #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 -INTEGRITY_CHECK=(sha256) +INTEGRITY_CHECK=(sha512 b2) #-- Options to be used when stripping binaries. See `man strip' for details. STRIP_BINARIES="--strip-all" #-- Options to be used when stripping shared libraries. See `man strip' for details. -- cgit v1.3.1