From 1987cf9fbf017869d39d9fc86f1b119ea8e832ea Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 4 Dec 2025 06:45:08 +0000 Subject: [PATCH] ossec-hids: regen patches --- security/ossec-hids/patches/patch-src_addagent_main_c | 6 +++--- .../ossec-hids/patches/patch-src_addagent_manage_agents_h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/ossec-hids/patches/patch-src_addagent_main_c b/security/ossec-hids/patches/patch-src_addagent_main_c index 843b294102c..c96eb83a341 100644 --- a/security/ossec-hids/patches/patch-src_addagent_main_c +++ b/security/ossec-hids/patches/patch-src_addagent_main_c @@ -3,16 +3,16 @@ Index: src/addagent/main.c --- src/addagent/main.c.orig +++ src/addagent/main.c -@@ -84,6 +84,8 @@ static void manage_shutdown(__attribute__((unused)) in +@@ -75,6 +75,8 @@ static void manage_shutdown(__attribute__((unused)) in + exit(0); } - #endif +int willchroot; + int main(int argc, char **argv) { char *user_msg; -@@ -104,7 +106,6 @@ int main(int argc, char **argv) +@@ -93,7 +95,6 @@ int main(int argc, char **argv) int ret; #endif diff --git a/security/ossec-hids/patches/patch-src_addagent_manage_agents_h b/security/ossec-hids/patches/patch-src_addagent_manage_agents_h index 9a4b97969d3..df54831a69d 100644 --- a/security/ossec-hids/patches/patch-src_addagent_manage_agents_h +++ b/security/ossec-hids/patches/patch-src_addagent_manage_agents_h @@ -3,7 +3,7 @@ Index: src/addagent/manage_agents.h --- src/addagent/manage_agents.h.orig +++ src/addagent/manage_agents.h -@@ -147,4 +147,4 @@ extern fpos_t fp_pos; +@@ -144,4 +144,4 @@ extern fpos_t fp_pos; #define GMF_UNKN_ERROR ARGV0 ": Could not run GetModuleFileName which returned (%ld).\n"