From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 15:12:58 2021 Return-Path: Delivered-To: dev-commits-ports-branches@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 0BE6764CB4A; Tue, 15 Jun 2021 15:12:58 +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 4G4Bdj6w2Lz4Srk; Tue, 15 Jun 2021 15:12:57 +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 D56502629; Tue, 15 Jun 2021 15:12:57 +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 15FFCvGQ088018; Tue, 15 Jun 2021 15:12:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FFCvLq088017; Tue, 15 Jun 2021 15:12:57 GMT (envelope-from git) Date: Tue, 15 Jun 2021 15:12:57 GMT Message-Id: <202106151512.15FFCvLq088017@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 52617d7bda4f - 2021Q2 - security/suricata: Fix plist issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 52617d7bda4f806b6f26e03506182411dcc8b877 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 15:12:58 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=52617d7bda4f806b6f26e03506182411dcc8b877 commit 52617d7bda4f806b6f26e03506182411dcc8b877 Author: Franco Fichtner AuthorDate: 2021-06-15 15:09:35 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 15:12:45 +0000 security/suricata: Fix plist issues suricata-update is failing to find certain python modules when trying to update rules. PR: 255397 Reported by: Ian Dickens Approved by: maintainer MFH: 2021Q2 (cherry picked from commit b0e101ec785b9a445e5beca3a5c8351a1537e810) --- security/suricata/Makefile | 1 + security/suricata/pkg-plist | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 7c48fd825e87..43a2830a8c15 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -1,5 +1,6 @@ PORTNAME= suricata DISTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ diff --git a/security/suricata/pkg-plist b/security/suricata/pkg-plist index 889a0baefc09..2b679f9da5c2 100644 --- a/security/suricata/pkg-plist +++ b/security/suricata/pkg-plist @@ -117,10 +117,16 @@ man/man1/suricata.1.gz %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/main.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/maps.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/maps.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/matchers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/matchers.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/net.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/net.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/notes.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/notes.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/osinfo.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/osinfo.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/parsers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/parsers.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/rule.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/rule.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/sources.py