Bug 198018 - [MAINTAINER] security/bro: Add ELASTICSEARCH option and make ftp/curl dependency explicit
Summary: [MAINTAINER] security/bro: Add ELASTICSEARCH option and make ftp/curl depende...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 22:39 UTC by Craig Leres
Modified: 2015-03-04 14:23 UTC (History)
1 user (show)

See Also:


Attachments
Patchset for security/bro (1.13 KB, text/plain)
2015-02-24 22:39 UTC, Craig Leres
leres: maintainer-approval+
Details
poudriere log for security/bro (with ELASTICSEARCH forced on) (936.79 KB, text/plain)
2015-02-24 22:42 UTC, Craig Leres
no flags Details
poudriere log for security/bro (with ELASTICSEARCH defaulting off) (936.04 KB, text/plain)
2015-02-24 22:43 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!