From owner-dev-commits-ports-all@freebsd.org Wed Sep 22 22:44:17 2021 Return-Path: Delivered-To: dev-commits-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 C4AD167365D; Wed, 22 Sep 2021 22:44:17 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HFCyn3KF7z3kvw; Wed, 22 Sep 2021 22:44:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51B801FF2E; Wed, 22 Sep 2021 22:44:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18MMiH9o085521; Wed, 22 Sep 2021 22:44:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18MMiHnp085520; Wed, 22 Sep 2021 22:44:17 GMT (envelope-from git) Date: Wed, 22 Sep 2021 22:44:17 GMT Message-Id: <202109222244.18MMiHnp085520@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Craig Leres Subject: git: d51916345616 - 2021Q3 - security/zeek: Add @sample for local.zeek MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: leres X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: d51916345616dad1d682b4d4007bd61410cdc7ef Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2021 22:44:17 -0000 The branch 2021Q3 has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=d51916345616dad1d682b4d4007bd61410cdc7ef commit d51916345616dad1d682b4d4007bd61410cdc7ef Author: Craig Leres AuthorDate: 2021-07-19 17:02:34 +0000 Commit: Craig Leres CommitDate: 2021-09-22 22:39:20 +0000 security/zeek: Add @sample for local.zeek This github issue: https://github.com/zeek/zeekctl/issues/35 complained about the lack of a local.zeek file on a fresh install; adding @sample for local.zeek solves this. Reported by: shadonet (cherry picked from commit 7c9b2f40c5f2557d87cc1d2ce7d968377b13d6b3) --- security/zeek/Makefile | 1 + security/zeek/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 9169eaa7bd1a..255b2b412181 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -2,6 +2,7 @@ PORTNAME= zeek PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/zeek/pkg-plist b/security/zeek/pkg-plist index bd1f88c9bc0c..159b68ff176e 100644 --- a/security/zeek/pkg-plist +++ b/security/zeek/pkg-plist @@ -1942,7 +1942,7 @@ man/man8/zeek.8.gz %%DATADIR%%/policy/tuning/defaults/warnings.zeek %%DATADIR%%/policy/tuning/json-logs.zeek %%DATADIR%%/policy/tuning/track-all-assets.zeek -%%DATADIR%%/site/local.zeek.sample +@sample %%DATADIR%%/site/local.zeek.sample %%ZEEKCTL%%%%DATADIR%%/test-all-policy.zeek %%ZEEKCTL%%share/zeek/zeekctl/__load__.zeek %%ZEEKCTL%%share/zeek/zeekctl/auto.zeek