Bug 198018

Summary: [MAINTAINER] security/bro: Add ELASTICSEARCH option and make ftp/curl dependency explicit
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Only Me CC: robak
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patchset for security/bro
leres: maintainer-approval+
poudriere log for security/bro (with ELASTICSEARCH forced on)
none
poudriere log for security/bro (with ELASTICSEARCH defaulting off) none

Description Craig Leres freebsd_committer freebsd_triage 2015-02-24 22:39:49 UTC
Created attachment 153480 [details]
Patchset for security/bro

The bro package enables the ElasticSearch log writer option if it finds libcurl installed.  This means a bro package built on a system with ftp/curl will not run on a system that doesn't have curl installed.

Make the dependency on libcurl explicit by adding an option for it.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-24 22:39:49 UTC
Maintainers CC'd
Comment 2 Craig Leres freebsd_committer freebsd_triage 2015-02-24 22:42:06 UTC
Created attachment 153481 [details]
poudriere log for security/bro (with ELASTICSEARCH forced on)
Comment 3 Craig Leres freebsd_committer freebsd_triage 2015-02-24 22:43:47 UTC
Created attachment 153483 [details]
poudriere log for security/bro (with ELASTICSEARCH defaulting off)
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-03-04 14:21:46 UTC
A commit references this bug:

Author: robak
Date: Wed Mar  4 14:21:30 UTC 2015
New revision: 380437
URL: https://svnweb.freebsd.org/changeset/ports/380437

Log:
  security/bro: add ELASTICSEARCH option

  PR:		198018
  Submitted by:	Craig Leres <leres@ee.lbl.gov>

Changes:
  head/security/bro/Makefile
Comment 5 Bartek Rutkowski freebsd_committer freebsd_triage 2015-03-04 14:23:29 UTC
Committed, thanks for your work!