forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-admin/kernel-hardening-checker: add 0.6.10
Signed-off-by: Agostino Sarubbo <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kernel-hardening-checker-0.6.10.gh.tar.gz 3438466 BLAKE2B 5a31b7ca1de56e7c3297559486b53b4bf071d53800c9f405840fa002c583162b2b4ff4e1c9188d19e12145d6b7480fb3e8183958b2027827cc2349aea6a2acf4 SHA512 d006234c3d4eaea4440276fc18f3eb5eaf131dfdddec301063491b00562bdabe7b2528487eb5f5110c235a6b9a752a5896b7f5e71d2476358b207fd7da7e4426 | ||
DIST kernel-hardening-checker-0.6.6.gh.tar.gz 3262987 BLAKE2B b3dd5ab4732755b4ea56a65a89d923e8a70eb7c9446231b30f5ca27753883602dbda2ec64e5cabb00f074e3edad584d7819454d0ad5cd214b5ac0d6856979588 SHA512 1c8b71fe5c3befe3e4a76b3a840fe0c057ff334a74c82648134189d95e54c7b5b36fdfef9689d8fa9d1d5afe6c0e296472d244295f3dd18124d815f8dcd75ef8 |
19 changes: 19 additions & 0 deletions
19
app-admin/kernel-hardening-checker/kernel-hardening-checker-0.6.10.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DISTUTILS_USE_PEP517=setuptools | ||
PYTHON_COMPAT=( python3_{10..12} ) | ||
|
||
inherit distutils-r1 | ||
|
||
DESCRIPTION="A tool for checking the security hardening options of the Linux kernel" | ||
HOMEPAGE="https://github.com/a13xp0p0v/kernel-hardening-checker" | ||
LICENSE="GPL-3" | ||
SLOT="0" | ||
|
||
SRC_URI="https://github.com/a13xp0p0v/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" | ||
KEYWORDS="~amd64" | ||
|
||
distutils_enable_tests pytest |