From c298f4a1176ca2b3af972c61c13d9c478e7ed4eb18cad9d94738322c8d0f7772 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 14 Nov 2017 12:15:40 +0000 Subject: [PATCH] - openscap-1.2.16 - New features - oscap can generate output that is compatible with STIG Viewer. - CVRF parsing and export has been implemented. - oscap info command has been expanded. - The AIX platform is supported. - Many documentation improvements. - Numerous other improvements of existing features. - Maintenance - Huge cross-platform improvements. - Memory leaks fixed (RHBZ#1485876). - SELinux fixes. - Many coverity fixes. - Numerous other bugfixes. OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=185 --- 1.2.15.tar.gz | 3 --- 1.2.16.tar.gz | 3 +++ openscap.changes | 18 ++++++++++++++++++ openscap.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 1.2.15.tar.gz create mode 100644 1.2.16.tar.gz diff --git a/1.2.15.tar.gz b/1.2.15.tar.gz deleted file mode 100644 index 77a1d75..0000000 --- a/1.2.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:595e5d59ca726ce0d65982212e4b23fe9341133fa815b942ee99fd539c4f01e9 -size 12419336 diff --git a/1.2.16.tar.gz b/1.2.16.tar.gz new file mode 100644 index 0000000..9851dc6 --- /dev/null +++ b/1.2.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc7853faddaa54fea69f642ace6ba561920ca3fd9199ae8f5c322e1281b18fb +size 12489871 diff --git a/openscap.changes b/openscap.changes index 919a48a..1df34f0 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 14 12:14:41 UTC 2017 - meissner@suse.com + +- openscap-1.2.16 + - New features + - oscap can generate output that is compatible with STIG Viewer. + - CVRF parsing and export has been implemented. + - oscap info command has been expanded. + - The AIX platform is supported. + - Many documentation improvements. + - Numerous other improvements of existing features. + - Maintenance + - Huge cross-platform improvements. + - Memory leaks fixed (RHBZ#1485876). + - SELinux fixes. + - Many coverity fixes. + - Numerous other bugfixes. + ------------------------------------------------------------------- Fri Aug 25 13:41:48 UTC 2017 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index 59bb48c..a5c1d0a 100644 --- a/openscap.spec +++ b/openscap.spec @@ -20,7 +20,7 @@ %define with_bindings 0 Name: openscap -Version: 1.2.15 +Version: 1.2.16 Release: 1.0 Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz Source1: oscap-scan.init