From 3159a149be7b063198c17457c5400ddcab29e092 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 18 Jan 2018 13:16:27 +0000 Subject: testing/ossec-hids: upgrade to 2.9.3 --- testing/ossec-hids/musl_lack_of_a_out_h.patch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'testing/ossec-hids/musl_lack_of_a_out_h.patch') diff --git a/testing/ossec-hids/musl_lack_of_a_out_h.patch b/testing/ossec-hids/musl_lack_of_a_out_h.patch index 2660c2a5cc..a4d2b12a61 100644 --- a/testing/ossec-hids/musl_lack_of_a_out_h.patch +++ b/testing/ossec-hids/musl_lack_of_a_out_h.patch @@ -1,12 +1,13 @@ ---- a/src/rootcheck/os_string.c.old 2017-05-03 21:21:43.796000000 +0000 -+++ b/src/rootcheck/os_string.c 2017-05-03 21:22:28.128000000 +0000 -@@ -54,7 +54,8 @@ +diff --git a/src/rootcheck/os_string.c b/src/rootcheck/os_string.c +index e7ca284..85b6d9b 100644 +--- a/src/rootcheck/os_string.c ++++ b/src/rootcheck/os_string.c +@@ -44,7 +44,7 @@ + #ifdef SOLARIS #include - -#elif defined Darwin || defined HPUX -+// linux here means musl-linux +#elif defined Darwin || defined HPUX || defined linux /* For some reason darwin does not have that */ - struct exec + struct exec { -- cgit v1.2.3