summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-07-17 21:01:45 +0000
committerSam James <sam@gentoo.org>2020-07-17 23:59:48 +0000
commit96587d39bdb2cdbd29a66ec50af93b2b82510f9e (patch)
tree49d4a91dd020c009b624566649fc0a6990f4d966 /net-analyzer/ossec-hids/files
parentwww-misc/awstats: security cleanup (diff)
downloadgentoo-96587d39bdb2cdbd29a66ec50af93b2b82510f9e.tar.gz
gentoo-96587d39bdb2cdbd29a66ec50af93b2b82510f9e.tar.bz2
gentoo-96587d39bdb2cdbd29a66ec50af93b2b82510f9e.zip
net-analyzer/ossec-hids: security cleanup
Bug: https://bugs.gentoo.org/707826 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
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