pacman/scripts/libmakepkg
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
..
integrity Use coreutils binaries for checking/generating checksums 2016-10-22 20:50:55 +10:00
lint_package Update copyright years for 2016 2016-01-04 13:27:08 +10:00
lint_pkgbuild lint_pkgbuild/pkgname: pkgname is not allowed to be empty 2016-10-10 10:38:05 +10:00
source Update copyright years for 2016 2016-01-04 13:27:08 +10:00
tidy libmakepkg: ensure emptydir find command acts on individual directories 2016-03-21 13:14:56 +10:00
util makepkg: Move parseopts from library to libmakepkg 2016-10-22 20:50:54 +10:00
.gitignore libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
integrity.sh.in libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
lint_package.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
lint_pkgbuild.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
source.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
srcinfo.sh.in libmakepkg: extract functions for writing .SRCINFO files 2016-03-28 16:26:12 +10:00
tidy.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
util.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00