forked from pool/openscap
Accepting request 147554 from security
- updated to 0.9.3 - Embedded CPE dictionary (allows users to ommit --cpe argument) - improvements of DataStream and CPE processing on RHEL5 - changed API of various functions in cpe_dict, benchmark and xccdf_policy to use string timestamp instead of time_t [1] - fixed several issues found by Coverity and cppcheck static code analysis - bug fixes - bumped SOVERSION from 2 to 3. OBS-URL: https://build.opensuse.org/request/show/147554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=11
This commit is contained in:
commit
29b8a93bd3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0efd964e564594d14b6ad8d001caaa2109051e900361e99ef224015ef908ce89
|
|
||||||
size 11391168
|
|
@ -1 +0,0 @@
|
|||||||
4c1e6a2b612bc5d882889198a87b0df25b12317d openscap-0.9.2.tar.gz
|
|
3
openscap-0.9.3.tar.gz
Normal file
3
openscap-0.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0aa482fa4a22493ec3d5987fd8c86d5124a94675f5cbdd6aac1cb86f14402acd
|
||||||
|
size 11928497
|
1
openscap-0.9.3.tar.gz.sha1sum
Normal file
1
openscap-0.9.3.tar.gz.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
393ba6354459c7780bb3ea5491cd874a23d2c556 openscap-0.9.3.tar.gz
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 10:47:53 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
|
- updated to 0.9.3
|
||||||
|
- Embedded CPE dictionary (allows users to ommit --cpe argument)
|
||||||
|
- improvements of DataStream and CPE processing on RHEL5
|
||||||
|
- changed API of various functions in cpe_dict, benchmark and
|
||||||
|
xccdf_policy to use string timestamp instead of time_t [1]
|
||||||
|
- fixed several issues found by Coverity and cppcheck static code
|
||||||
|
analysis
|
||||||
|
- bug fixes
|
||||||
|
- bumped SOVERSION from 2 to 3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 19 15:47:21 UTC 2012 - meissner@suse.com
|
Mon Nov 19 15:47:21 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openscap
|
# spec file for package openscap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soname 2
|
%define soname 3
|
||||||
%define with_bindings 0
|
%define with_bindings 0
|
||||||
|
|
||||||
Name: openscap
|
Name: openscap
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
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
|
||||||
@ -229,8 +229,10 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
|
|||||||
%{_libexecdir}/openscap/probe_xmlfilecontent
|
%{_libexecdir}/openscap/probe_xmlfilecontent
|
||||||
|
|
||||||
%dir %{_datadir}/openscap
|
%dir %{_datadir}/openscap
|
||||||
|
%dir %{_datadir}/openscap/cpe
|
||||||
%dir %{_datadir}/openscap/schemas
|
%dir %{_datadir}/openscap/schemas
|
||||||
%dir %{_datadir}/openscap/xsl
|
%dir %{_datadir}/openscap/xsl
|
||||||
|
%{_datadir}/openscap/cpe/*
|
||||||
%{_datadir}/openscap/schemas/*
|
%{_datadir}/openscap/schemas/*
|
||||||
%{_datadir}/openscap/xsl/*
|
%{_datadir}/openscap/xsl/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user