Skip to content

Commit

Permalink
openscap-1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyz committed Apr 29, 2020
1 parent 10ef32c commit 0cb55c5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 26)
set(LT_CURRENT 27)

## increment any time the source changes; set 0 to if you increment CURRENT
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 1)
set(LT_AGE 2)

math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}")

Expand Down
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
openscap-1.3.3 29-04-2020
- New features
- Added a Python script that can be used for CLI tailoring (autotailor)
- Added timezone to XCCDF TestResult start/end time
- Added yamlfilecontent independent probe (proposal/draft implementation),
see https://github.com/OVAL-Community/OVAL/issues/91 for more information
- Introduced `urn:xccdf:fix:script:kubernetes` fix type in XCCDF
- Added ability to generate `machineconfig` fix
- Maintenance, bug fixes
- utils/oscap-podman: Detect ambiguous scan target
- Fixed #170: The rpmverifyfile probe can't verify files from '/bin' directory
- The data system_info probe return for offline and online modes is consistent and actual
- Prevent crashes when complicated regexes are executed in textfilecontent58 probe
- Fixed #1512: Severity refinement lost in generated guide
- Fixed #1453: Pointer lost in Swig API
- Evaluation Characteristics of the XCCDF report are now consistent with OVAL entities
from system_info probe
- Fixed filepath pattern matching in offline mode in textfilecontent58 probe
- Fixed infinite recursion in systemdunitdependency probe
- Fixed the case when CMake couldn't find libacl or xattr.h

openscap-1.3.2 13-01-2020
- New features
- Offline mode support for environmentvariable58 probe
Expand Down
2 changes: 1 addition & 1 deletion release_tools/versions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=1.3.3
previous_version=1.3.2
latest_fedora=31
latest_fedora=32
latest_rhel=8

version_major_minor="${version%.*}"

0 comments on commit 0cb55c5

Please sign in to comment.