pacman/scripts/libmakepkg/integrity
Allan McRae 577701250d Use coreutils binaries for checking/generating checksums
If pacman is build against a crypto library other than openssl, it makes no
sense to require makepkg to use it.

The only currently considered alternative to openssl is nettle, which has no
binary for base64 encode/decode. This means that we could replace the hashing
cacluations with nettle-hash, but would require base64 from coreutils.

Given makepkg already relies heavily on coreutils, we might as well use all
the coreutils hashing binaries too.

This patch also improves the checking of required binaries for hashing
operations.

Signed-off-by: Allan McRae <allan@archlinux.org>
2016-10-22 20:50:55 +10:00
..
generate_checksum.sh.in Use coreutils binaries for checking/generating checksums 2016-10-22 20:50:55 +10:00
generate_signature.sh.in libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
verify_checksum.sh.in Use coreutils binaries for checking/generating checksums 2016-10-22 20:50:55 +10:00
verify_signature.sh.in libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00