mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
lkrg: merge and fix https://github.com/pentoo/pentoo-overlay/pull/741 manually
This commit is contained in:
parent
27da8ac6cf
commit
084b068a39
4 changed files with 39 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
DIST lkrg-0.8.1.tar.gz 107103 BLAKE2B b46832f84d5bfb82c6aac7f8c8af8c963ed6462fdf2b62710a6ac90e8f905356725b618af642cdbc2c24c5bdf5d4c0a3f0f255b7c89d2ed80d0ab865dea5e795 SHA512 38dd9e4d3b5a3011a23b94ca6e63ce61816a98e329eb8e5f127928d42e7ba3fa0acf2679d00327c77a1bc1e351200916a22a54a1a6b17297d0affc466a1e5e74
|
||||
DIST lkrg-0.8.1_p20210341.tar.gz 112315 BLAKE2B 540b2b705ff7c13d705efb771190b66f25200cdb4322d8b2bc85a37518b736cc93c219c6b74ffc1010021dd3841add758c9549cbee0ecf52be69bb5dc79fba3a SHA512 f9a1126617dc313d6186dcb7336e7e92c2d87c60dc2bf8361578cc81abb83bc8cdb9805a4d8cdd55119a2974287aff6ab7d01905c6b52dd65895041c6188e8e9
|
||||
DIST lkrg-0.9.1.tar.gz 121565 BLAKE2B 89177039adb5cd8624c3f59fbd3583bbe4318567ab40debf2ca625365a55df2eac5a448a01e5007ba160623f8464df03575ef2e0f02583ea3ba25571157a9d92 SHA512 1a943e76cf2c53a29807758f688c3bc346c7a03d0fdd03e5efd506e08d9d89d902a472c745885ff38c43f1f8a016925f6936fb8764c842e22a3a43553f5cf2e2
|
||||
DIST lkrg-0.9.1_p20210913.tar.gz 127704 BLAKE2B e900e12cbfe8a8ab899f502f9a7cf6b370d742fd503ed6486b7117e0573b2cfa10652d6a058a2bc28963d60d340c4d32db492107669aff0d5c5329c21663d6bb SHA512 5c5803e92c48861d77e01104e5b8364d8004357c91a653dab93fc7c019a81f6a034fadecd2c7f769dfc04be1042180dbd8a211d766bf6561a9b90e05d37b6134
|
||||
|
|
|
|||
36
app-antivirus/lkrg/lkrg-0.9.1_p20210913.ebuild
Normal file
36
app-antivirus/lkrg/lkrg-0.9.1_p20210913.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit linux-mod linux-info
|
||||
|
||||
DESCRIPTION="Linux Kernel Runtime Guard"
|
||||
HOMEPAGE="https://www.openwall.com/lkrg/"
|
||||
HASH_COMMIT="dd7fcec11f11efe0ae2fc6b8aa7b32880484a48b"
|
||||
SRC_URI="https://github.com/openwall/lkrg/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
#SRC_URI="https://www.openwall.com/lkrg/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
MODULE_NAMES="p_lkrg(misc:${S}:${S})"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
pkg_setup() {
|
||||
local CONFIG_CHECK="JUMP_LABEL"
|
||||
linux-mod_pkg_setup
|
||||
|
||||
# compile against selected (not running) target
|
||||
BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}"
|
||||
BUILD_TARGETS="clean all"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "Usage:"
|
||||
einfo "modprobe p_lkrg p_init_log_level=3"
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
app-antivirus/lkrg
|
||||
1
profiles/pentoo/overlay/package.accept_keywords/app-antivirus
Symbolic link
1
profiles/pentoo/overlay/package.accept_keywords/app-antivirus
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../base/package.accept_keywords/app-antivirus
|
||||
Loading…
Reference in a new issue