mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-11 04:20:34 +00:00
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>
This commit is contained in:
@@ -4,10 +4,10 @@ This needs more work. Its my starting point.
|
|||||||
|
|
||||||
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
||||||
|
|
||||||
Index: lkrg-0.9.0/Makefile
|
Index: lkrg-0.9.2/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- lkrg-0.9.0.orig/Makefile
|
--- lkrg-0.9.2.orig/Makefile
|
||||||
+++ lkrg-0.9.0/Makefile
|
+++ lkrg-0.9.2/Makefile
|
||||||
@@ -4,28 +4,10 @@
|
@@ -4,28 +4,10 @@
|
||||||
# Author:
|
# Author:
|
||||||
# - Adam 'pi3' Zabrocki (http://pi3.com.pl)
|
# - Adam 'pi3' Zabrocki (http://pi3.com.pl)
|
||||||
@@ -39,7 +39,7 @@ Index: lkrg-0.9.0/Makefile
|
|||||||
src/modules/hashing/p_lkrg_fast_hash.o \
|
src/modules/hashing/p_lkrg_fast_hash.o \
|
||||||
src/modules/comm_channel/p_comm_channel.o \
|
src/modules/comm_channel/p_comm_channel.o \
|
||||||
src/modules/integrity_timer/p_integrity_timer.o \
|
src/modules/integrity_timer/p_integrity_timer.o \
|
||||||
@@ -91,23 +73,14 @@ $(TARGET)-objs += src/modules/ksyms/p_re
|
@@ -92,23 +74,14 @@ $(TARGET)-objs += src/modules/ksyms/p_re
|
||||||
src/p_lkrg_main.o
|
src/p_lkrg_main.o
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5105ead24b08a32954f34cbaa7112432"
|
|||||||
|
|
||||||
DEPENDS = "virtual/kernel elfutils"
|
DEPENDS = "virtual/kernel elfutils"
|
||||||
|
|
||||||
SRC_URI = "https://www.openwall.com/lkrg/lkrg-${PV}.tar.gz \
|
SRC_URI = "https://download.openwall.net/pub/projects/lkrg/lkrg-${PV}.tar.gz \
|
||||||
file://makefile_cleanup.patch "
|
file://makefile_cleanup.patch "
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "cabbee1addbf3ae23a584203831e4bd1b730d22bfd1b3e44883214f220b3babd"
|
SRC_URI[sha256sum] = "c2b501c47089cce3ec3114cef6520b73aa3a098836183186b9bb5e097c99ac27"
|
||||||
|
|
||||||
S = "${WORKDIR}/lkrg-${PV}"
|
S = "${WORKDIR}/lkrg-${PV}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user