From 80b6b58e40802c6b3ef5102701ced31d06653f16 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 15 Jan 2026 02:08:10 +0200 Subject: [PATCH] meta-security-compliance: Update lynis Update lynis SRC_URI to fix building, and while at it bump to 3.0.9 which hopefully be a transparent upgrade for anyone still on kirkstone. Signed-off-by: Scott Murray --- .../lynis/{lynis_3.0.0.bb => lynis_3.0.9.bb} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-security-compliance/recipes-auditors/lynis/{lynis_3.0.0.bb => lynis_3.0.9.bb} (84%) diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_3.0.0.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_3.0.9.bb similarity index 84% rename from meta-security-compliance/recipes-auditors/lynis/lynis_3.0.0.bb rename to meta-security-compliance/recipes-auditors/lynis/lynis_3.0.9.bb index f665e29..e72589e 100644 --- a/meta-security-compliance/recipes-auditors/lynis/lynis_3.0.0.bb +++ b/meta-security-compliance/recipes-auditors/lynis/lynis_3.0.9.bb @@ -6,9 +6,11 @@ HOMEDIR = "https://cisofy.com/" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" -SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz" +SRC_URI = "https://downloads.cisofy.com/lynis/archive/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "3cc165f9007ba41de6d0b693a1167dbaf0179085f9506dcba64b4b8e37e1bda2" +SRC_URI[sha256sum] = "f394df7d20391fb76e975ae88f3eba1da05ac9c4945e2c7f709326e185e17025" + +UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" S = "${WORKDIR}/${BPN}"