From owner-svn-ports-head@freebsd.org Thu Nov 19 00:34:21 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90A7E4760DF; Thu, 19 Nov 2020 00:34:21 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cc0zx3lWfz4rkC; Thu, 19 Nov 2020 00:34:21 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 738CF1AC6A; Thu, 19 Nov 2020 00:34:21 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AJ0YLbX085446; Thu, 19 Nov 2020 00:34:21 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AJ0YLEC085445; Thu, 19 Nov 2020 00:34:21 GMT (envelope-from leres@FreeBSD.org) Message-Id: <202011190034.0AJ0YLEC085445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Thu, 19 Nov 2020 00:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555669 - head/security/zeek X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/security/zeek X-SVN-Commit-Revision: 555669 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 00:34:21 -0000 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