diff options
author | Michael Opdenacker <michael.opdenacker@rootcommit.com> | 2025-09-01 07:42:58 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2025-09-10 18:08:43 -0400 |
commit | 730ebbddc121016151a72d3e0bce61351a0ad365 (patch) | |
tree | c227dd65e00f98aaf4895270761cd362d6ac84e6 | |
parent | a7fbaf9d0f909bfef9f7e3cb0ca4d3d56fb9cb8e (diff) | |
download | meta-security-master.tar.gz |
Tested on master (whinlatter) with beaglebone-yocto
New in version 3.1.5 (2025-07-29):
https://cisofy.com/changelog/lynis/#315
Added:
- Support for OpenWrt
- Bitdefender detection on Linux
- Detection of openSUSE Tumbleweed-Slowroll
Changed:
- Corrected detection of service manager SMF
- Extended GetHostID function to allow HostID and HostID2 creation on OpenWrt
- Check modules also under /usr/lib/modules.d
Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
-rw-r--r-- | recipes-compliance/lynis/lynis_3.1.5.bb (renamed from recipes-compliance/lynis/lynis_3.1.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-compliance/lynis/lynis_3.1.4.bb b/recipes-compliance/lynis/lynis_3.1.5.bb index 3546a9e..3d1e8b7 100644 --- a/recipes-compliance/lynis/lynis_3.1.4.bb +++ b/recipes-compliance/lynis/lynis_3.1.5.bb | |||
@@ -8,7 +8,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 = "https://downloads.cisofy.com/lynis/${BPN}-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "c4dbcddd429624d5b2319cd3b19728e18a7885b70b8eb0a9fdd3ca5f0ae28eb6" | 11 | SRC_URI[sha256sum] = "8d2c6652ba60116a82514522b666ca77293f4bfc69f1e581028769f7ebb52ba4" |
12 | 12 | ||
13 | #UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" | 13 | #UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" |
14 | 14 | ||