From 76f0dfc61c751f28507a934ff9d9940f493cf30005f8e00ab911a94a4bc64057 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 21 Nov 2016 09:40:53 +0000 Subject: [PATCH 1/2] - openscap-1.2.12 / 21-11-2016 - New features - separated stdout and stderr in SCE results and HTML report - HTML reports contain [ref] links for rules and groups - Maintenance - fixed ARF errors reported by the SCAPval tool - fixed CVE parsing (issue #550) - fixed namespace of ARF vocabulary according to NIST SP800-126 errata - fixed exporting OVAL Windows namespaces - fixed injecting xccdf:check-content-ref references in ARF results - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) - fixed oscap-docker man page (RHBZ #1387166) - fixed memory leaks and resource leaks - small fixes and refactoring, test suite fixes OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=166 --- openscap-1.2.11.tar.gz | 3 --- openscap-1.2.11.tar.gz.sha1sum | 1 - openscap-1.2.12.tar.gz | 3 +++ openscap-1.2.12.tar.gz.sha1sum | 1 + openscap.changes | 18 ++++++++++++++++++ openscap.spec | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 openscap-1.2.11.tar.gz delete mode 100644 openscap-1.2.11.tar.gz.sha1sum create mode 100644 openscap-1.2.12.tar.gz create mode 100644 openscap-1.2.12.tar.gz.sha1sum diff --git a/openscap-1.2.11.tar.gz b/openscap-1.2.11.tar.gz deleted file mode 100644 index fafdafd..0000000 --- a/openscap-1.2.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d5d5543..0000000 --- a/openscap-1.2.11.tar.gz.sha1sum +++ /dev/null @@ -1 +0,0 @@ -713cdf9cccf3cd4683fda851cf423f54d705a339 openscap-1.2.11.tar.gz diff --git a/openscap-1.2.12.tar.gz b/openscap-1.2.12.tar.gz new file mode 100644 index 0000000..029ada7 --- /dev/null +++ b/openscap-1.2.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf55395a691cf0ada9f2c6464d1966775c14884dbef5924749ea215c5e0b568f +size 15801395 diff --git a/openscap-1.2.12.tar.gz.sha1sum b/openscap-1.2.12.tar.gz.sha1sum new file mode 100644 index 0000000..600c20e --- /dev/null +++ b/openscap-1.2.12.tar.gz.sha1sum @@ -0,0 +1 @@ +875c5d3c04a7f01e1a3f2804d1781ef336309fa3 openscap-1.2.12.tar.gz diff --git a/openscap.changes b/openscap.changes index 49c93ca..8b46375 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Nov 21 09:40:15 UTC 2016 - meissner@suse.com + +- openscap-1.2.12 / 21-11-2016 + - New features + - separated stdout and stderr in SCE results and HTML report + - HTML reports contain [ref] links for rules and groups + - Maintenance + - fixed ARF errors reported by the SCAPval tool + - fixed CVE parsing (issue #550) + - fixed namespace of ARF vocabulary according to NIST SP800-126 errata + - fixed exporting OVAL Windows namespaces + - fixed injecting xccdf:check-content-ref references in ARF results + - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) + - fixed oscap-docker man page (RHBZ #1387166) + - fixed memory leaks and resource leaks + - small fixes and refactoring, test suite fixes + ------------------------------------------------------------------- Tue Oct 18 07:09:13 UTC 2016 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index f0e6648..065d6d3 100644 --- a/openscap.spec +++ b/openscap.spec @@ -20,7 +20,7 @@ %define with_bindings 0 Name: openscap -Version: 1.2.11 +Version: 1.2.12 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 From 4bb4bf0fc85a9d10fb78aba67a5d667bf15757eb599d57188b4616db5a44ba6f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 21 Nov 2016 09:41:33 +0000 Subject: [PATCH 2/2] - New features - separated stdout and stderr in SCE results and HTML report - HTML reports contain [ref] links for rules and groups - Maintenance - fixed ARF errors reported by the SCAPval tool - fixed CVE parsing (issue #550) - fixed namespace of ARF vocabulary according to NIST SP800-126 errata - fixed exporting OVAL Windows namespaces - fixed injecting xccdf:check-content-ref references in ARF results - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) - fixed oscap-docker man page (RHBZ #1387166) - fixed memory leaks and resource leaks - small fixes and refactoring, test suite fixes OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=167 --- openscap.changes | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/openscap.changes b/openscap.changes index 8b46375..8bae86c 100644 --- a/openscap.changes +++ b/openscap.changes @@ -2,19 +2,19 @@ Mon Nov 21 09:40:15 UTC 2016 - meissner@suse.com - openscap-1.2.12 / 21-11-2016 - - New features - - separated stdout and stderr in SCE results and HTML report - - HTML reports contain [ref] links for rules and groups - - Maintenance - - fixed ARF errors reported by the SCAPval tool - - fixed CVE parsing (issue #550) - - fixed namespace of ARF vocabulary according to NIST SP800-126 errata - - fixed exporting OVAL Windows namespaces - - fixed injecting xccdf:check-content-ref references in ARF results - - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) - - fixed oscap-docker man page (RHBZ #1387166) - - fixed memory leaks and resource leaks - - small fixes and refactoring, test suite fixes + - New features + - separated stdout and stderr in SCE results and HTML report + - HTML reports contain [ref] links for rules and groups + - Maintenance + - fixed ARF errors reported by the SCAPval tool + - fixed CVE parsing (issue #550) + - fixed namespace of ARF vocabulary according to NIST SP800-126 errata + - fixed exporting OVAL Windows namespaces + - fixed injecting xccdf:check-content-ref references in ARF results + - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) + - fixed oscap-docker man page (RHBZ #1387166) + - fixed memory leaks and resource leaks + - small fixes and refactoring, test suite fixes ------------------------------------------------------------------- Tue Oct 18 07:09:13 UTC 2016 - meissner@suse.com