pacman/scripts/libmakepkg/integrity
Eli Schwartz 135f4397c2 libmakepkg/integrity: fix regression that broke invalid file sigs
In 42e7020281 creating the gpg statusfile
for a source file was split into a separate function, which used the
return code to indicate unsigned files and proto-specific errors.
However, the fallback return code was set by the final gpg invocation,
which would be 1 if the signature was somehow broken (for example, the
key was not available in the gpg keyring). As a result makepkg thought
that file did not have a signature and skipped over it rather than
erroring out.

Fix this by explicitly setting the return code for all
verify_*_signature() functions.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-01-06 12:38:05 +10:00
..
generate_checksum.sh.in Update copyright years 2017-01-04 13:59:14 +10:00
generate_signature.sh.in makepkg: create signature files outside of fakeroot 2017-05-08 18:53:53 +10:00
verify_checksum.sh.in Update copyright years 2017-01-04 13:59:14 +10:00
verify_signature.sh.in libmakepkg/integrity: fix regression that broke invalid file sigs 2018-01-06 12:38:05 +10:00