Skip to content

Commit

Permalink
openscap-1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyz committed Oct 1, 2020
1 parent 4994424 commit 8651a1f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Brent Baude <[email protected]>
Brian Kolbay <[email protected]>
Bruno Ducrot <[email protected]>
Bryan Schneiders <[email protected]>
Carlos Matos <[email protected]>
Charles Bushong <[email protected]>
Chris Lundquist <[email protected]>
Dan Kopeček <[email protected]>
Expand Down Expand Up @@ -65,6 +66,7 @@ Panu Matilainen <[email protected]>
Peter Vrabec <[email protected]>
Petr Lautrbach <[email protected]>
Pierre Chifflier <[email protected]>
pinkgothic <[email protected]>
Prasanth R <[email protected]>
Quey-Liang Kao <[email protected]>
Radzy Radzykewycz <[email protected]>
Expand All @@ -74,10 +76,13 @@ Richard W.M. Jones <[email protected]>
Riley C. Porter <[email protected]>
Robert Frohl <[email protected]>
Ryan E Haggerty <[email protected]>
Sam S Wang <[email protected]>
Shawn Wells <[email protected]>
Šimon Lukašík <[email protected]>
Spencer Shimko <[email protected]>
Steve Grubb <[email protected]>
Timothy Brackett <[email protected]>
Tom Seewald <[email protected]>
Tomas Heinrich <[email protected]>
T.O. Radzy Radzykewycz <[email protected]>
Trey Henefield <[email protected]>
Expand Down
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 27)
set(LT_CURRENT 28)

## 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 2)
set(LT_AGE 3)

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

Expand Down
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
openscap-1.3.4 01-10-2020
- New features
- Add support for FreeBSD
- Make a use of HTTP header content-encoding: gzip if available
- Improved yamlfilecontent: updated yaml-filter, extend the schema and probe to be able to work with a set of values in maps
- Maintenance, bug fixes
- Fixed a lot of warnings (GCC and Clang)
- Cmake now can find mingw32-winpthreads
- A lot of memory managements fixes
- A lot of memory leaks have been plugged
- Refactored rpmverifyfile probe and fixed memory leaks
- Fixed SEGFAULT caused by recursive and circular dependencies between OVAL definitions
- Fixed DOM representation of the profile platform
- Test suit: better portability, more granularity in results, inclusion of memory-related tests
- Compatibility with uClibc
- Local and remote file system detection method was improved
- Fixed dpkginfo probe to use pkgCacheFile instead of manually opening the cache
- Make the report a valid HTML5 document
- oscap-podman: force unmount and removal of temporary container
- Fixed unwanted recursion in file probe
- oscap-docker: fixed for the case when Atomic is not present

openscap-1.3.3 29-04-2020
- New features
- Added a Python script that can be used for CLI tailoring (autotailor)
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.4
previous_version=1.3.3
latest_fedora=32
latest_fedora=33
latest_rhel=8

version_major_minor="${version%.*}"

0 comments on commit 8651a1f

Please sign in to comment.