projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa97e7
)
snort: add conflict with snort3
17987/head
author
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Fri, 4 Mar 2022 15:28:58 +0000
(16:28 +0100)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Fri, 4 Mar 2022 15:28:58 +0000
(16:28 +0100)
Both packages provides the same files:
- /usr/bin/u2boat
- /usr/bin/u2spewfoo
- /usr/bin/snort
- /etc/init.d/snort
- /etc/config/snort
So they should be in conflict.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/snort/Makefile
patch
|
blob
|
history
diff --git
a/net/snort/Makefile
b/net/snort/Makefile
index bd347a4e6f4b11e87f6d598f088d404ac344d334..ee605c4fdc6ae2d9b3b51eaaa3d60e3470d469f5 100644
(file)
--- a/
net/snort/Makefile
+++ b/
net/snort/Makefile
@@
-34,6
+34,7
@@
define Package/snort
DEPENDS:=+libdaq +libdnet +libnghttp2 +libopenssl +libpcap +libpcre +libpthread +libtirpc +libuuid +zlib +luajit +SNORT_LZMA:liblzma
TITLE:=Lightweight Network Intrusion Detection System
URL:=http://www.snort.org/
+ CONFLICTS:=snort3
MENU:=1
endef