mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
lkrg-module: covert to git fetcher
This allows to track tip easier. refresh patch Fix LICENSE to match SPDX format 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>
|
||||
|
||||
Index: lkrg-0.9.2/Makefile
|
||||
Index: git/Makefile
|
||||
===================================================================
|
||||
--- lkrg-0.9.2.orig/Makefile
|
||||
+++ lkrg-0.9.2/Makefile
|
||||
--- git.orig/Makefile
|
||||
+++ git/Makefile
|
||||
@@ -4,28 +4,10 @@
|
||||
# Author:
|
||||
# - Adam 'pi3' Zabrocki (http://pi3.com.pl)
|
||||
|
||||
@@ -3,18 +3,18 @@ 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 = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5105ead24b08a32954f34cbaa7112432"
|
||||
|
||||
DEPENDS = "virtual/kernel elfutils"
|
||||
|
||||
SRC_URI = "https://download.openwall.net/pub/projects/lkrg/lkrg-${PV}.tar.gz \
|
||||
SRCREV = "43db5f19fca259feb1962f6db33382348cbc8320"
|
||||
|
||||
SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main \
|
||||
file://makefile_cleanup.patch "
|
||||
|
||||
SRC_URI[sha256sum] = "c2b501c47089cce3ec3114cef6520b73aa3a098836183186b9bb5e097c99ac27"
|
||||
|
||||
S = "${WORKDIR}/lkrg-${PV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit module kernel-module-split
|
||||
|
||||
|
||||
Reference in New Issue
Block a user