sys-apps/intel-sa-00075-tools - 1.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-apps/intel-sa-00075-tools-1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/intel-sa-00075-tools-1.0

Or alternatively:

emerge --autounmask-write -a =sys-apps/intel-sa-00075-tools-1.0

Package Information

Description:
Tools from Intel to detect and mitigate the AMT/MEI vulnerability
Homepage:
https://downloadcenter.intel.com/download/26799/INTEL-SA-00075-Linux-Detection-and-Mitigation-Tools
License:
GPL-2 BSD

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

MY_PN="INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools"

DESCRIPTION="Tools from Intel to detect and mitigate the AMT/MEI vulnerability"
HOMEPAGE="https://downloadcenter.intel.com/download/26799/INTEL-SA-00075-Linux-Detection-and-Mitigation-Tools"
SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

PATCHES=(
	"${FILESDIR}/${PN}-makefile.patch"
	"${FILESDIR}/${PN}-wordsize.patch"
)

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}

Inherited Eclasses

Manifest for 1.0

Type File Size Source URLs
DIST intel-sa-00075-tools-1.0.tar.gz 18750 bytes https://github.com/intel/INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools/archive/1.0.tar.gz