From 0be622f5172f174cfd0ffb956f8f1b533f3224cf54b9d8958d9fa73f70c9e94e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Apr 2016 12:53:05 +0000 Subject: [PATCH 1/6] - 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 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=156 --- openscap-1.2.8.tar.gz | 3 --- openscap-1.2.8.tar.gz.sha1sum | 1 - openscap-1.2.9.tar.gz | 3 +++ openscap-1.2.9.tar.gz.sha1sum | 1 + openscap.changes | 31 +++++++++++++++++++++++++++++++ openscap.spec | 2 +- 6 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 openscap-1.2.8.tar.gz delete mode 100644 openscap-1.2.8.tar.gz.sha1sum create mode 100644 openscap-1.2.9.tar.gz create mode 100644 openscap-1.2.9.tar.gz.sha1sum diff --git a/openscap-1.2.8.tar.gz b/openscap-1.2.8.tar.gz deleted file mode 100644 index 28b0169..0000000 --- a/openscap-1.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57512bda6726015a94a39b26e05df1753c4e266124109b976760ff14c5ade4b9 -size 15717119 diff --git a/openscap-1.2.8.tar.gz.sha1sum b/openscap-1.2.8.tar.gz.sha1sum deleted file mode 100644 index 540a7ea..0000000 --- a/openscap-1.2.8.tar.gz.sha1sum +++ /dev/null @@ -1 +0,0 @@ -1bdd600be54e50160cfc59c3ab7262fced362c7a openscap-1.2.8.tar.gz diff --git a/openscap-1.2.9.tar.gz b/openscap-1.2.9.tar.gz new file mode 100644 index 0000000..70c03c5 --- /dev/null +++ b/openscap-1.2.9.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..2988a3d --- /dev/null +++ b/openscap-1.2.9.tar.gz.sha1sum @@ -0,0 +1 @@ +d9d4aa979f3545e2584eb8a086cb1f58bfd8e843 openscap-1.2.9.tar.gz diff --git a/openscap.changes b/openscap.changes index 3620c68..d2a6617 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Wed Mar 23 10:21:27 UTC 2016 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index cdedabf..825ecd7 100644 --- a/openscap.spec +++ b/openscap.spec @@ -20,7 +20,7 @@ %define with_bindings 0 Name: openscap -Version: 1.2.8 +Version: 1.2.9 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 fec937d30174c0387584d135e70b4b4de82a2068ef2378a27718a63fb1de2c87 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Apr 2016 13:30:20 +0000 Subject: [PATCH 2/6] OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=157 --- openscap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openscap.spec b/openscap.spec index 825ecd7..76016ed 100644 --- a/openscap.spec +++ b/openscap.spec @@ -163,7 +163,7 @@ commonly used and require additional dependencies. %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %build From bbaadf429bde91ad45ad9f6ca0f13cc25283f22cb8e297ecdd432d1ab0ec610b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Apr 2016 15:18:52 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=158 --- openscap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/openscap.spec b/openscap.spec index 76016ed..bca3750 100644 --- a/openscap.spec +++ b/openscap.spec @@ -291,6 +291,7 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/ %{_bindir}/oscap %{_bindir}/oscap-vm %{_bindir}/oscap-ssh +%{_bindir}/oscap-chroot %{_bindir}/scap-as-rpm %config %{_sysconfdir}/bash_completion.d/* From 70a316a1c5d604e6fe3458c0aeb516140cdfe5008062a0ae238ec975e79660df Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Apr 2016 15:20:44 +0000 Subject: [PATCH 4/6] - dropped fix-missing-include.dif, not needed anymore OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=159 --- openscap.changes | 1 + openscap.spec | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/openscap.changes b/openscap.changes index d2a6617..8810930 100644 --- a/openscap.changes +++ b/openscap.changes @@ -28,6 +28,7 @@ Fri Apr 22 13:50:51 UTC 2016 - meissner@suse.com - fixed manual page for oscap-ssh (rhbz#1299969) - updated user manuals and manual pages - updated .gitignore +- dropped fix-missing-include.dif, not needed anymore ------------------------------------------------------------------- Wed Mar 23 10:21:27 UTC 2016 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index bca3750..41c90c6 100644 --- a/openscap.spec +++ b/openscap.spec @@ -31,7 +31,6 @@ Source2: sysconfig.oscap-scan # Generated from http://gitorious.org/test-suite/scap Source3: scap-yast2sec-xccdf.xml Source4: scap-yast2sec-oval.xml -Patch0: fix-missing-include.dif Url: http://www.open-scap.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libacl-devel @@ -163,7 +162,6 @@ commonly used and require additional dependencies. %prep %setup -q -#%patch0 -p1 %build From bcacd01e7963819e912a2403544007e4df228902eeb87681527b06a16988fcaa Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Apr 2016 15:54:06 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=160 --- fix-missing-include.dif | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 fix-missing-include.dif diff --git a/fix-missing-include.dif b/fix-missing-include.dif deleted file mode 100644 index 6c77627..0000000 --- a/fix-missing-include.dif +++ /dev/null @@ -1,12 +0,0 @@ -Index: openscap-1.2.7/src/OVAL/probes/unix/linux/rpminfo.c -=================================================================== ---- openscap-1.2.7.orig/src/OVAL/probes/unix/linux/rpminfo.c -+++ openscap-1.2.7/src/OVAL/probes/unix/linux/rpminfo.c -@@ -66,6 +66,7 @@ - #include - #include - #include -+#include - - #ifndef HAVE_HEADERFORMAT - # define HAVE_LIBRPM44 1 /* hack */ From 555cce08b2010040d38823d18280d498ef54d755d92d4ce9d1c97e1d5ee90176 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Apr 2016 15:54:23 +0000 Subject: [PATCH 6/6] - 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 -------------------------------------------------------------------