summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-12-14 20:34:02 -0500
committerArmin Kuster <akuster808@gmail.com>2023-12-29 09:09:30 -0500
commita0731b7b3c26a91b7b37f041d268fd48974620d9 (patch)
treee3abe5d4372f13578f312748793c1c66f623b753
parent699ffcbdaf173cd26c5eab3927a3f13b44d61780 (diff)
downloadmeta-security-a0731b7b3c26a91b7b37f041d268fd48974620d9.tar.gz
lynis: Update SRC_URI to improve updater
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-compliance/lynis/lynis_3.0.9.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-compliance/lynis/lynis_3.0.9.bb b/recipes-compliance/lynis/lynis_3.0.9.bb
index 8c796c0..5b5864c 100644
--- a/recipes-compliance/lynis/lynis_3.0.9.bb
+++ b/recipes-compliance/lynis/lynis_3.0.9.bb
@@ -6,12 +6,14 @@ HOMEDIR = "https://cisofy.com/"
6LICENSE = "GPL-3.0-only" 6LICENSE = "GPL-3.0-only"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1"
8 8
9SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz \ 9SRC_URI = "https://downloads.cisofy.com/lynis/${BPN}-${PV}.tar.gz \
10 file://0001-osdetection-add-OpenEmbedded-and-Poky.patch \ 10 file://0001-osdetection-add-OpenEmbedded-and-Poky.patch \
11 " 11 "
12 12
13SRC_URI[sha256sum] = "f394df7d20391fb76e975ae88f3eba1da05ac9c4945e2c7f709326e185e17025" 13SRC_URI[sha256sum] = "f394df7d20391fb76e975ae88f3eba1da05ac9c4945e2c7f709326e185e17025"
14 14
15#UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis"
16
15S = "${WORKDIR}/${BPN}" 17S = "${WORKDIR}/${BPN}"
16 18
17inherit autotools-brokensep 19inherit autotools-brokensep