summaryrefslogtreecommitdiff
path: root/testing/ossec-hids
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-23 20:57:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-23 20:58:08 -0300
commitc1b5e5cdfcdba05da1ad5b6a02a52536de07aa23 (patch)
tree428af8ecd6ae1fd59f75734f98073c82ffd6e376 /testing/ossec-hids
parent2ccb2372dc862d3a05fbd5e0a665b5e6b0d1b440 (diff)
downloadaports-c1b5e5cdfcdba05da1ad5b6a02a52536de07aa23.zip
testing/*: remove stale patches
Diffstat (limited to 'testing/ossec-hids')
-rw-r--r--testing/ossec-hids/makefile.patch24
-rw-r--r--testing/ossec-hids/musl_lack_of_a_out_h.patch13
2 files changed, 0 insertions, 37 deletions
diff --git a/testing/ossec-hids/makefile.patch b/testing/ossec-hids/makefile.patch
deleted file mode 100644
index e6fb7046fea..00000000000
--- a/testing/ossec-hids/makefile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index b684b82..3414312 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -12,7 +12,7 @@ LUA_ENABLE?=no
- MAXAGENTS?=2048
- REUSE_ID?=no
- # XXX Becareful NO EXTRA Spaces here
--PREFIX?=/var/ossec
-+PREFIX=$(DESTDIR)/var/ossec
- PG_CONFIG?=pg_config
- MY_CONFIG?=mysql_config
- PRELUDE_CONFIG?=libprelude-config
-@@ -22,8 +22,8 @@ OSSEC_USER_MAIL?=ossecm
- OSSEC_USER_REM?=ossecr
-
- INSTALL_CMD?=install -m $(1) -o $(2) -g $(3)
--INSTALL_LOCALTIME?=yes
--INSTALL_RESOLVCONF?=yes
-+INSTALL_LOCALTIME=no
-+INSTALL_RESOLVCONF=no
-
- USE_PRELUDE?=no
- USE_ZEROMQ?=no
diff --git a/testing/ossec-hids/musl_lack_of_a_out_h.patch b/testing/ossec-hids/musl_lack_of_a_out_h.patch
deleted file mode 100644
index a4d2b12a619..00000000000
--- a/testing/ossec-hids/musl_lack_of_a_out_h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 <sys/exechdr.h>
--#elif defined Darwin || defined HPUX
-+#elif defined Darwin || defined HPUX || defined linux
-
- /* For some reason darwin does not have that */
- struct exec {