diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-11-14 08:01:32 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-03-20 16:29:31 -0400 |
commit | c2c1a76b8d6d57d0109a745f1580823c85248077 (patch) | |
tree | 480fbbcb485207fdf4524f2f8c3b7ac526fb14f4 | |
parent | a7f73ab5918c79fcaec7d6638a2f801c8dc2aeb9 (diff) | |
download | meta-security-c2c1a76b8d6d57d0109a745f1580823c85248077.tar.gz |
openscap: update to 1.3.6
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb | 9 | ||||
-rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb | 21 |
2 files changed, 21 insertions, 9 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb deleted file mode 100644 index 192b008..0000000 --- a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | SUMARRY = "NIST Certified SCAP 1.2 toolkit" | ||
2 | |||
3 | require openscap.inc | ||
4 | |||
5 | SRCREV = "0cb55c55af6be9934d6fd0caf4563b206f289732" | ||
6 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \ | ||
7 | " | ||
8 | |||
9 | DEFAULT_PREFERENCE = "-1" | ||
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb new file mode 100644 index 0000000..306a0f9 --- /dev/null +++ b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMARRY = "NIST Certified SCAP 1.2 toolkit" | ||
2 | |||
3 | DEPENDS:append = " xmlsec1" | ||
4 | |||
5 | require openscap.inc | ||
6 | |||
7 | inherit systemd | ||
8 | |||
9 | SRCREV = "d10c40e43e1c627912374b8fbdfa1a84967fcc92" | ||
10 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https" | ||
11 | |||
12 | SYSTEMD_PACKAGES = "${PN}" | ||
13 | SYSTEMD_SERVICE:${PN} = "oscap-remediate.service" | ||
14 | |||
15 | do_install:append () { | ||
16 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | ||
17 | install -D -m 0644 ${B}/oscap-remediate.service ${D}${systemd_system_unitdir}/oscap-remediate.service | ||
18 | fi | ||
19 | } | ||
20 | |||
21 | DEFAULT_PREFERENCE = "-1" | ||