yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-security-compliance][PATCH 1/2] openscap: update to 1.3.7
@ 2023-03-17 12:16 Armin Kuster
  2023-03-17 12:16 ` [meta-security-compliance][PATCH 2/2] openscap git: add DEFAULT_PREFERENCE Armin Kuster
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2023-03-17 12:16 UTC (permalink / raw)
  To: yocto

remove DEFAULT_PREFERENCE -1

The git version is unmaintained

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../openscap/{openscap_1.3.6.bb => openscap_1.3.7.bb}         | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-security-compliance/recipes-openscap/openscap/{openscap_1.3.6.bb => openscap_1.3.7.bb} (86%)

diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.7.bb
similarity index 86%
rename from meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb
rename to meta-security-compliance/recipes-openscap/openscap/openscap_1.3.7.bb
index 306a0f9..cfe93f0 100644
--- a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb
+++ b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.7.bb
@@ -6,7 +6,7 @@ require openscap.inc
 
 inherit systemd
 
-SRCREV = "d10c40e43e1c627912374b8fbdfa1a84967fcc92"
+SRCREV = "55efbfda0f617e05862ab6ed4862e10dbee52b03"
 SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https"
 
 SYSTEMD_PACKAGES = "${PN}"
@@ -17,5 +17,3 @@ do_install:append () {
         install -D -m 0644 ${B}/oscap-remediate.service ${D}${systemd_system_unitdir}/oscap-remediate.service
     fi
 }
-
-DEFAULT_PREFERENCE = "-1"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-security-compliance][PATCH 2/2] openscap git: add DEFAULT_PREFERENCE
  2023-03-17 12:16 [meta-security-compliance][PATCH 1/2] openscap: update to 1.3.7 Armin Kuster
@ 2023-03-17 12:16 ` Armin Kuster
  0 siblings, 0 replies; 2+ messages in thread
From: Armin Kuster @ 2023-03-17 12:16 UTC (permalink / raw)
  To: yocto

This recipe is not maintained and will be dropped by the next LTS if nothing changes.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-openscap/openscap/openscap_git.bb                   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb
index a18cbd1..3543e11 100644
--- a/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb
+++ b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb
@@ -10,3 +10,5 @@ SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3;protocol=https \
 "
 
 PV = "1.3.3+git${SRCPV}"
+
+DEFAULT_PREFERENCE = "-1"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-17 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 12:16 [meta-security-compliance][PATCH 1/2] openscap: update to 1.3.7 Armin Kuster
2023-03-17 12:16 ` [meta-security-compliance][PATCH 2/2] openscap git: add DEFAULT_PREFERENCE Armin Kuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).