diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-02-22 20:18:00 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-03-12 15:31:15 -0400 |
commit | b62ad75807415d9da67d2843704d83038062a635 (patch) | |
tree | 01ba25d4a5534434950d60018af389049c30b6ca | |
parent | 674f1e3367c7cfb606047b2050338c725ba2eca2 (diff) | |
download | meta-security-b62ad75807415d9da67d2843704d83038062a635.tar.gz |
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>
-rw-r--r-- | recipes-compliance/openscap/openscap_1.4.1.bb (renamed from recipes-compliance/openscap/openscap_1.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-compliance/openscap/openscap_1.4.0.bb b/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 \ | |||
13 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ | 13 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRCREV = "a01b5d6927c7bccf41d9c623fee0c5f7105db835" | 16 | SRCREV = "23a8ea3de3c4fd6017db4067675a81287177166e" |
17 | 17 | ||
18 | S = "${UNPACKDIR}/git" | 18 | S = "${UNPACKDIR}/git" |
19 | 19 | ||