summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarta Rybczynska <marta.rybczynska@ygreky.com>2025-09-22 13:21:36 +0200
committerMarta Rybczynska <marta.rybczynska@ygreky.com>2025-10-08 17:34:14 +0200
commitea965e298ac9ec0bfe1f4ae0e59252bd8f7f03f2 (patch)
treeff0e0578aebd9e4bda6ba58d872ac692c05179d8
parent730ebbddc121016151a72d3e0bce61351a0ad365 (diff)
downloadmeta-security-ea965e298ac9ec0bfe1f4ae0e59252bd8f7f03f2.tar.gz
lynis: move to GitHub fetching
Move to fetching from GitHub hashes to avoid issues at releases, when the last-recent release changes place. Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com>
-rw-r--r--recipes-compliance/lynis/lynis_3.1.5.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-compliance/lynis/lynis_3.1.5.bb b/recipes-compliance/lynis/lynis_3.1.5.bb
index 3d1e8b7..51414c0 100644
--- a/recipes-compliance/lynis/lynis_3.1.5.bb
+++ b/recipes-compliance/lynis/lynis_3.1.5.bb
@@ -6,14 +6,12 @@ HOMEDIR = "https://cisofy.com/lynis/"
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://downloads.cisofy.com/lynis/${BPN}-${PV}.tar.gz" 9SRC_URI = "git://github.com/CISOfy/lynis.git;branch=master;protocol=https"
10 10
11SRC_URI[sha256sum] = "8d2c6652ba60116a82514522b666ca77293f4bfc69f1e581028769f7ebb52ba4" 11SRCREV = "380b414e09bbca70be59a1b7ddccfaed4c30e1aa"
12 12
13#UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" 13#UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis"
14 14
15S = "${UNPACKDIR}/${BPN}"
16
17inherit autotools-brokensep 15inherit autotools-brokensep
18 16
19do_compile[noexec] = "1" 17do_compile[noexec] = "1"