From 3e6a7c173a06741f9d44cbaba94aeb680700d399 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 17 Mar 2023 16:05:32 -0400 Subject: lkrg-modules: update to 0.9.6 Signed-off-by: Armin Kuster --- recipes-kernel/lkrg/lkrg-module_0.9.5.bb | 38 -------------------------------- recipes-kernel/lkrg/lkrg-module_0.9.6.bb | 38 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 recipes-kernel/lkrg/lkrg-module_0.9.5.bb create mode 100644 recipes-kernel/lkrg/lkrg-module_0.9.6.bb diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.5.bb b/recipes-kernel/lkrg/lkrg-module_0.9.5.bb deleted file mode 100644 index fa46cb6..0000000 --- a/recipes-kernel/lkrg/lkrg-module_0.9.5.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY = "Linux Kernel Runtime Guard" -DESCRIPTION="LKRG performs runtime integrity checking of the Linux \ -kernel and detection of security vulnerability exploits against the kernel." -SECTION = "security" -HOMEPAGE = "https://www.openwall.com/lkrg/" -LICENSE = "GPL-2.0-only" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=3f3e5dd56319d33a1944d635c1c86c6f" - -DEPENDS = "virtual/kernel elfutils" - -SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main" - -SRCREV = "c58cb52145b8e8ccc6bd19079f5c835933281cdc" - -S = "${WORKDIR}/git" - -inherit module kernel-module-split - -MAKE_TARGETS = "modules" - -MODULE_NAME = "lkrg" - -do_configure:append () { - sed -i -e 's/^all/modules/' ${S}/Makefile - sed -i -e 's/^install/modules_install/' ${S}/Makefile - sed -i -e 's/KERNEL/KERNEL_SRC/g' ${S}/Makefile -} - -module_do_install() { - install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME} - install -m 0644 ${MODULE_NAME}.ko \ - ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME}/${MODULE_NAME}.ko -} - -RPROVIDES:${PN} += "kernel-module-lkrg" - -COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.6.bb b/recipes-kernel/lkrg/lkrg-module_0.9.6.bb new file mode 100644 index 0000000..421d924 --- /dev/null +++ b/recipes-kernel/lkrg/lkrg-module_0.9.6.bb @@ -0,0 +1,38 @@ +SUMMARY = "Linux Kernel Runtime Guard" +DESCRIPTION="LKRG performs runtime integrity checking of the Linux \ +kernel and detection of security vulnerability exploits against the kernel." +SECTION = "security" +HOMEPAGE = "https://www.openwall.com/lkrg/" +LICENSE = "GPL-2.0-only" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=3f3e5dd56319d33a1944d635c1c86c6f" + +DEPENDS = "virtual/kernel elfutils" + +SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main" + +SRCREV = "2481b3e2dd04eac945c31f99058b0aeee73c3a71" + +S = "${WORKDIR}/git" + +inherit module kernel-module-split + +MAKE_TARGETS = "modules" + +MODULE_NAME = "lkrg" + +do_configure:append () { + sed -i -e 's/^all/modules/' ${S}/Makefile + sed -i -e 's/^install/modules_install/' ${S}/Makefile + sed -i -e 's/KERNEL/KERNEL_SRC/g' ${S}/Makefile +} + +module_do_install() { + install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME} + install -m 0644 ${MODULE_NAME}.ko \ + ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME}/${MODULE_NAME}.ko +} + +RPROVIDES:${PN} += "kernel-module-lkrg" + +COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" -- cgit v1.2.3-54-g00ecf