rocknsm / rock

Automated deployment scripts for the RockNSM network hunting distribution.
http://rocknsm.io
Apache License 2.0
446 stars 97 forks source link

Package Suricata 4.x #219

Open dcode opened 6 years ago

dcode commented 6 years ago

Suricata 3.x is end of life soon. We need to update to the 4.x line. I believe the package and compilation process isn't too different from the existing process. Fedora/EPEL have existing package sources that we could leverage as a starting point.

armondkuehn commented 6 years ago

Kuehn is working

armondkuehn commented 6 years ago

when Suricata is compiled by source it is a simple --enable-dag. This will enable dag support, it is native in Suricata 4. Solution plan is grab a full list for rpms to fully enable the compilation and install of Suricata with everything enabled that is available for the appropriate OS's (RHEL/CentOS). This program is debian native, but it would be simple prompt choice if we wish to make this work on debian builds. The only program I've had issues with is Prelude support for suricata and I don't think leaving it off here won't be a problem. [rocknsm/rock] New comment by dcode on issue

ghost commented 6 years ago

I stuck this in with the rest of the plenum project. Figured it would be good to do.