summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-09-17 14:40:24 -0400
committerArmin Kuster <akuster808@gmail.com>2023-09-25 09:45:11 -0400
commit00c161827a86280e9d67eff58cd6e74b9e17fdaa (patch)
tree0de421e4cb3b0900f5b0fb7c47a2d92ee6c354c4
parenta13f453f692144b3be2983991243bb3b5c0fc2ae (diff)
downloadmeta-security-00c161827a86280e9d67eff58cd6e74b9e17fdaa.tar.gz
lkrg-module: update to 0.9.7
LIC_FILES_CHKSUM changed due to year update Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-kernel/lkrg/lkrg-module_0.9.7.bb (renamed from recipes-kernel/lkrg/lkrg-module_0.9.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.6.bb b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
index 421d924..020c3a1 100644
--- a/recipes-kernel/lkrg/lkrg-module_0.9.6.bb
+++ b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
@@ -5,13 +5,13 @@ SECTION = "security"
5HOMEPAGE = "https://www.openwall.com/lkrg/" 5HOMEPAGE = "https://www.openwall.com/lkrg/"
6LICENSE = "GPL-2.0-only" 6LICENSE = "GPL-2.0-only"
7 7
8LIC_FILES_CHKSUM = "file://LICENSE;md5=3f3e5dd56319d33a1944d635c1c86c6f" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=57534ed9f03a5810945cd9be4a81db41"
9 9
10DEPENDS = "virtual/kernel elfutils" 10DEPENDS = "virtual/kernel elfutils"
11 11
12SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main" 12SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main"
13 13
14SRCREV = "2481b3e2dd04eac945c31f99058b0aeee73c3a71" 14SRCREV = "5dc5cfea1f4dc8febdd5274d99e277c17df06acc"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17