mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-05 14:30:42 +00:00
openscap: upgrade 1.4.0 -> 1.4.1
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user