FreeBSD Bugzilla – Attachment 153480 Details for
Bug 198018
[MAINTAINER] security/bro: Add ELASTICSEARCH option and make ftp/curl dependency explicit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patchset for security/bro
patch.txt (text/plain), 1.13 KB, created by
Craig Leres
on 2015-02-24 22:39:49 UTC
(
hide
)
Description:
Patchset for security/bro
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2015-02-24 22:39:49 UTC
Size:
1.13 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 379787) >+++ Makefile (working copy) >@@ -48,12 +48,13 @@ > > USE_OPENSSL= yes > >-OPTIONS_DEFINE= BROCCOLI BROCTL DEBUG IPSUMDUMP LBL_CF LBL_HF PERFTOOLS PORTS_SSL >+OPTIONS_DEFINE= BROCCOLI BROCTL DEBUG ELASTICSEARCH IPSUMDUMP LBL_CF LBL_HF PERFTOOLS PORTS_SSL > OPTIONS_DEFAULT=BROCCOLI BROCTL IPSUMDUMP LBL_CF LBL_HF PORTS_SSL > > BROCCOLI_DESC= Build support for libbroccoli communications > BROCTL_DESC= Build BroControl support (requires BROCCOLI) > DEBUG_DESC= Compile in debugging mode >+ELASTICSEARCH_DESC= Build the ElasticSearch log writer (requires curl) > IPSUMDUMP_DESC= Enables traffic summaries > LBL_CF_DESC= Unix time to formated time/date filter support > LBL_HF_DESC= Address to hostname filter support >@@ -94,6 +95,13 @@ > PLIST_SUB+= BROCTL="@comment " > .endif > >+.if ${PORT_OPTIONS:MELASTICSEARCH} >+CMAKE_ARGS+= -D DISABLE_ELASTICSEARCH:BOOL=false >+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl >+.else >+CMAKE_ARGS+= -D DISABLE_ELASTICSEARCH:BOOL=true >+.endif >+ > .if ${PORT_OPTIONS:MDEBUG} > CMAKE_ARGS+= -D ENABLE_DEBUG:BOOL=true > .else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
leres
:
maintainer-approval+
Actions:
View
Attachments on
bug 198018
: 153480 |
153481
|
153483