Date: Thu, 19 Nov 2020 00:34: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: r555669 - head/security/zeek Message-ID: <202011190034.0AJ0YLEC085445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Thu Nov 19 00:34:21 2020 New Revision: 555669 URL: https://svnweb.freebsd.org/changeset/ports/555669 Log: security/zeek: Remove deprecated security/broccoli option Upstream confirms that support for the broccoli protocol will be removed in a future version of zeek. And given that security/broccoli requires python2 which will be deprecated at the end of December, lets remove broccoli support from zeek now. Modified: head/security/zeek/Makefile Modified: head/security/zeek/Makefile ============================================================================== --- head/security/zeek/Makefile Wed Nov 18 21:52:02 2020 (r555668) +++ head/security/zeek/Makefile Thu Nov 19 00:34:21 2020 (r555669) @@ -3,7 +3,7 @@ PORTNAME= zeek PORTVERSION= 3.0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://old.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -54,12 +54,11 @@ PLIST_SUB+= ARCH=${UNAME_M} \ USERS= ${ZEEKUSER} GROUPS= ${ZEEKGROUP} -OPTIONS_DEFINE= BROCCOLI BROKER DEBUG GEOIP2 IPSUMDUMP LBL_CF LBL_HF \ - NETMAP PERFTOOLS ZEEKCTL +OPTIONS_DEFINE= BROKER DEBUG GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP \ + PERFTOOLS ZEEKCTL OPTIONS_DEFAULT=BROKER GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP ZEEKCTL OPTIONS_SUB= yes -BROCCOLI_DESC= Build support for libbroccoli communications (DEPRECATED) BROKER_DESC= Enable the Broker communication library GEOIP2_DESC= Build with GeoIP2 (MaxMindDB) support IPSUMDUMP_DESC= Enables traffic summaries @@ -71,7 +70,6 @@ ZEEKCTL_DESC= ZeekControl support (implies BROKER and ZEEKCTL_IMPLIES= BROKER IPSUMDUMP -BROCCOLI_LIB_DEPENDS= libbroccoli.so:security/broccoli BROKER_BUILD_DEPENDS= swig:devel/swig BROKER_CMAKE_BOOL= ENABLE_BROKER DEBUG_CMAKE_BOOL= ENABLE_DEBUG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011190034.0AJ0YLEC085445>