forked from pool/openscap
- fix-return.patch: removed, has upstream fix
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=97
This commit is contained in:
parent
6045eedad2
commit
61c5603ba0
@ -1,12 +0,0 @@
|
|||||||
Index: openscap-1.0.2/src/OVAL/results/oval_cmp_ip_address.c
|
|
||||||
===================================================================
|
|
||||||
--- openscap-1.0.2.orig/src/OVAL/results/oval_cmp_ip_address.c
|
|
||||||
+++ openscap-1.0.2/src/OVAL/results/oval_cmp_ip_address.c
|
|
||||||
@@ -58,6 +58,7 @@ static inline int ipaddr_cmp(int af, con
|
|
||||||
return memcmp(addr1, addr2, sizeof(struct in6_addr));
|
|
||||||
|
|
||||||
assert(false);
|
|
||||||
+ return 42;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline void ipaddr_mask(int af, const void *ip_addr, uint32_t mask)
|
|
@ -6,6 +6,7 @@ Tue Jan 14 16:42:51 UTC 2014 - meissner@suse.com
|
|||||||
- a few coverity issues
|
- a few coverity issues
|
||||||
- a few memory leak plugs
|
- a few memory leak plugs
|
||||||
- broken comparison of huge integet in OVAL
|
- broken comparison of huge integet in OVAL
|
||||||
|
- fix-return.patch: removed, has upstream fix
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 10 10:25:19 UTC 2014 - meissner@suse.com
|
Fri Jan 10 10:25:19 UTC 2014 - meissner@suse.com
|
||||||
|
@ -32,7 +32,6 @@ Source2: sysconfig.oscap-scan
|
|||||||
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
|
Patch0: fix-missing-include.dif
|
||||||
Patch1: fix-return.patch
|
|
||||||
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
|
||||||
@ -148,7 +147,6 @@ commonly used and require additional dependencies.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user