From owner-svn-ports-head@freebsd.org Wed Sep 2 22:24:12 2020 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 67B2D3CC1C0; Wed, 2 Sep 2020 22:24:12 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhdlJ1f8Xz4NgJ; Wed, 2 Sep 2020 22:24:12 +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 1C3DA1174A; Wed, 2 Sep 2020 22:24:12 +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 082MOBMs060967; Wed, 2 Sep 2020 22:24:11 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 082MOB1o060964; Wed, 2 Sep 2020 22:24:11 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202009022224.082MOB1o060964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 2 Sep 2020 22:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547391 - head/security/snort3 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/security/snort3 X-SVN-Commit-Revision: 547391 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.33 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, 02 Sep 2020 22:24:12 -0000 Author: bofh Date: Wed Sep 2 22:24:11 2020 New Revision: 547391 URL: https://svnweb.freebsd.org/changeset/ports/547391 Log: security/snort3: Update version 3.0.2-4=>3.0.2-5 Reported by: ozkan@mersin.edu.tr Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.2-5 Modified: head/security/snort3/Makefile head/security/snort3/distinfo head/security/snort3/pkg-plist Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Wed Sep 2 21:44:39 2020 (r547390) +++ head/security/snort3/Makefile Wed Sep 2 22:24:11 2020 (r547391) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -DISTVERSION= 3.0.2-4 +DISTVERSION= 3.0.2-5 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Wed Sep 2 21:44:39 2020 (r547390) +++ head/security/snort3/distinfo Wed Sep 2 22:24:11 2020 (r547391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596949166 -SHA256 (snort3-snort3-3.0.2-4_GH0.tar.gz) = 880cfe2aca5a3b7acd8509344cd7f130e9bf1055bc48eaad7ed10073609e672a -SIZE (snort3-snort3-3.0.2-4_GH0.tar.gz) = 5597367 +TIMESTAMP = 1599073080 +SHA256 (snort3-snort3-3.0.2-5_GH0.tar.gz) = 09bf06a8f84fb4bc2d2052e157d9a44028ea34b60ba8588dd5a7d4ebb2ca5211 +SIZE (snort3-snort3-3.0.2-5_GH0.tar.gz) = 5608988 Modified: head/security/snort3/pkg-plist ============================================================================== --- head/security/snort3/pkg-plist Wed Sep 2 21:44:39 2020 (r547390) +++ head/security/snort3/pkg-plist Wed Sep 2 22:24:11 2020 (r547391) @@ -143,6 +143,7 @@ include/snort/profiler/profiler_defs.h include/snort/profiler/rule_profiler_defs.h include/snort/profiler/time_profiler_defs.h include/snort/protocols/arp.h +include/snort/protocols/bpdu.h include/snort/protocols/cisco_meta_data.h include/snort/protocols/eapol.h include/snort/protocols/eth.h