summaryrefslogtreecommitdiff
path: root/net-analyzer/ossec-hids/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /net-analyzer/ossec-hids/files
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'net-analyzer/ossec-hids/files')
-rw-r--r--net-analyzer/ossec-hids/files/makefile-3.2.0.patch28
-rw-r--r--net-analyzer/ossec-hids/files/makefile-3.3.0.patch28
-rw-r--r--net-analyzer/ossec-hids/files/makefile.patch28
3 files changed, 0 insertions, 84 deletions
diff --git a/net-analyzer/ossec-hids/files/makefile-3.2.0.patch b/net-analyzer/ossec-hids/files/makefile-3.2.0.patch
deleted file mode 100644
index 810bc077d438..000000000000
--- a/net-analyzer/ossec-hids/files/makefile-3.2.0.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/Makefile 2019-03-09 16:33:13.465947636 +0100
-+++ b/Makefile 2019-03-09 16:32:57.105946856 +0100
-@@ -370,7 +370,6 @@
- install-server: install-server-generic
-
- install-common: build
-- ./init/adduser.sh ${OSSEC_USER} ${OSSEC_USER_MAIL} ${OSSEC_USER_REM} ${OSSEC_GROUP} ${PREFIX}
- $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/
- $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs
- $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log
-@@ -1160,7 +1159,7 @@
- #### test ##########
- ####################
-
--CFLAGS_TEST = -g -O0 --coverage
-+CFLAGS_TEST = -g -O0
-
- LDFLAGS_TEST = -lcheck -lm -pthread -lrt
-
-@@ -1171,7 +1170,7 @@
-
- test_programs = test_os_zlib test_os_xml test_os_regex test_os_crypto test_shared
-
--.PHONY: test run_tests build_tests test_valgrind test_coverage
-+.PHONY: test run_tests build_tests test_valgrind
-
- test: build_tests
- ${MAKE} run_tests
diff --git a/net-analyzer/ossec-hids/files/makefile-3.3.0.patch b/net-analyzer/ossec-hids/files/makefile-3.3.0.patch
deleted file mode 100644
index 810bc077d438..000000000000
--- a/net-analyzer/ossec-hids/files/makefile-3.3.0.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/Makefile 2019-03-09 16:33:13.465947636 +0100
-+++ b/Makefile 2019-03-09 16:32:57.105946856 +0100
-@@ -370,7 +370,6 @@
- install-server: install-server-generic
-
- install-common: build
-- ./init/adduser.sh ${OSSEC_USER} ${OSSEC_USER_MAIL} ${OSSEC_USER_REM} ${OSSEC_GROUP} ${PREFIX}
- $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/
- $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs
- $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log
-@@ -1160,7 +1159,7 @@
- #### test ##########
- ####################
-
--CFLAGS_TEST = -g -O0 --coverage
-+CFLAGS_TEST = -g -O0
-
- LDFLAGS_TEST = -lcheck -lm -pthread -lrt
-
-@@ -1171,7 +1170,7 @@
-
- test_programs = test_os_zlib test_os_xml test_os_regex test_os_crypto test_shared
-
--.PHONY: test run_tests build_tests test_valgrind test_coverage
-+.PHONY: test run_tests build_tests test_valgrind
-
- test: build_tests
- ${MAKE} run_tests
diff --git a/net-analyzer/ossec-hids/files/makefile.patch b/net-analyzer/ossec-hids/files/makefile.patch
deleted file mode 100644
index 2169b5287fd7..000000000000
--- a/net-analyzer/ossec-hids/files/makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/Makefile 2018-10-12 00:25:16.000000000 +0200
-+++ b/Makefile 2018-10-26 17:59:44.458689842 +0200
-@@ -378,7 +378,6 @@
- install-server: install-server-generic
-
- install-common: build
-- ./init/adduser.sh ${OSSEC_USER} ${OSSEC_USER_MAIL} ${OSSEC_USER_REM} ${OSSEC_GROUP} ${PREFIX}
- install -d -m 0550 -o root -g ${OSSEC_GROUP} ${PREFIX}/
- install -d -m 0750 -o ${OSSEC_USER} -g ${OSSEC_GROUP} ${PREFIX}/logs
- install -m 0660 -o ${OSSEC_USER} -g ${OSSEC_GROUP} /dev/null ${PREFIX}/logs/ossec.log
-@@ -1166,7 +1165,7 @@
- #### test ##########
- ####################
-
--CFLAGS_TEST = -g -O0 --coverage
-+CFLAGS_TEST = -g -O0
-
- LDFLAGS_TEST = -lcheck -lm -pthread -lrt
-
-@@ -1177,7 +1176,7 @@
-
- test_programs = test_os_zlib test_os_xml test_os_regex test_os_crypto test_shared
-
--.PHONY: test run_tests build_tests test_valgrind test_coverage
-+.PHONY: test run_tests build_tests test_valgrind
-
- test: build_tests
- ${MAKE} run_tests