Date: Wed, 16 Oct 2019 01:24:21 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514568 - head/security/bro Message-ID: <201910160124.x9G1OL5V001117@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Wed Oct 16 01:24:21 2019 New Revision: 514568 URL: https://svnweb.freebsd.org/changeset/ports/514568 Log: security/bro: Deprecate BROCCOLI Broccoli is deprecated in favor of broker; flag this in the BROCCOLI option description and change the BROCTL option to imply BROKER. PR: 240909 Submitted by: Jeremy Baggs Approved by: ler (mentor, implicit) Modified: head/security/bro/Makefile Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Tue Oct 15 22:16:55 2019 (r514567) +++ head/security/bro/Makefile Wed Oct 16 01:24:21 2019 (r514568) @@ -3,6 +3,7 @@ PORTNAME= bro PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -51,11 +52,11 @@ GROUPS= ${BROGROUP} OPTIONS_DEFINE= BROCCOLI BROCTL BROKER DEBUG GEOIP2 IPSUMDUMP LBL_CF \ LBL_HF NETMAP PERFTOOLS -OPTIONS_DEFAULT=BROCCOLI BROCTL GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP +OPTIONS_DEFAULT=BROCTL BROKER GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP OPTIONS_SUB= yes -BROCCOLI_DESC= Build support for libbroccoli communications -BROCTL_DESC= BroControl support (implies BROCCOLI and IPSUMDUMP) +BROCCOLI_DESC= Build support for libbroccoli communications (DEPRECATED) +BROCTL_DESC= BroControl support (implies BROKER and IPSUMDUMP) BROKER_DESC= Enable the Broker communication library GEOIP2_DESC= Build with GeoIP2 (MaxMindDB) support IPSUMDUMP_DESC= Enables traffic summaries @@ -64,7 +65,7 @@ LBL_HF_DESC= Address to hostname filter support NETMAP_DESC= Native Netmap Packet IOSource for Bro PERFTOOLS_DESC= Use Perftools to improve memory & CPU usage -BROCTL_IMPLIES= BROCCOLI IPSUMDUMP +BROCTL_IMPLIES= BROKER IPSUMDUMP BROCCOLI_LIB_DEPENDS= libbroccoli.so:security/broccoli BROCTL_BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910160124.x9G1OL5V001117>