From ec613d3042271d5f0b500e8010aa9a464739f29f Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 9 Oct 2019 16:15:01 +0200 Subject: [PATCH] switch to suricata 5.0.0-rc1 for -devel version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 735b983e7..a611e531d 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ CORE_PHP?= 72 CORE_PYTHON?= 37 CORE_RADVD?= 1 CORE_SQUID?= # empty -CORE_SURICATA?= # empty +CORE_SURICATA?= -devel CORE_SYSLOGNG?= 3.23 _FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi