From owner-svn-ports-head@freebsd.org Wed Feb 10 23:21:43 2021 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 4291752DA7E; Wed, 10 Feb 2021 23:21:43 +0000 (UTC) (envelope-from bofh@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 4DbbPM1SxPz3jVB; Wed, 10 Feb 2021 23:21:43 +0000 (UTC) (envelope-from bofh@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 2534B263E5; Wed, 10 Feb 2021 23:21:43 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ANLgHd072977; Wed, 10 Feb 2021 23:21:42 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11ANLgWF072974; Wed, 10 Feb 2021 23:21:42 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202102102321.11ANLgWF072974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 10 Feb 2021 23:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564909 - head/security/snort3 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/security/snort3 X-SVN-Commit-Revision: 564909 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: Wed, 10 Feb 2021 23:21:43 -0000 Author: bofh Date: Wed Feb 10 23:21:42 2021 New Revision: 564909 URL: https://svnweb.freebsd.org/changeset/ports/564909 Log: security/snort3: Upsate version 3.1.0.0=>3.1.1.0 Relnotes: https://github.com/snort3/snort3/releases/tag/3.1.1.0 Modified: head/security/snort3/Makefile head/security/snort3/distinfo head/security/snort3/pkg-plist Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Wed Feb 10 23:19:17 2021 (r564908) +++ head/security/snort3/Makefile Wed Feb 10 23:21:42 2021 (r564909) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -DISTVERSION= 3.1.0.0 +DISTVERSION= 3.1.1.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Wed Feb 10 23:19:17 2021 (r564908) +++ head/security/snort3/distinfo Wed Feb 10 23:21:42 2021 (r564909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611682468 -SHA256 (snort3-snort3-3.1.0.0_GH0.tar.gz) = c4e2e78e3afa879d7e35e482afe42a6c4b96ed26198a9979edf7953b5151ccbf -SIZE (snort3-snort3-3.1.0.0_GH0.tar.gz) = 2852938 +TIMESTAMP = 1612994962 +SHA256 (snort3-snort3-3.1.1.0_GH0.tar.gz) = 78b5ebcc0ffef53122f32938c3d3da443a3f090d6d3ebf4fdb5c7e7afc830e19 +SIZE (snort3-snort3-3.1.1.0_GH0.tar.gz) = 2856842 Modified: head/security/snort3/pkg-plist ============================================================================== --- head/security/snort3/pkg-plist Wed Feb 10 23:19:17 2021 (r564908) +++ head/security/snort3/pkg-plist Wed Feb 10 23:21:42 2021 (r564909) @@ -134,6 +134,7 @@ include/snort/network_inspectors/rna/rna_fingerprint.h include/snort/network_inspectors/rna/rna_fingerprint_tcp.h include/snort/network_inspectors/rna/rna_fingerprint_udp.h include/snort/network_inspectors/rna/rna_fingerprint_ua.h +include/snort/network_inspectors/rna/rna_flow.h include/snort/network_inspectors/rna/rna_inspector.h include/snort/network_inspectors/rna/rna_logger.h include/snort/network_inspectors/rna/rna_name.h