From 23a8401a21f6ccbe0ce163be144ea2d69e5f534aa155591fcb7a7843fe1c410c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 29 May 2018 09:47:57 +0000 Subject: [PATCH] - openscap-1.2.17 - New features - HTML Guide user experience improvements - New options in HTML report "Group By" menu - oscap-ssh supports --oval-results (issue #863) - Maintenance - Support comparing state record elements with item - Updated Bash completion - Make Bash role headers consistent with --help output - Fixed problems reported by Coverity (issue #909) - Fixed CVE schema to support 4 to 7 digits CVEs - Fix output of generated bash role missing fix message - Fix oscap-docker to clean up temporary image (RHBZ #1454637) - Fix Ansible remediations generation - Add a newline between ids in xccdf info (issue #968) - Fix unknown subtype handling in oval_subtype_parse (issue #986) - Outsourced the pthreads feature check and setup - Speed up in debug mode - Refactored the Python handling in build scripts - Prevent reading from host in offline mode (issue #1001) - Many probes use OWN offline mode - Improve offline mode logic in OVAL probes - Do not use chroot in system_info probe - Prevent a segfault in oscap_seterr on Solaris - Out of tree build is possible - Use chroot for RPM probes in offline mode - PEP8 accepts lines up to 99 characters - New configure parameter --with-oscap-temp-dir (issue #1016) - Fixed OVAL record elements namespace and SEXP conversion - Removed '\r' characters from help output (issue #1023) OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=212 --- 1.2.16.tar.gz | 3 --- 1.2.17.tar.gz | 3 +++ openscap.changes | 40 ++++++++++++++++++++++++++++++++++++++++ openscap.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 1.2.16.tar.gz create mode 100644 1.2.17.tar.gz diff --git a/1.2.16.tar.gz b/1.2.16.tar.gz deleted file mode 100644 index 9851dc6..0000000 --- a/1.2.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cc7853faddaa54fea69f642ace6ba561920ca3fd9199ae8f5c322e1281b18fb -size 12489871 diff --git a/1.2.17.tar.gz b/1.2.17.tar.gz new file mode 100644 index 0000000..a54160e --- /dev/null +++ b/1.2.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877eeb69cf19f8cef9d161fabaa389b0a85477ddaf3be21e9ee3b84d4ca1841b +size 12517674 diff --git a/openscap.changes b/openscap.changes index e1349c5..aad50f7 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue May 29 09:47:16 UTC 2018 - meissner@suse.com + +- openscap-1.2.17 + - New features + - HTML Guide user experience improvements + - New options in HTML report "Group By" menu + - oscap-ssh supports --oval-results (issue #863) + - Maintenance + - Support comparing state record elements with item + - Updated Bash completion + - Make Bash role headers consistent with --help output + - Fixed problems reported by Coverity (issue #909) + - Fixed CVE schema to support 4 to 7 digits CVEs + - Fix output of generated bash role missing fix message + - Fix oscap-docker to clean up temporary image (RHBZ #1454637) + - Fix Ansible remediations generation + - Add a newline between ids in xccdf info (issue #968) + - Fix unknown subtype handling in oval_subtype_parse (issue #986) + - Outsourced the pthreads feature check and setup + - Speed up in debug mode + - Refactored the Python handling in build scripts + - Prevent reading from host in offline mode (issue #1001) + - Many probes use OWN offline mode + - Improve offline mode logic in OVAL probes + - Do not use chroot in system_info probe + - Prevent a segfault in oscap_seterr on Solaris + - Out of tree build is possible + - Use chroot for RPM probes in offline mode + - PEP8 accepts lines up to 99 characters + - New configure parameter --with-oscap-temp-dir (issue #1016) + - Fixed OVAL record elements namespace and SEXP conversion + - Removed '\r' characters from help output (issue #1023) + - Full Python 3 compatibility + - Removed basic Python implementation of oval_probes.c + - Added support for Travis CI and Sonar Cloud + - Minor fixes inspired by Sonar Cloud + - Added Fedora 29 CPE + - New tests in upstream test suite (offline mode, Ansible, etc.) + ------------------------------------------------------------------- Thu Apr 26 12:56:42 UTC 2018 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index 7333102..d832520 100644 --- a/openscap.spec +++ b/openscap.spec @@ -25,7 +25,7 @@ %define with_bindings 0 Name: openscap -Version: 1.2.16 +Version: 1.2.17 Release: 1.0 Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz Source2: sysconfig.oscap-scan