From 6d008616978306ce5e68997dce554a1683064f8f Mon Sep 17 00:00:00 2001 From: Evgeny Kolesnikov Date: Mon, 18 Mar 2024 20:34:10 +0100 Subject: [PATCH] openscap-1.3.10 --- CMakeLists.txt | 6 +++--- NEWS | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17413b8681..fdeda6eb4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,15 +23,15 @@ endif() # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details ## increment if the interface has additions, changes, removals. -set(LT_CURRENT 31) +set(LT_CURRENT 32) ## increment any time the source changes; set 0 to if you increment CURRENT -set(LT_REVISION 1) +set(LT_REVISION 0) ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has ## precedence over adding, so set to 0 if both happened. -set(LT_AGE 6) +set(LT_AGE 7) math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}") diff --git a/NEWS b/NEWS index 04c0fb6afe..84683d61b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +openscap-1.3.10 18-03-2024 +- New features + - Dump all env. variables that affects the behaviour on INFO log level + - Support Blueprint services customization for masking + - Fix Blueprint template to be self-contained + - Add a refine-rule tailoring ability to autotailor + - Introduce JSON tailoring import option for autotailor + - Select rules based on reference + - Skip certain paths from scanning (controlled via env. variable) + - Introduce a limit of collected items (controlled via env. variable) +- Maintenance, bug fix + - Fix partition probe for PCRE2 + - Fix NSS crypto backend + - Wrap Bash snippets in a subshell when generating a fix script + - Improve references in HTML guides and reports + - Update html report with OVAL details + - Rewrite dpkginfo probe without using APT + - Fix incorrect openscap-cpe-oval result filename + - Implement xccdf_session_get_rule_results function in XCCDF session API + - Implement xccdf_session_result_reset function in XCCDF session API + openscap-1.3.9 06-09-2023 - New features - OpenSCAP can now use PCRE2 library