SHA256
1
0
forked from pool/openscap

Accepting request 391973 from security

- 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
- dropped fix-missing-include.dif, not needed anymore

OBS-URL: https://build.opensuse.org/request/show/391973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2016-04-30 21:31:39 +00:00 committed by Git OBS Bridge
commit 6f127116f5
7 changed files with 38 additions and 19 deletions

View File

@ -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 <rpm/rpmmacro.h>
#include <rpm/rpmlog.h>
#include <rpm/header.h>
+#include <rpm/rpmfi.h>
#ifndef HAVE_HEADERFORMAT
# define HAVE_LIBRPM44 1 /* hack */

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57512bda6726015a94a39b26e05df1753c4e266124109b976760ff14c5ade4b9
size 15717119

View File

@ -1 +0,0 @@
1bdd600be54e50160cfc59c3ab7262fced362c7a openscap-1.2.8.tar.gz

3
openscap-1.2.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20ae67ffabf90865fb2033d5c5e49bfb5fb485ffa6ff37910e8d7084c2236c74
size 15751341

View File

@ -0,0 +1 @@
d9d4aa979f3545e2584eb8a086cb1f58bfd8e843 openscap-1.2.9.tar.gz

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
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
- dropped fix-missing-include.dif, not needed anymore
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 23 10:21:27 UTC 2016 - meissner@suse.com Wed Mar 23 10:21:27 UTC 2016 - meissner@suse.com

View File

@ -20,7 +20,7 @@
%define with_bindings 0 %define with_bindings 0
Name: openscap Name: openscap
Version: 1.2.8 Version: 1.2.9
Release: 1.0 Release: 1.0
Source: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz 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 Source5: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
@ -31,7 +31,6 @@ Source2: sysconfig.oscap-scan
# Generated from http://gitorious.org/test-suite/scap # Generated from http://gitorious.org/test-suite/scap
Source3: scap-yast2sec-xccdf.xml Source3: scap-yast2sec-xccdf.xml
Source4: scap-yast2sec-oval.xml Source4: scap-yast2sec-oval.xml
Patch0: fix-missing-include.dif
Url: http://www.open-scap.org/ Url: http://www.open-scap.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libacl-devel BuildRequires: libacl-devel
@ -163,7 +162,6 @@ commonly used and require additional dependencies.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
@ -291,6 +289,7 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
%{_bindir}/oscap %{_bindir}/oscap
%{_bindir}/oscap-vm %{_bindir}/oscap-vm
%{_bindir}/oscap-ssh %{_bindir}/oscap-ssh
%{_bindir}/oscap-chroot
%{_bindir}/scap-as-rpm %{_bindir}/scap-as-rpm
%config %{_sysconfdir}/bash_completion.d/* %config %{_sysconfdir}/bash_completion.d/*