f85fca9817
- Changelog: https://suricata-ids.org/2017/07/13/suricata-3-2-3-available/ PR: 220758 Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11639
77 lines
3 KiB
Text
77 lines
3 KiB
Text
bin/suricata
|
|
man/man1/suricata.1.gz
|
|
%%SC%%bin/suricatasc
|
|
%%DOCSDIR%%/AUTHORS
|
|
%%DOCSDIR%%/Basic_Setup.txt
|
|
%%DOCSDIR%%/CentOS5.txt
|
|
%%DOCSDIR%%/CentOS_56_Installation.txt
|
|
%%DOCSDIR%%/Debian_Installation.txt
|
|
%%DOCSDIR%%/Fedora_Core.txt
|
|
%%DOCSDIR%%/FreeBSD_8.txt
|
|
%%DOCSDIR%%/GITGUIDE
|
|
%%DOCSDIR%%/HTP_library_installation.txt
|
|
%%DOCSDIR%%/INSTALL
|
|
%%DOCSDIR%%/INSTALL.PF_RING
|
|
%%DOCSDIR%%/INSTALL.WINDOWS
|
|
%%DOCSDIR%%/Installation_from_GIT_with_PCRE-JIT.txt
|
|
%%DOCSDIR%%/Installation_from_GIT_with_PF_RING_on_Ubuntu_server_1104.txt
|
|
%%DOCSDIR%%/Installation_with_CUDA_and_PFRING_on_Scientific_Linux_6.txt
|
|
%%DOCSDIR%%/Installation_with_CUDA_and_PF_RING_on_Ubuntu_server_1104.txt
|
|
%%DOCSDIR%%/Installation_with_CUDA_on_Scientific_Linux_6.txt
|
|
%%DOCSDIR%%/Installation_with_CUDA_on_Ubuntu_server_1104.txt
|
|
%%DOCSDIR%%/Installation_with_PF_RING.txt
|
|
%%DOCSDIR%%/Mac_OS_X_106x.txt
|
|
%%DOCSDIR%%/NEWS
|
|
%%DOCSDIR%%/OpenBSD_Installation_from_GIT.txt
|
|
%%DOCSDIR%%/README
|
|
%%DOCSDIR%%/Setting_up_IPSinline_for_Linux.txt
|
|
%%DOCSDIR%%/TODO
|
|
%%DOCSDIR%%/Third_Party_Installation_Guides.txt
|
|
%%DOCSDIR%%/Ubuntu_Installation.txt
|
|
%%DOCSDIR%%/Ubuntu_Installation_from_GIT.txt
|
|
%%DOCSDIR%%/Windows.txt
|
|
%%NO_HTP_PORT%%include/htp/bstr.h
|
|
%%NO_HTP_PORT%%include/htp/bstr_builder.h
|
|
%%NO_HTP_PORT%%include/htp/htp.h
|
|
%%NO_HTP_PORT%%include/htp/htp_base64.h
|
|
%%NO_HTP_PORT%%include/htp/htp_config.h
|
|
%%NO_HTP_PORT%%include/htp/htp_connection_parser.h
|
|
%%NO_HTP_PORT%%include/htp/htp_core.h
|
|
%%NO_HTP_PORT%%include/htp/htp_decompressors.h
|
|
%%NO_HTP_PORT%%include/htp/htp_hooks.h
|
|
%%NO_HTP_PORT%%include/htp/htp_list.h
|
|
%%NO_HTP_PORT%%include/htp/htp_multipart.h
|
|
%%NO_HTP_PORT%%include/htp/htp_table.h
|
|
%%NO_HTP_PORT%%include/htp/htp_transaction.h
|
|
%%NO_HTP_PORT%%include/htp/htp_urlencoded.h
|
|
%%NO_HTP_PORT%%include/htp/htp_utf8_decoder.h
|
|
%%NO_HTP_PORT%%include/htp/htp_version.h
|
|
%%NO_HTP_PORT%%lib/libhtp.a
|
|
%%NO_HTP_PORT%%lib/libhtp.so
|
|
%%NO_HTP_PORT%%lib/libhtp.so.2
|
|
%%NO_HTP_PORT%%lib/libhtp.so.2.0.0
|
|
%%NO_HTP_PORT%%libdata/pkgconfig/htp.pc
|
|
%%NO_HTP_PORT%%@dir include/htp
|
|
%%SC%%%%PYTHON_SITELIBDIR%%/suricatasc-0.9-py%%PYTHON_VER%%.egg-info
|
|
%%SC%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.py
|
|
%%SC%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.pyc
|
|
%%SC%%%%PYTHON_SITELIBDIR%%/suricatasc/suricatasc.py
|
|
%%SC%%%%PYTHON_SITELIBDIR%%/suricatasc/suricatasc.pyc
|
|
@sample %%ETCDIR%%/suricata.yaml.sample
|
|
@sample %%ETCDIR%%/classification.config.sample
|
|
@sample %%ETCDIR%%/reference.config.sample
|
|
@sample %%ETCDIR%%/threshold.config.sample
|
|
%%ETCDIR%%/rules/app-layer-events.rules
|
|
%%ETCDIR%%/rules/decoder-events.rules
|
|
%%ETCDIR%%/rules/dns-events.rules
|
|
%%ETCDIR%%/rules/files.rules
|
|
%%ETCDIR%%/rules/http-events.rules
|
|
%%ETCDIR%%/rules/modbus-events.rules
|
|
%%ETCDIR%%/rules/smtp-events.rules
|
|
%%ETCDIR%%/rules/stream-events.rules
|
|
%%ETCDIR%%/rules/tls-events.rules
|
|
@dir etc/suricata/rules
|
|
@dir etc/suricata
|
|
@dir(root,wheel,0700) /var/log/suricata
|
|
@postunexec if [ -d %D/%%ETCDIR%% ]; then echo "==> If you are permanently removing this port, run ``rm -rf ${PKG_PREFIX}/etc/suricata`` to remove configuration files."; fi
|
|
@dir %%DOCSDIR%%
|