Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
script/seccomp.sh: check tarball sha256
Add checking of downloaded tarball checksum. In case it doesn't match, the error is like this: libseccomp-2.5.4.tar.gz checksum mismatch! In case the checksum for a particular version is not specified in the script, the error will look like this: ./script/seccomp.sh: line 29: SECCOMP_SHA256[${ver}]: unbound variable Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit c532f33) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
- Loading branch information