diff options
author | 2020-07-20 02:34:18 +0000 | |
---|---|---|
committer | 2020-07-25 08:58:38 -0700 | |
commit | 6a8ad0efe73e2ec19df3c665b246db49fa9f17da (patch) | |
tree | 35e2994462ad1880d681a6c715ed60be76fb70bb | |
parent | 066a04425c318dd20dfe7806a5aa976e377a39a5 (diff) | |
download | meta-security-6a8ad0efe73e2ec19df3c665b246db49fa9f17da.tar.gz meta-security-6a8ad0efe73e2ec19df3c665b246db49fa9f17da.tar.bz2 meta-security-6a8ad0efe73e2ec19df3c665b246db49fa9f17da.zip |
lynis: update to 3.0.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/recipes-auditors/lynis/lynis_3.0.0.bb (renamed from meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_3.0.0.bb index 245761c..2d59623 100644 --- a/meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb +++ b/meta-security-compliance/recipes-auditors/lynis/lynis_3.0.0.bb @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "fb527b6976e70a6bcd57036c9cddc242" -SRC_URI[sha256sum] = "3d27ade73a5c1248925ad9c060024940ce5d2029f40aaa901f43314888fe324d" +SRC_URI[sha256sum] = "3cc165f9007ba41de6d0b693a1167dbaf0179085f9506dcba64b4b8e37e1bda2" S = "${WORKDIR}/${BPN}" |