security/suricata5: Update version 5.0.0-beta1=>5.0.0-rc1
- Remove HYPERSCAN as OPTIOINS_DEFAULT PR: 240794 Reported by: franco@opnsense.org Relnotes: https://suricata-ids.org/2019/09/24/please-help-us-test-suricata-5-0-0-rc1/
This commit is contained in:
parent
86070cd3b5
commit
14eec490ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513846
3 changed files with 11 additions and 9 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= suricata
|
||||
DISTVERSION= 5.0.0-beta1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 5.0.0-rc1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://www.openinfosecfoundation.org/download/
|
||||
PKGNAMESUFFIX= 5
|
||||
|
@ -39,7 +38,7 @@ TEST_TARGET= check
|
|||
|
||||
OPTIONS_DEFINE= GEOIP IPFW NSS PORTS_PCAP PRELUDE REDIS TESTS
|
||||
OPTIONS_DEFINE_amd64= HYPERSCAN
|
||||
OPTIONS_DEFAULT= IPFW HYPERSCAN
|
||||
OPTIONS_DEFAULT= IPFW
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPTIONS_RADIO= SCRIPTS
|
||||
|
@ -57,7 +56,7 @@ REDIS_DESC= Redis output support
|
|||
TESTS_DESC= Unit tests in suricata binary
|
||||
|
||||
GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
|
||||
GEOIP_CONFIGURE_ENABLE= geoip
|
||||
GEOIP_CONFIGURE_ON= --enable-geoip
|
||||
HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan
|
||||
IPFW_CONFIGURE_ON= --enable-ipfw
|
||||
LUA_USES= lua:51
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1567633319
|
||||
SHA256 (suricata-5.0.0-beta1.tar.gz) = 5b8398676a598caf003dd2d8573d276385594277f4c5f09e26059a8252d993d5
|
||||
SIZE (suricata-5.0.0-beta1.tar.gz) = 15649004
|
||||
TIMESTAMP = 1570307388
|
||||
SHA256 (suricata-5.0.0-rc1.tar.gz) = 2805bc027932ada6f0adcbcd5d9cce23594f7e37ba345e9bf04e7e7400be8bc7
|
||||
SIZE (suricata-5.0.0-rc1.tar.gz) = 21876920
|
||||
|
|
|
@ -18,6 +18,8 @@ include/htp/htp_transaction.h
|
|||
include/htp/htp_urlencoded.h
|
||||
include/htp/htp_utf8_decoder.h
|
||||
include/htp/htp_version.h
|
||||
include/htp/lzma/7zTypes.h
|
||||
include/htp/lzma/LzmaDec.h
|
||||
lib/libhtp.a
|
||||
lib/libhtp.so
|
||||
lib/libhtp.so.2
|
||||
|
@ -35,7 +37,7 @@ man/man1/suricata.1.gz
|
|||
%%DOCSDIR%%/Setting_up_IPSinline_for_Linux.txt
|
||||
%%DOCSDIR%%/TODO
|
||||
%%DOCSDIR%%/Third_Party_Installation_Guides.txt
|
||||
%%PYTHON_SITELIBDIR%%/suricata-5.0.0_beta1-py%%PYTHON_VER%%.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/suricata-5.0.0_rc1-py%%PYTHON_VER%%.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/suricata/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/suricata/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/suricata/config/__init__.py
|
||||
|
@ -124,7 +126,7 @@ man/man1/suricata.1.gz
|
|||
%%PYTHON_SITELIBDIR%%/suricata/update/util.pyc
|
||||
%%PYTHON_SITELIBDIR%%/suricata/update/version.py
|
||||
%%PYTHON_SITELIBDIR%%/suricata/update/version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/suricata_update-1.0.5-py%%PYTHON_VER%%.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/suricata_update-1.1.0rc1-py%%PYTHON_VER%%.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/suricatasc/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/suricatasc/__init__.pyc
|
||||
@sample %%ETCDIR%%/classification.config.sample
|
||||
|
@ -133,6 +135,7 @@ man/man1/suricata.1.gz
|
|||
@sample %%ETCDIR%%/threshold.config.sample
|
||||
%%DATADIR%%/rules/app-layer-events.rules
|
||||
%%DATADIR%%/rules/decoder-events.rules
|
||||
%%DATADIR%%/rules/dhcp-events.rules
|
||||
%%DATADIR%%/rules/dnp3-events.rules
|
||||
%%DATADIR%%/rules/dns-events.rules
|
||||
%%DATADIR%%/rules/files.rules
|
||||
|
|
Loading…
Reference in a new issue