spectre-meltdown-checker: New package

Handy to have this available to check how well a system is protected
against Spectre & Meltdown

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2019-03-29 03:54:30 +00:00
parent 09daa9bc44
commit 64c99e09c6
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = spectre-meltdown-checker
version = 0.40
release = 1
groups = Development/Tools
url = https://github.com/speed47/spectre-meltdown-checker
license = GPLv3
summary = A script to tell if your sytem is vulnerable to Spectre/Meltdown
description
A shell script to tell if your system is vulnerable against the
several "speculative execution" CVEs that were made public in 2018.
end
source_dl = https://github.com/speed47/spectre-meltdown-checker/archive/%{version}.tar.gz#/
build
build
: # Nothing to do
end
install
mkdir -pv %{BUILDROOT}%{sbindir}
install -v -m 754 spectre-meltdown-checker.sh \
%{BUILDROOT}%{sbindir}/spectre-meltdown-checker
end
end
packages
package %{name}
end