From owner-svn-ports-all@freebsd.org Sun Nov 17 01:10:41 2019 Return-Path: Delivered-To: svn-ports-all@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 35E521B23C2; Sun, 17 Nov 2019 01:10:41 +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) server-signature RSA-PSS (4096 bits) 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 47FvCh6Cfxz4QGY; Sun, 17 Nov 2019 01:10:40 +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 B6000A07C; Sun, 17 Nov 2019 01:10:40 +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 xAH1AeTv077586; Sun, 17 Nov 2019 01:10:40 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAH1AetQ077585; Sun, 17 Nov 2019 01:10:40 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201911170110.xAH1AetQ077585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Sun, 17 Nov 2019 01:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517789 - head/security/bro X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/security/bro X-SVN-Commit-Revision: 517789 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2019 01:10:41 -0000 Author: leres Date: Sun Nov 17 01:10:40 2019 New Revision: 517789 URL: https://svnweb.freebsd.org/changeset/ports/517789 Log: security/bro: Deprecate giving users until June 1st, 2020 to migrate to the new security/zeek port. Add CONFLICTS=zeek due to overlap. Approved by: matthew (mentor, implicit) Modified: head/security/bro/Makefile Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Sun Nov 17 01:03:04 2019 (r517788) +++ head/security/bro/Makefile Sun Nov 17 01:10:40 2019 (r517789) @@ -14,11 +14,15 @@ COMMENT= System for detecting network intruders in rea LICENSE= BSD3CLAUSE BROKEN_powerpc64= Does not build: error: zero-size array 'names' +DEPRECATED= Please migrate to security/zeek +EXPIRATION_DATE= 2020-06-01 USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl CMAKE_ARGS+= -DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD} CXXFLAGS+= -std=c++11 -Wall + +CONFLICTS= zeek SHEBANG_FILES= aux/broctl/aux/trace-summary/trace-summary