From 555cce08b2010040d38823d18280d498ef54d755d92d4ce9d1c97e1d5ee90176 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Apr 2016 15:54:23 +0000 Subject: [PATCH] - New features - oscap-chroot - a tool for offline scanning of filesystems mounted at arbitrary paths - enabled offline scanning in many probes - support for SCE in data streams - many improvements of verbose mode - verbose messages can be written on stderr - runlevel probe supports SUSE systems - new upstream tests - Maintenance - a lot of refactoring - fixes in various tests - OCILs are correctly placed in datastreams (issue #364) - oscap-vm can work with fusermount when guestunmount is not available - fixed oscap-docker HTTP communication issues (issue #304) - fixed oscap-docker tracebacks (issue #303, #317) - fixed container mounting in oscap-docker (issue #329) - added Fedora 25 CPE - only non-empty profiles are built (rhbz#1256879, rhbz#1302230) - fixed compiler errors on RHEL5 and SLES11 - fixed sorting of groups in HTML report (issue #342) - fixed version/@time and version/@update in XCCDF Benchmark - fixed CPE definitions to work also in offline mode - fixed sysctl probe (issue #258) - fixed manual page for oscap-ssh (rhbz#1299969) - updated user manuals and manual pages - updated .gitignore OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=161 --- openscap.changes | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/openscap.changes b/openscap.changes index 8810930..b8dbcbe 100644 --- a/openscap.changes +++ b/openscap.changes @@ -2,32 +2,32 @@ Fri Apr 22 13:50:51 UTC 2016 - meissner@suse.com - openscap 1.2.9 release - - New features - - oscap-chroot - a tool for offline scanning of filesystems mounted at arbitrary paths - - enabled offline scanning in many probes - - support for SCE in data streams - - many improvements of verbose mode - - verbose messages can be written on stderr - - runlevel probe supports SUSE systems - - new upstream tests - - Maintenance - - a lot of refactoring - - fixes in various tests - - OCILs are correctly placed in datastreams (issue #364) - - oscap-vm can work with fusermount when guestunmount is not available - - fixed oscap-docker HTTP communication issues (issue #304) - - fixed oscap-docker tracebacks (issue #303, #317) - - fixed container mounting in oscap-docker (issue #329) - - added Fedora 25 CPE - - only non-empty profiles are built (rhbz#1256879, rhbz#1302230) - - fixed compiler errors on RHEL5 and SLES11 - - fixed sorting of groups in HTML report (issue #342) - - fixed version/@time and version/@update in XCCDF Benchmark - - fixed CPE definitions to work also in offline mode - - fixed sysctl probe (issue #258) - - fixed manual page for oscap-ssh (rhbz#1299969) - - updated user manuals and manual pages - - updated .gitignore + - New features + - oscap-chroot - a tool for offline scanning of filesystems mounted at arbitrary paths + - enabled offline scanning in many probes + - support for SCE in data streams + - many improvements of verbose mode + - verbose messages can be written on stderr + - runlevel probe supports SUSE systems + - new upstream tests + - Maintenance + - a lot of refactoring + - fixes in various tests + - OCILs are correctly placed in datastreams (issue #364) + - oscap-vm can work with fusermount when guestunmount is not available + - fixed oscap-docker HTTP communication issues (issue #304) + - fixed oscap-docker tracebacks (issue #303, #317) + - fixed container mounting in oscap-docker (issue #329) + - added Fedora 25 CPE + - only non-empty profiles are built (rhbz#1256879, rhbz#1302230) + - fixed compiler errors on RHEL5 and SLES11 + - fixed sorting of groups in HTML report (issue #342) + - fixed version/@time and version/@update in XCCDF Benchmark + - fixed CPE definitions to work also in offline mode + - fixed sysctl probe (issue #258) + - fixed manual page for oscap-ssh (rhbz#1299969) + - updated user manuals and manual pages + - updated .gitignore - dropped fix-missing-include.dif, not needed anymore -------------------------------------------------------------------