From owner-svn-ports-all@freebsd.org Thu Dec 17 22:01:32 2020 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 1491D4C5F44; Thu, 17 Dec 2020 22:01:32 +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 4CxmDD07kSz4rhK; Thu, 17 Dec 2020 22:01:32 +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 E11911FEA7; Thu, 17 Dec 2020 22:01:31 +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 0BHM1Vei060164; Thu, 17 Dec 2020 22:01:31 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHM1VE4059848; Thu, 17 Dec 2020 22:01:31 GMT (envelope-from leres@FreeBSD.org) Message-Id: <202012172201.0BHM1VE4059848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Thu, 17 Dec 2020 22:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558335 - head/security/zeek X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/security/zeek X-SVN-Commit-Revision: 558335 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.34 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: Thu, 17 Dec 2020 22:01:32 -0000 Author: leres Date: Thu Dec 17 22:01:31 2020 New Revision: 558335 URL: https://svnweb.freebsd.org/changeset/ports/558335 Log: security/zeek: Install cmake files Unstream requested that share/zeek/cmake/* be installed as the files are used to build zeek plugins. While here update some pkg-plist @preunexec entries (*.bro -> *.zeek). Reported by: Robin Sommer, Benjamin Bannier Modified: head/security/zeek/Makefile head/security/zeek/pkg-plist Modified: head/security/zeek/Makefile ============================================================================== --- head/security/zeek/Makefile Thu Dec 17 21:24:03 2020 (r558334) +++ head/security/zeek/Makefile Thu Dec 17 22:01:31 2020 (r558335) @@ -3,7 +3,7 @@ PORTNAME= zeek PORTVERSION= 3.0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://old.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -115,7 +115,6 @@ post-install-ZEEKCTL-on: ${STAGEDIR}${PREFIX}/share/zeekctl/scripts/zeekctl-config.sh post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/share/zeek/cmake ${MV} ${STAGEDIR}${DATADIR}/site/local.zeek \ ${STAGEDIR}${DATADIR}/site/local.zeek.sample Modified: head/security/zeek/pkg-plist ============================================================================== --- head/security/zeek/pkg-plist Thu Dec 17 21:24:03 2020 (r558334) +++ head/security/zeek/pkg-plist Thu Dec 17 22:01:31 2020 (r558335) @@ -1607,6 +1607,65 @@ man/man8/zeek.8.gz %%DATADIR%%/base/utils/thresholds.zeek %%DATADIR%%/base/utils/time.zeek %%DATADIR%%/base/utils/urls.zeek +%%DATADIR%%/cmake/AddUninstallTarget.cmake +%%DATADIR%%/cmake/BifCl.cmake +%%DATADIR%%/cmake/BinPAC.cmake +%%DATADIR%%/cmake/BroPlugin.cmake +%%DATADIR%%/cmake/COPYING +%%DATADIR%%/cmake/ChangeMacInstallNames.cmake +%%DATADIR%%/cmake/CheckCompilers.cmake +%%DATADIR%%/cmake/CheckFunctions.cmake +%%DATADIR%%/cmake/CheckHeaders.cmake +%%DATADIR%%/cmake/CheckNameserCompat.cmake +%%DATADIR%%/cmake/CheckOptionalBuildSources.cmake +%%DATADIR%%/cmake/CheckTypes.cmake +%%DATADIR%%/cmake/CommonCMakeConfig.cmake +%%DATADIR%%/cmake/ConfigurePackaging.cmake +%%DATADIR%%/cmake/FindBIND.cmake +%%DATADIR%%/cmake/FindBISON.cmake +%%DATADIR%%/cmake/FindBinPAC.cmake +%%DATADIR%%/cmake/FindBroccoli.cmake +%%DATADIR%%/cmake/FindBroker.cmake +%%DATADIR%%/cmake/FindCAF.cmake +%%DATADIR%%/cmake/FindCapstats.cmake +%%DATADIR%%/cmake/FindFTS.cmake +%%DATADIR%%/cmake/FindGooglePerftools.cmake +%%DATADIR%%/cmake/FindJeMalloc.cmake +%%DATADIR%%/cmake/FindLibKrb5.cmake +%%DATADIR%%/cmake/FindLibMMDB.cmake +%%DATADIR%%/cmake/FindPCAP.cmake +%%DATADIR%%/cmake/FindPyBroccoli.cmake +%%DATADIR%%/cmake/FindPythonDev.cmake +%%DATADIR%%/cmake/FindReadline.cmake +%%DATADIR%%/cmake/FindRequiredPackage.cmake +%%DATADIR%%/cmake/FindRocksDB.cmake +%%DATADIR%%/cmake/FindSubnetTree.cmake +%%DATADIR%%/cmake/FindTraceSummary.cmake +%%DATADIR%%/cmake/FindZeek.cmake +%%DATADIR%%/cmake/GetArchitecture.cmake +%%DATADIR%%/cmake/InstallClobberImmune.cmake +%%DATADIR%%/cmake/InstallPackageConfigFile.cmake +%%DATADIR%%/cmake/InstallShellScript.cmake +%%DATADIR%%/cmake/InstallSymlink.cmake +%%DATADIR%%/cmake/MAC_PACKAGE_INTRO +%%DATADIR%%/cmake/MacDependencyPaths.cmake +%%DATADIR%%/cmake/MiscTests.cmake +%%DATADIR%%/cmake/OSSpecific.cmake +%%DATADIR%%/cmake/OpenSSLTests.cmake +%%DATADIR%%/cmake/PCAPTests.cmake +%%DATADIR%%/cmake/ProhibitInSourceBuild.cmake +%%DATADIR%%/cmake/README +%%DATADIR%%/cmake/RequireCXX11.cmake +%%DATADIR%%/cmake/SetDefaultCompileFlags.cmake +%%DATADIR%%/cmake/SetupRPATH.cmake +%%DATADIR%%/cmake/UserChangedWarning.cmake +%%DATADIR%%/cmake/ZeekPlugin.cmake +%%DATADIR%%/cmake/ZeekPluginCommon.cmake +%%DATADIR%%/cmake/ZeekPluginDynamic.cmake +%%DATADIR%%/cmake/ZeekPluginStatic.cmake +%%DATADIR%%/cmake/ZeekSubdir.cmake +%%DATADIR%%/cmake/zeek-plugin-create-package.sh +%%DATADIR%%/cmake/zeek-plugin-install-package.sh %%DATADIR%%/policy/files/unified2/__load__.zeek %%DATADIR%%/policy/files/unified2/main.zeek %%DATADIR%%/policy/files/x509/log-ocsp.zeek @@ -1751,14 +1810,11 @@ man/man8/zeek.8.gz %%ZEEKCTL%%spool/zeekctl-config.sh %%ZEEKCTL%%@preunexec rm -f %D/logs/current %%ZEEKCTL%%@preunexec rm -f %D/spool/zeekctl.dat -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/zeekctl-config.bro -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/local-networks.bro -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/standalone-layout.bro -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-logger.bro -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-manager.bro -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-proxy.bro -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-worker.bro -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.bro +%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/local-networks.zeek +%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/standalone-layout.zeek +%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/zeekctl-config.zeek +%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.zeek +%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.zeek.sample %%ZEEKCTL%%@dir spool/tmp %%ZEEKCTL%%@dir spool/installed-scripts-do-not-touch/site %%ZEEKCTL%%@dir spool/installed-scripts-do-not-touch/auto @@ -1810,6 +1866,7 @@ man/man8/zeek.8.gz @dir %%DATADIR%%/policy/files/unified2 @dir %%DATADIR%%/policy/files @dir %%DATADIR%%/policy +@dir %%DATADIR%%/cmake @dir %%DATADIR%%/base/utils @dir %%DATADIR%%/base/protocols/xmpp @dir %%DATADIR%%/base/protocols/tunnels