diff options
author | Oliver Smith <ollieparanoid@bitmessage.ch> | 2018-01-30 22:29:54 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 00:40:07 +0100 |
commit | 6981f3a6ae1cab387dd4273e3483a07d932d827f (patch) | |
tree | ff96c48d699079a0dccd27958def36d6ac809c0d /abuild-tar.c | |
parent | 54dbf5f383a7a4248517fb7ddcb3bbf7d22f0d8b (diff) | |
download | abuild-6981f3a6ae1cab387dd4273e3483a07d932d827f.tar.gz abuild-6981f3a6ae1cab387dd4273e3483a07d932d827f.tar.bz2 abuild-6981f3a6ae1cab387dd4273e3483a07d932d827f.tar.xz abuild-6981f3a6ae1cab387dd4273e3483a07d932d827f.zip |
abuild: Change -f (force) to not ignore checksums/init scripts
The force flag used to skip the following functions, without any
documentation in the help (-h) output:
* verify (checksum verification)
* initdcheck (check if the init scripts are openrc scripts)
* check_arch (check if the target architecture is in "arch=")
* check_libc (check if the target libc is masked in the options)
This was counter-intuitive and could even be dangerous (when one relies
on the checksum verification to prevent man-in-the-middle attacks, but
always uses the -f flag).
With this commit, it only skips check_arch and check_libc besides the
package up to date check and the help output mentions this.
Diffstat (limited to 'abuild-tar.c')
0 files changed, 0 insertions, 0 deletions