Comment 1 for bug 2006782

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to integ (master)

Reviewed: https://review.opendev.org/c/starlingx/integ/+/873212
Committed: https://opendev.org/starlingx/integ/commit/e17b8303871893c9063fefb13f8c98ab5d5af957
Submitter: "Zuul (22348)"
Branch: master

commit e17b8303871893c9063fefb13f8c98ab5d5af957
Author: Marcelo de Castro Loebens <email address hidden>
Date: Wed Feb 8 18:55:30 2023 -0400

    Upgrade Openscap (1.3.5 -> 1.3.6)

    Upgrade Openscap tool to release 1.3.6, using the debianized version
    1.3.6+dsfg-6 for the packaging files available at
    https://salsa.debian.org/debian/openscap/-/blob/debian/1.3.6+dfsg-6/debian/changelog
    Didn't change any files or patches.

    Segmentation faults during Openscap usage seen in Starlingx were
    fixed in this release of Openscap, and are the reason of this upgrade.

    Test Plan:
    PASS: Build iso.

    PASS: Deploy AIO-SX.

    PASS: Check version (oscap --version). Result should be 1.3.6.

    PASS: Run openscap using one of default manifests. There should be no
    segmentation fault issues. Command i.e.:
    "oscap xccdf eval --profile \
    xccdf_org.ssgproject.content_profile_anssi_np_nt28_high \
    --report controller-0-report.html \
    /usr/share/xml/scap/ssg/content/ssg-debian11-ds-1.2.xml".

    Closes-Bug: 2006782

    Signed-off-by: Marcelo de Castro Loebens <email address hidden>
    Change-Id: I34ff193227ae51ec709b7d69b6a97abc074721f3