summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control65
1 files changed, 65 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..37a3ba8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,65 @@
+Source: suricata
+Section: net
+Priority: optional
+Maintainer: Pierre Chifflier <pollux@debian.org>
+Uploaders: Sascha Steinbiss <satta@debian.org>
+Build-Depends: debhelper-compat (= 13),
+ dh-python,
+ libbpf-dev (>= 1:0.7.0) [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
+ clang [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
+ llvm [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
+ libcap-ng-dev,
+ libelf-dev [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
+ libevent-dev,
+ libgeoip-dev,
+ libhiredis-dev,
+ libjansson-dev,
+ libluajit-5.1-dev [i386 amd64 powerpc mips mipsel armel armhf],
+ libhyperscan-dev (>= 4.4.0) [i386 amd64 x32],
+ rustc (>= 1.61.0),
+ cargo (>= 0.29.0),
+ liblz4-dev,
+ libmagic-dev,
+ libmaxminddb-dev,
+ libnet1-dev | libnet-dev,
+ libnetfilter-log-dev,
+ libnetfilter-queue-dev,
+ libnspr4-dev,
+ libnss3-dev,
+ libpcap-dev,
+ libpcre2-dev,
+ libyaml-dev,
+ python3:any,
+ zlib1g-dev | libz-dev,
+ libhtp-dev (>= 1:0.5.46),
+ procps,
+ dpdk-dev [amd64 arm64 riscv64 ppc64el],
+ libnuma-dev [amd64 arm64 riscv64 ppc64el]
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://suricata.io
+Vcs-Browser: https://salsa.debian.org/pkg-suricata-team/pkg-suricata
+Vcs-Git: https://salsa.debian.org/pkg-suricata-team/pkg-suricata.git
+
+Package: suricata
+Architecture: linux-any
+Pre-Depends: dpkg (>= 1.15.7.2), ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, libhtp2 (>= ${libhtp:Version}~)
+Conflicts: libhtp1, suricata-hyperscan
+Replaces: suricata-hyperscan
+Recommends: python3, snort-rules-default, suricata-update
+Suggests: libtcmalloc-minimal4
+Description: Next Generation Intrusion Detection and Prevention Tool
+ Suricata is a network Intrusion Detection System (IDS). It is based on
+ rules (and is fully compatible with snort rules) to detect a variety of
+ attacks / probes by searching packet content.
+ .
+ It can also be used as Intrusion Prevention System (IPS), and as higher layer
+ firewall.
+ .
+ This new Engine supports Multi-Threading, Automatic Protocol Detection
+ (IP, TCP, UDP, ICMP, HTTP, TLS, FTP and SMB), Gzip Decompression, Fast
+ IP Matching and coming soon hardware acceleration on CUDA and OpenCL GPU
+ cards.
+ .
+ This version has inline (NFQUEUE) support enabled.