pacman/scripts/libmakepkg/integrity
Eli Schwartz 9c8d7a8093 libmakepkg/integrity: fix regression that broke --install
In commit c6b04c0465 package signing was
moved out of fakeroot, and as part of this process, the global pkgname
variable was modified in order to extract the built package names.

However, if a debug package was not available and added to the list of
packages, the function was aborted early, before the pkgname array was
restored, thereby corrupting the later stages of makepkg and
specifically the install_package function which needs to know which
pkgnames to install.

Fix this by inlining the debug package signing inside the `if` check,
and as added security switch to using `for pkg in "${pkgname[@]}"` as is
done in many other parts of makepkg, since package signing does not
depend on the value of pkgname for anything.

Additionally, since debug packages may not actually exist, check if the
package file exists first.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-03-15 11:30:20 +10:00
..
generate_checksum.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
generate_signature.sh.in libmakepkg/integrity: fix regression that broke --install 2018-03-15 11:30:20 +10:00
verify_checksum.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
verify_signature.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00