forked from pool/openscap
Accepting request 313072 from security
- openscap-1.2.4 update - new features - OVAL 5.11 support 99.8% completed! - new symlink probe introduced - new process58 test capabilities - added possible_value support for external variables - added possible_restriction support for external variables - improved IP address comparisons - Added Scientific Linux CPEs - Added oscap-docker tool - Created man-page for oscap-ssh - HTML changes - improved visibility of selected XCCDF profile in guides and reports - render rule-result/message contents in reports - maintenance - Tests now pass on ppc64 little endian arch (rhbz#1215220) - partition probe now supports remount, bind and move mount options - Patched NIST OVAL-5.11 schemas to be backward compatible with OVAL-5.10 (rhbz#1220262) - fixed scap-as-rpm to work with vintage python (2.6) - better error reporting when a probe dies (i.e. due to OOM killer) - dropped selinux policy from upstream (rhbz#1209969) - fix segfault on invalid selectors (rhbz#1220944) - solaris support patches: file-system zones, systeminfo improvements - many smaller fixes and new tests OBS-URL: https://build.opensuse.org/request/show/313072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=38
This commit is contained in:
commit
513f14d1e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c15d587e5cdfcef1316536e6ed8ad66fea3e083ac3d3b723b7e54208f63787c7
|
||||
size 14465977
|
@ -1 +0,0 @@
|
||||
91fb1fd948dd19e792e0c91b617223ef16608b3d openscap-1.2.3.tar.gz
|
3
openscap-1.2.4.tar.gz
Normal file
3
openscap-1.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7105949900d8c8fc87644b07131fe4557c4bc0514a5dc6567edf5b2295a9fc31
|
||||
size 14508957
|
1
openscap-1.2.4.tar.gz.sha1sum
Normal file
1
openscap-1.2.4.tar.gz.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
a989f964a5bbe7647a17478d1e82f7724cf21786 openscap-1.2.4.tar.gz
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 09:39:44 UTC 2015 - meissner@suse.com
|
||||
|
||||
- openscap-1.2.4 update
|
||||
- new features
|
||||
- OVAL 5.11 support 99.8% completed!
|
||||
- new symlink probe introduced
|
||||
- new process58 test capabilities
|
||||
- added possible_value support for external variables
|
||||
- added possible_restriction support for external variables
|
||||
- improved IP address comparisons
|
||||
- Added Scientific Linux CPEs
|
||||
- Added oscap-docker tool
|
||||
- Created man-page for oscap-ssh
|
||||
- HTML changes
|
||||
- improved visibility of selected XCCDF profile in guides and reports
|
||||
- render rule-result/message contents in reports
|
||||
- maintenance
|
||||
- Tests now pass on ppc64 little endian arch (rhbz#1215220)
|
||||
- partition probe now supports remount, bind and move mount options
|
||||
- Patched NIST OVAL-5.11 schemas to be backward compatible with
|
||||
OVAL-5.10 (rhbz#1220262)
|
||||
- fixed scap-as-rpm to work with vintage python (2.6)
|
||||
- better error reporting when a probe dies (i.e. due to OOM killer)
|
||||
- dropped selinux policy from upstream (rhbz#1209969)
|
||||
- fix segfault on invalid selectors (rhbz#1220944)
|
||||
- solaris support patches: file-system zones, systeminfo improvements
|
||||
- many smaller fixes and new tests
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 3 07:55:55 UTC 2015 - meissner@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define with_bindings 0
|
||||
|
||||
Name: openscap
|
||||
Version: 1.2.3
|
||||
Version: 1.2.4
|
||||
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
|
||||
@ -210,6 +210,7 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
|
||||
%{_libexecdir}/openscap/probe_selinuxboolean
|
||||
%{_libexecdir}/openscap/probe_selinuxsecuritycontext
|
||||
%{_libexecdir}/openscap/probe_shadow
|
||||
%{_libexecdir}/openscap/probe_symlink
|
||||
%{_libexecdir}/openscap/probe_sysctl
|
||||
%{_libexecdir}/openscap/probe_systemdunitdependency
|
||||
%{_libexecdir}/openscap/probe_systemdunitproperty
|
||||
|
Loading…
Reference in New Issue
Block a user