forked from pool/openscap
- openscap-1.0.0 / 19-11-2013
- Improved heuristic to distinguish 'local' and 'remote' file systems - Improved comparison of EntityStateEVRStringType (trac#355) - Link against librpm (if available) to include rpmvercmp (on other platforms we fall back to the build-in rpmvercmp) - Bug fixes - openscap-0.9.13 / 08-11-2013 - Moved SCE to separate shared library (libopenscap_sce.so) - Introduction of scap-as-rpm tool - Improvements of sql and sql57 probes - Improvements of SELinux policy - Amendments based on SCAP 1.2 Errata (sp800-126r2-errata-20120409.pdf) - Minor improvements in state_entity processing - Introduction of CPE name for Fedora 21 to the internal dictionary - Added support for ind-def:pid/@xsi:nil (rhbz#1013011) - Improved error reporting - Bug fixes - Changed CPE name regex to be more permissive - avoided reports from the library to the stdout and stderr - plugged several memory leaks - improved xccdf:check-content-refs processing - misspelling in syslog message (rhbz#1021695) - fixed OVAL's <field> element processing - fixes based on static analysers - test suite is locale independent OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=85
This commit is contained in:
parent
2ac55a0bb1
commit
5ee9f9d332
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8af595087fcf8b6a5076e3755b7a838fcaca899b398537c44c0fe3ff20d90cc8
|
||||
size 12777461
|
@ -1 +0,0 @@
|
||||
3db4b73a2f08bd018a5aba7e2d3585d6ac571c33 /home/slukasik-f18/openscap-0.9.12.tar.gz
|
3
openscap-1.0.0.tar.gz
Normal file
3
openscap-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47105500b8b3d80cdf07b277bfab59091de5eadb16d97d27ee663bfbee58cb76
|
||||
size 13141090
|
1
openscap-1.0.0.tar.gz.sha1sum
Normal file
1
openscap-1.0.0.tar.gz.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
f8f72e5bff654feec2629aa74c7a8f4ca3f0ad45 openscap-1.0.0.tar.gz
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 12:50:35 UTC 2013 - meissner@suse.com
|
||||
|
||||
- openscap-1.0.0 / 19-11-2013
|
||||
- Improved heuristic to distinguish 'local' and 'remote' file systems
|
||||
- Improved comparison of EntityStateEVRStringType (trac#355)
|
||||
- Link against librpm (if available) to include rpmvercmp
|
||||
(on other platforms we fall back to the build-in rpmvercmp)
|
||||
- Bug fixes
|
||||
|
||||
- openscap-0.9.13 / 08-11-2013
|
||||
- Moved SCE to separate shared library (libopenscap_sce.so)
|
||||
- Introduction of scap-as-rpm tool
|
||||
- Improvements of sql and sql57 probes
|
||||
- Improvements of SELinux policy
|
||||
- Amendments based on SCAP 1.2 Errata (sp800-126r2-errata-20120409.pdf)
|
||||
- Minor improvements in state_entity processing
|
||||
- Introduction of CPE name for Fedora 21 to the internal dictionary
|
||||
- Added support for ind-def:pid/@xsi:nil (rhbz#1013011)
|
||||
- Improved error reporting
|
||||
- Bug fixes
|
||||
- Changed CPE name regex to be more permissive
|
||||
- avoided reports from the library to the stdout and stderr
|
||||
- plugged several memory leaks
|
||||
- improved xccdf:check-content-refs processing
|
||||
- misspelling in syslog message (rhbz#1021695)
|
||||
- fixed OVAL's <field> element processing
|
||||
- fixes based on static analysers
|
||||
- test suite is locale independent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 13:10:42 UTC 2013 - meissner@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define with_bindings 0
|
||||
|
||||
Name: openscap
|
||||
Version: 0.9.12
|
||||
Version: 1.0.0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user