forked from pool/openscap
Accepting request 263739 from security
- openscap-1.2.0 update - new features - native support of bzip2ed SCAP files (file extension needs to be '.xml.bz2') - improved performance on huge XML documents, especially DataStreams - minimized use of temp files to absolute minimum - added OVAL-5.11 release candidate schemas - API changes - overall 50 new symbols added to public API - introduced oscap_source abstraction for input files - further info: http://isimluk.livejournal.com/4859.html - all the parsers converted to use oscap_source abstraction - introduced ds_sds_session, high level API for playing with Source DataStreams - introduced cpe_session, abstraction to approach multiple CPE resources - introduced ds_rds_session, high level API for playing with Result DataStreams (ARF files) - deprecated dozens of API calls dependent on filepath - introduced API for waivers (xccdf:override) and modification of ARF - initial support for waivers in HTML Report - dozens of small improvements - maintenance - dozens of small fixes - dozens of memory leaks (whole test suite is now leak free) - updated gnulib - openscap-1.1.0-fix-bashisms.patch: upstreamed - openscap-1.1.1 update - Hint towards `oscap info` when profile is not found in oscap tool - HTML report changes: - Source OVAL results from ARF if available - Highlight notchecked rules, treat them as rules that need attention OBS-URL: https://build.opensuse.org/request/show/263739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=34
This commit is contained in:
commit
5789663cea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d6934227e059094245db09cac897fbfe64fd1bae65835b2741e102168cb3525
|
|
||||||
size 13720567
|
|
@ -1 +0,0 @@
|
|||||||
84e5d2df9d6f32ad59db9e22973970a3bbbbd3b2 openscap-1.1.0.tar.gz
|
|
3
openscap-1.2.0.tar.gz
Normal file
3
openscap-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:88329ebf23e7c7d063cdb5615fe1f68b18fb436a0df81307c5acc3b5963d7cec
|
||||||
|
size 14308605
|
1
openscap-1.2.0.tar.gz.sha1sum
Normal file
1
openscap-1.2.0.tar.gz.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
9046880db1e171a93de49492c89667c9310b763a openscap-1.2.0.tar.gz
|
@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 2 12:44:35 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
- openscap-1.2.0 update
|
||||||
|
- new features
|
||||||
|
- native support of bzip2ed SCAP files (file extension needs to be '.xml.bz2')
|
||||||
|
- improved performance on huge XML documents, especially DataStreams
|
||||||
|
- minimized use of temp files to absolute minimum
|
||||||
|
- added OVAL-5.11 release candidate schemas
|
||||||
|
- API changes
|
||||||
|
- overall 50 new symbols added to public API
|
||||||
|
- introduced oscap_source abstraction for input files
|
||||||
|
- further info: http://isimluk.livejournal.com/4859.html
|
||||||
|
- all the parsers converted to use oscap_source abstraction
|
||||||
|
- introduced ds_sds_session, high level API for playing with Source DataStreams
|
||||||
|
- introduced cpe_session, abstraction to approach multiple CPE resources
|
||||||
|
- introduced ds_rds_session, high level API for playing with Result DataStreams
|
||||||
|
(ARF files)
|
||||||
|
- deprecated dozens of API calls dependent on filepath
|
||||||
|
- introduced API for waivers (xccdf:override) and modification of ARF
|
||||||
|
- initial support for waivers in HTML Report
|
||||||
|
- dozens of small improvements
|
||||||
|
- maintenance
|
||||||
|
- dozens of small fixes
|
||||||
|
- dozens of memory leaks (whole test suite is now leak free)
|
||||||
|
- updated gnulib
|
||||||
|
- openscap-1.1.0-fix-bashisms.patch: upstreamed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 12:38:45 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
- openscap-1.1.1 update
|
||||||
|
- Hint towards `oscap info` when profile is not found in oscap tool
|
||||||
|
- HTML report changes:
|
||||||
|
- Source OVAL results from ARF if available
|
||||||
|
- Highlight notchecked rules, treat them as rules that need attention
|
||||||
|
- HTML guide changes:
|
||||||
|
- Variable Substitution improvements
|
||||||
|
- Show benchmark title
|
||||||
|
- Show info about selected profile
|
||||||
|
- Avoid cdf12:notice, show only its contents
|
||||||
|
- bugfixes:
|
||||||
|
- improved handling of fqdn in XCCDF
|
||||||
|
- memory leaks
|
||||||
|
- static analysis fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 29 01:11:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashism in oscap-scan.cron script
|
||||||
|
- add patches:
|
||||||
|
* openscap-1.1.0-fix-bashisms.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 3 12:09:10 UTC 2014 - meissner@suse.com
|
Wed Sep 3 12:09:10 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define with_bindings 0
|
%define with_bindings 0
|
||||||
|
|
||||||
Name: openscap
|
Name: openscap
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
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
|
||||||
@ -186,7 +186,7 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS
|
||||||
%dir %{_libexecdir}/openscap
|
%dir %{_libexecdir}/openscap
|
||||||
%{_libexecdir}/openscap/probe_dnscache
|
%{_libexecdir}/openscap/probe_dnscache
|
||||||
%{_libexecdir}/openscap/probe_environmentvariable
|
%{_libexecdir}/openscap/probe_environmentvariable
|
||||||
|
Loading…
Reference in New Issue
Block a user