xref: /OK3568_Linux_fs/buildroot/package/snort3/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SNORT3
2*4882a593Smuzhiyun	bool "snort3"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS # luajit
4*4882a593Smuzhiyun	depends on !(BR2_PACKAGE_DAQ || BR2_PACKAGE_SNORT)
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # daq3
8*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
9*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # daq3, hwloc
10*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
11*4882a593Smuzhiyun	select BR2_PACKAGE_DAQ3
12*4882a593Smuzhiyun	select BR2_PACKAGE_FLEX
13*4882a593Smuzhiyun	select BR2_PACKAGE_HWLOC
14*4882a593Smuzhiyun	select BR2_PACKAGE_LIBDNET
15*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPCAP
16*4882a593Smuzhiyun	select BR2_PACKAGE_LUAJIT
17*4882a593Smuzhiyun	select BR2_PACKAGE_PCRE
18*4882a593Smuzhiyun	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
19*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
20*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
21*4882a593Smuzhiyun	help
22*4882a593Smuzhiyun	  Snort 3 is the next generation Snort IPS (Intrusion
23*4882a593Smuzhiyun	  Prevention System).
24*4882a593Smuzhiyun
25*4882a593Smuzhiyun	  - Support multiple packet processing threads
26*4882a593Smuzhiyun	  - Shared configuration and attribute table
27*4882a593Smuzhiyun	  - Use a simple, scriptable configuration
28*4882a593Smuzhiyun	  - Make key components pluggable
29*4882a593Smuzhiyun	  - Autodetect services for portless configuration
30*4882a593Smuzhiyun	  - Support sticky buffers in rules
31*4882a593Smuzhiyun	  - Autogenerate reference documentation
32*4882a593Smuzhiyun	  - Provide better cross platform support
33*4882a593Smuzhiyun
34*4882a593Smuzhiyun	  https://www.snort.org/snort3
35*4882a593Smuzhiyun
36*4882a593Smuzhiyuncomment "snort3 needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.9"
37*4882a593Smuzhiyun	depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
38*4882a593Smuzhiyun	depends on !(BR2_PACKAGE_DAQ || BR2_PACKAGE_SNORT)
39*4882a593Smuzhiyun	depends on BR2_USE_MMU
40*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
41*4882a593Smuzhiyun		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \
42*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
43