diff options
| author | Coelacanthus <[email protected]> | 2021-10-24 18:06:14 +0800 |
|---|---|---|
| committer | Coelacanthus <[email protected]> | 2021-10-24 18:06:14 +0800 |
| commit | 1ff92522616e44c5a5d7577fd14e41f905ba3dd2 (patch) | |
| tree | 00de1829d676d0cf247e403f5b55f8f15355c688 | |
| parent | 31674b7581a3638667db705e6deb81608ca3ba76 (diff) | |
refactor(makepkg): using SHA512 and BLAKE2 as hash algo to harden it
Signed-off-by: Coelacanthus <[email protected]>
| -rw-r--r-- | makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
