1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/wazuh-agent/files/patch-src_rootcheck_os__string.c
Jose Alonso Cardenas Marquez 55048ca1c7 security/wazuh-*: Update to 4.4.3
- Mark IGNORE on FreeBSD 12-aarch64
- Use makepatch to generate patch files
- Fix typo at wazuh-agent and wazuh-manager pkg-message files [1]
- Fix some linking issues when devel/libsysinfo is installed (using ports).
  wazuh-manager compile/install a library with the same name like libsysinfo and
  it is used by syscollector feature.
- wazuh-dashboard use opensearch-dashboards 2.7.0
- Some other modifications

ChangeLog at:	https://github.com/wazuh/wazuh/releases
PR:		271376
Reported by:	lambert _ at _ sanesecurityguy.com [1]
2023-05-29 23:24:56 -05:00

13 lines
276 B
C

--- src/rootcheck/os_string.c.orig 2023-05-24 19:23:05 UTC
+++ src/rootcheck/os_string.c
@@ -42,6 +42,9 @@
#include <locale.h>
#include <unistd.h>
#include <netinet/in.h>
+#ifdef __FreeBSD__
+#define __LDPGSZ 4096
+#endif
#ifdef SOLARIS
#include <sys/exechdr.h>