Skip to content

Commit

Permalink
app-admin/kernel-hardening-checker: add 0.6.10
Browse files Browse the repository at this point in the history
Signed-off-by: Agostino Sarubbo <[email protected]>
  • Loading branch information
asarubbo committed Sep 2, 2024
1 parent 26b012a commit 85fbd35
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-admin/kernel-hardening-checker/Manifest
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
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

0 comments on commit 85fbd35

Please sign in to comment.