Bug 204838 - security/suricata: add missing new rules files
Summary: security/suricata: add missing new rules files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kubilay Kocak
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2015-11-27 00:53 UTC by Bill Meeks
Modified: 2015-12-04 05:45 UTC (History)
0 users

See Also:
koobs: maintainer-feedback+


Attachments
Patch for Makefile and pkg-plist to add missing rules files (1.12 KB, patch)
2015-11-27 00:53 UTC, Bill Meeks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Meeks 2015-11-27 00:53:24 UTC
Created attachment 163565 [details]
Patch for Makefile and pkg-plist to add missing rules files

Suricata 3.0RC1 includes two new rules files that should be installed in etc/suricata/rules.  These files are:  app-layer-events.rules and modbus-events.rules.  These files are not currently installed by Suricata 3.0 package for FreeBSD.  The fix requires adding the missing rules files to the Makefile and the pkg-plist files.  A suitable patch file is attached.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-11-27 03:30:46 UTC
Thank you Bill
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-12-04 05:42:49 UTC
A commit references this bug:

Author: koobs
Date: Fri Dec  4 05:42:17 UTC 2015
New revision: 402907
URL: https://svnweb.freebsd.org/changeset/ports/402907

Log:
  security/suricata: Add rules files, netmap startup support

  - Install missing rules files [1]
  - Add netmap support and simplify pid file naming [2]

  PR:		204838 [1], 204834 [2]
  Submitted by:	Bill Meeks <bmeeks8 bellsouth net> [1]
  Submitted by:	Franco Fichtner <franco opnsense org> [2]

Changes:
  head/security/suricata/Makefile
  head/security/suricata/files/suricata.in
  head/security/suricata/pkg-plist
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2015-12-04 05:45:04 UTC
Committed with minor changes:

* Sort new pkg-plist entries
* Sort RULES_FILES values

Thank you Bill!