diff options
| author | Marta Rybczynska <marta.rybczynska@ygreky.com> | 2025-09-22 13:21:36 +0200 |
|---|---|---|
| committer | Marta Rybczynska <marta.rybczynska@ygreky.com> | 2025-10-08 17:34:14 +0200 |
| commit | ea965e298ac9ec0bfe1f4ae0e59252bd8f7f03f2 (patch) | |
| tree | ff0e0578aebd9e4bda6ba58d872ac692c05179d8 | |
| parent | 730ebbddc121016151a72d3e0bce61351a0ad365 (diff) | |
| download | meta-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.bb | 6 |
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/" | |||
| 6 | LICENSE = "GPL-3.0-only" | 6 | LICENSE = "GPL-3.0-only" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://downloads.cisofy.com/lynis/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "git://github.com/CISOfy/lynis.git;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "8d2c6652ba60116a82514522b666ca77293f4bfc69f1e581028769f7ebb52ba4" | 11 | SRCREV = "380b414e09bbca70be59a1b7ddccfaed4c30e1aa" |
| 12 | 12 | ||
| 13 | #UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" | 13 | #UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" |
| 14 | 14 | ||
| 15 | S = "${UNPACKDIR}/${BPN}" | ||
| 16 | |||
| 17 | inherit autotools-brokensep | 15 | inherit autotools-brokensep |
| 18 | 16 | ||
| 19 | do_compile[noexec] = "1" | 17 | do_compile[noexec] = "1" |
