diff mbox series

[meta-security,1/2] openscap: upgrade 1.4.0 -> 1.4.1

Message ID 20250222121801.2828756-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-security,1/2] openscap: upgrade 1.4.0 -> 1.4.1 | expand

Commit Message

Yi Zhao Feb. 22, 2025, 12:18 p.m. UTC
ChangeLog:
https://github.com/OpenSCAP/openscap/releases/tag/1.4.1

* Introduce "oscap-im" - script that can be used in Containerfiles to
  build hardened bootable container images to run as Image Mode
  Operating System
* Add support for containers with no entrypoint/cmd in "oscap-docker"
* Stop printing useless component reference information in "oscap info"
* Fix missing declaration of PATH_MAX on Solaris
* Fix RPM database path in RPM probes (RHEL-55251, #2151)
* Fix issues reported by OpenScanHub after 1.4.0 release
* Fix failing test probes/filehash58/test_probes_filehash58.sh on s390x
  architecture
* Ensure xlink namespace exists (RHEL-34104)
* Minor fixes in test suite and CI

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../openscap/{openscap_1.4.0.bb => openscap_1.4.1.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-compliance/openscap/{openscap_1.4.0.bb => openscap_1.4.1.bb} (98%)
diff mbox series

Patch

diff --git a/recipes-compliance/openscap/openscap_1.4.0.bb b/recipes-compliance/openscap/openscap_1.4.1.bb
similarity index 98%
rename from recipes-compliance/openscap/openscap_1.4.0.bb
rename to recipes-compliance/openscap/openscap_1.4.1.bb
index de56e9d..47034ad 100644
--- a/recipes-compliance/openscap/openscap_1.4.0.bb
+++ b/recipes-compliance/openscap/openscap_1.4.1.bb
@@ -13,7 +13,7 @@  SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \
            file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \
           "
 
-SRCREV = "a01b5d6927c7bccf41d9c623fee0c5f7105db835"
+SRCREV = "23a8ea3de3c4fd6017db4067675a81287177166e"
 
 S = "${UNPACKDIR}/git"