From 477af1475270a9f405d44ca5443f975a7e825fbecb7eb8566541eed5383dbb0a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 18 Oct 2016 07:16:58 +0000 Subject: [PATCH 1/2] - openscap-1.2.11 / 14-10-2016 - New features - huge speed-up of generating HTML reports and guides - support remote datastream components (issue #526) - support tailoring of external datastreams - various attributes of remediation scripts are now shown in HTML report (issue #541) - new option generating OVAL results without system characteristics - remediation scripts in HTML report are now collapsed - support for extracting Ansible playbooks - enabled fetching remote resources in OVAL module - added Wind River Linux CPE - Maintenance - updated jQuery and bootstrap libraries in HTML reports - extended, improved and updated user manual - fixed issues with proxy in oscap-docker (RHBZ #1351952) - fixed a bug in OVAL arithmetic function - fixed a segmentation fault (issue #529) - fixed results of XCCDF rules with @role="unscored" (issue #525) - fixed invalid characters in OVAL results (issue #468) - fixed a segmentation fault in tailoring (RHBZ #1367896) - updated SUSE 11 CPE - fixed many memory issues - large refactoring of datastream module - new tests in upstream test suite - various small fixes and improvements - openscap-1.2.10 / 29-06-2016 - New features - support --benchmark-id when running `oscap xccdf generate guide` - added CPE support for OpenSUSE 42.1 - Maintenance OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=163 --- openscap-1.2.11.tar.gz | 3 +++ openscap-1.2.11.tar.gz.sha1sum | 1 + openscap-1.2.9.tar.gz | 3 --- openscap-1.2.9.tar.gz.sha1sum | 1 - openscap.changes | 49 ++++++++++++++++++++++++++++++++++ openscap.spec | 2 +- x | 45 +++++++++++++++++++++++++++++++ 7 files changed, 99 insertions(+), 5 deletions(-) create mode 100644 openscap-1.2.11.tar.gz create mode 100644 openscap-1.2.11.tar.gz.sha1sum delete mode 100644 openscap-1.2.9.tar.gz delete mode 100644 openscap-1.2.9.tar.gz.sha1sum create mode 100644 x diff --git a/openscap-1.2.11.tar.gz b/openscap-1.2.11.tar.gz new file mode 100644 index 0000000..fafdafd --- /dev/null +++ b/openscap-1.2.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc2242dd0b45eeea6bb6c3e3cb772842dcbfce98e5afce33cd63cb3cf00b7e6 +size 15802379 diff --git a/openscap-1.2.11.tar.gz.sha1sum b/openscap-1.2.11.tar.gz.sha1sum new file mode 100644 index 0000000..d5d5543 --- /dev/null +++ b/openscap-1.2.11.tar.gz.sha1sum @@ -0,0 +1 @@ +713cdf9cccf3cd4683fda851cf423f54d705a339 openscap-1.2.11.tar.gz diff --git a/openscap-1.2.9.tar.gz b/openscap-1.2.9.tar.gz deleted file mode 100644 index 70c03c5..0000000 --- a/openscap-1.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20ae67ffabf90865fb2033d5c5e49bfb5fb485ffa6ff37910e8d7084c2236c74 -size 15751341 diff --git a/openscap-1.2.9.tar.gz.sha1sum b/openscap-1.2.9.tar.gz.sha1sum deleted file mode 100644 index 2988a3d..0000000 --- a/openscap-1.2.9.tar.gz.sha1sum +++ /dev/null @@ -1 +0,0 @@ -d9d4aa979f3545e2584eb8a086cb1f58bfd8e843 openscap-1.2.9.tar.gz diff --git a/openscap.changes b/openscap.changes index b8dbcbe..49c93ca 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue Oct 18 07:09:13 UTC 2016 - meissner@suse.com + +- openscap-1.2.11 / 14-10-2016 + - New features + - huge speed-up of generating HTML reports and guides + - support remote datastream components (issue #526) + - support tailoring of external datastreams + - various attributes of remediation scripts are now shown in HTML report (issue #541) + - new option generating OVAL results without system characteristics + - remediation scripts in HTML report are now collapsed + - support for extracting Ansible playbooks + - enabled fetching remote resources in OVAL module + - added Wind River Linux CPE + - Maintenance + - updated jQuery and bootstrap libraries in HTML reports + - extended, improved and updated user manual + - fixed issues with proxy in oscap-docker (RHBZ #1351952) + - fixed a bug in OVAL arithmetic function + - fixed a segmentation fault (issue #529) + - fixed results of XCCDF rules with @role="unscored" (issue #525) + - fixed invalid characters in OVAL results (issue #468) + - fixed a segmentation fault in tailoring (RHBZ #1367896) + - updated SUSE 11 CPE + - fixed many memory issues + - large refactoring of datastream module + - new tests in upstream test suite + - various small fixes and improvements + +- openscap-1.2.10 / 29-06-2016 + - New features + - support --benchmark-id when running `oscap xccdf generate guide` + - added CPE support for OpenSUSE 42.1 + - Maintenance + - oscap-docker fixed to be source compatible with both Python 2 and 3 + - fixed offline mode in rpmverifypackage probe + - fixed scanning of non-RHEL containers in oscap-docker (issue #427) + - fixed regression in loading a datastream session (RHBZ #1250072) + - fixed missing SCE results in XCCDF reports (issue #394) + - fixed a segmentation fault (issue #370) + - fix error message when OVAL generator element is missing (issue #345) + - fixed failing rpminfo probe + - fixed compilation on RHEL5 (issue #393) + - new tests in upstream test suite + - test suite is able to run on Fedora 24 + - fixed remediation scripts appearance in HTML guides (issue #460) + - fixed autoconf build + - small fixes, refactoring, small documentation improvements + ------------------------------------------------------------------- Fri Apr 22 13:50:51 UTC 2016 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index 41c90c6..f0e6648 100644 --- a/openscap.spec +++ b/openscap.spec @@ -20,7 +20,7 @@ %define with_bindings 0 Name: openscap -Version: 1.2.9 +Version: 1.2.11 Release: 1.0 Source: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz Source5: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum diff --git a/x b/x new file mode 100644 index 0000000..a57eb15 --- /dev/null +++ b/x @@ -0,0 +1,45 @@ +- openscap-1.2.11 / 14-10-2016 + - New features + - huge speed-up of generating HTML reports and guides + - support remote datastream components (issue #526) + - support tailoring of external datastreams + - various attributes of remediation scripts are now shown in HTML report (issue #541) + - new option generating OVAL results without system characteristics + - remediation scripts in HTML report are now collapsed + - support for extracting Ansible playbooks + - enabled fetching remote resources in OVAL module + - added Wind River Linux CPE + - Maintenance + - updated jQuery and bootstrap libraries in HTML reports + - extended, improved and updated user manual + - fixed issues with proxy in oscap-docker (RHBZ #1351952) + - fixed a bug in OVAL arithmetic function + - fixed a segmentation fault (issue #529) + - fixed results of XCCDF rules with @role="unscored" (issue #525) + - fixed invalid characters in OVAL results (issue #468) + - fixed a segmentation fault in tailoring (RHBZ #1367896) + - updated SUSE 11 CPE + - fixed many memory issues + - large refactoring of datastream module + - new tests in upstream test suite + - various small fixes and improvements + +- openscap-1.2.10 / 29-06-2016 + - New features + - support --benchmark-id when running `oscap xccdf generate guide` + - added CPE support for OpenSUSE 42.1 + - Maintenance + - oscap-docker fixed to be source compatible with both Python 2 and 3 + - fixed offline mode in rpmverifypackage probe + - fixed scanning of non-RHEL containers in oscap-docker (issue #427) + - fixed regression in loading a datastream session (RHBZ #1250072) + - fixed missing SCE results in XCCDF reports (issue #394) + - fixed a segmentation fault (issue #370) + - fix error message when OVAL generator element is missing (issue #345) + - fixed failing rpminfo probe + - fixed compilation on RHEL5 (issue #393) + - new tests in upstream test suite + - test suite is able to run on Fedora 24 + - fixed remediation scripts appearance in HTML guides (issue #460) + - fixed autoconf build + - small fixes, refactoring, small documentation improvements From 7fa2172dc6f26f00a8b68fb0fc1e47ee2683a0c2eaf9d453a535e3c6eb01fee4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 18 Oct 2016 07:42:31 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=164 --- x | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 x diff --git a/x b/x deleted file mode 100644 index a57eb15..0000000 --- a/x +++ /dev/null @@ -1,45 +0,0 @@ -- openscap-1.2.11 / 14-10-2016 - - New features - - huge speed-up of generating HTML reports and guides - - support remote datastream components (issue #526) - - support tailoring of external datastreams - - various attributes of remediation scripts are now shown in HTML report (issue #541) - - new option generating OVAL results without system characteristics - - remediation scripts in HTML report are now collapsed - - support for extracting Ansible playbooks - - enabled fetching remote resources in OVAL module - - added Wind River Linux CPE - - Maintenance - - updated jQuery and bootstrap libraries in HTML reports - - extended, improved and updated user manual - - fixed issues with proxy in oscap-docker (RHBZ #1351952) - - fixed a bug in OVAL arithmetic function - - fixed a segmentation fault (issue #529) - - fixed results of XCCDF rules with @role="unscored" (issue #525) - - fixed invalid characters in OVAL results (issue #468) - - fixed a segmentation fault in tailoring (RHBZ #1367896) - - updated SUSE 11 CPE - - fixed many memory issues - - large refactoring of datastream module - - new tests in upstream test suite - - various small fixes and improvements - -- openscap-1.2.10 / 29-06-2016 - - New features - - support --benchmark-id when running `oscap xccdf generate guide` - - added CPE support for OpenSUSE 42.1 - - Maintenance - - oscap-docker fixed to be source compatible with both Python 2 and 3 - - fixed offline mode in rpmverifypackage probe - - fixed scanning of non-RHEL containers in oscap-docker (issue #427) - - fixed regression in loading a datastream session (RHBZ #1250072) - - fixed missing SCE results in XCCDF reports (issue #394) - - fixed a segmentation fault (issue #370) - - fix error message when OVAL generator element is missing (issue #345) - - fixed failing rpminfo probe - - fixed compilation on RHEL5 (issue #393) - - new tests in upstream test suite - - test suite is able to run on Fedora 24 - - fixed remediation scripts appearance in HTML guides (issue #460) - - fixed autoconf build - - small fixes, refactoring, small documentation improvements