summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-01-30 12:09:53 -0800
committerArmin Kuster <akuster808@gmail.com>2022-02-04 11:33:41 -0800
commit7df64c5c2e2d71c412493b84eaeee0e976cf900f (patch)
treefe5adeb8239a110fec7302c4d24135b4b0bce168
parentdeeadddfb4539d9fe3b78ef704e279ac4fc1e07b (diff)
downloadmeta-security-7df64c5c2e2d71c412493b84eaeee0e976cf900f.tar.gz
lkrg-module: update to 0.9.2
see https://github.com/lkrg-org/lkrg Support new stable and mainline kernels 5.14 to at least 5.16-rc* Support new longterm kernels 5.4.118+, 4.19.191+, 4.14.233+ update SRC_URI as location changed. refresh patch. Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-kernel/lkrg/files/makefile_cleanup.patch8
-rw-r--r--recipes-kernel/lkrg/lkrg-module_0.9.2.bb (renamed from recipes-kernel/lkrg/lkrg-module_0.9.1.bb)4
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/lkrg/files/makefile_cleanup.patch b/recipes-kernel/lkrg/files/makefile_cleanup.patch
index 106dc3f..a4db2d9 100644
--- a/recipes-kernel/lkrg/files/makefile_cleanup.patch
+++ b/recipes-kernel/lkrg/files/makefile_cleanup.patch
@@ -4,10 +4,10 @@ This needs more work. Its my starting point.
4 4
5Signed-off-by: Armin Kuster <akuster808@gmail.com> 5Signed-off-by: Armin Kuster <akuster808@gmail.com>
6 6
7Index: lkrg-0.9.0/Makefile 7Index: lkrg-0.9.2/Makefile
8=================================================================== 8===================================================================
9--- lkrg-0.9.0.orig/Makefile 9--- lkrg-0.9.2.orig/Makefile
10+++ lkrg-0.9.0/Makefile 10+++ lkrg-0.9.2/Makefile
11@@ -4,28 +4,10 @@ 11@@ -4,28 +4,10 @@
12 # Author: 12 # Author:
13 # - Adam 'pi3' Zabrocki (http://pi3.com.pl) 13 # - Adam 'pi3' Zabrocki (http://pi3.com.pl)
@@ -39,7 +39,7 @@ Index: lkrg-0.9.0/Makefile
39 src/modules/hashing/p_lkrg_fast_hash.o \ 39 src/modules/hashing/p_lkrg_fast_hash.o \
40 src/modules/comm_channel/p_comm_channel.o \ 40 src/modules/comm_channel/p_comm_channel.o \
41 src/modules/integrity_timer/p_integrity_timer.o \ 41 src/modules/integrity_timer/p_integrity_timer.o \
42@@ -91,23 +73,14 @@ $(TARGET)-objs += src/modules/ksyms/p_re 42@@ -92,23 +74,14 @@ $(TARGET)-objs += src/modules/ksyms/p_re
43 src/p_lkrg_main.o 43 src/p_lkrg_main.o
44 44
45 45
diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.1.bb b/recipes-kernel/lkrg/lkrg-module_0.9.2.bb
index 782c6e3..e055fbe 100644
--- a/recipes-kernel/lkrg/lkrg-module_0.9.1.bb
+++ b/recipes-kernel/lkrg/lkrg-module_0.9.2.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5105ead24b08a32954f34cbaa7112432"
9 9
10DEPENDS = "virtual/kernel elfutils" 10DEPENDS = "virtual/kernel elfutils"
11 11
12SRC_URI = "https://www.openwall.com/lkrg/lkrg-${PV}.tar.gz \ 12SRC_URI = "https://download.openwall.net/pub/projects/lkrg/lkrg-${PV}.tar.gz \
13 file://makefile_cleanup.patch " 13 file://makefile_cleanup.patch "
14 14
15SRC_URI[sha256sum] = "cabbee1addbf3ae23a584203831e4bd1b730d22bfd1b3e44883214f220b3babd" 15SRC_URI[sha256sum] = "c2b501c47089cce3ec3114cef6520b73aa3a098836183186b9bb5e097c99ac27"
16 16
17S = "${WORKDIR}/lkrg-${PV}" 17S = "${WORKDIR}/lkrg-${PV}"
18 18