From owner-svn-ports-head@freebsd.org Wed Sep 30 03:39:26 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 A10483F986B; Wed, 30 Sep 2020 03:39:26 +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 4C1MSZ3Qq8z4dgS; Wed, 30 Sep 2020 03:39:26 +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 591891957C; Wed, 30 Sep 2020 03:39:26 +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 08U3dQlv045923; Wed, 30 Sep 2020 03:39:26 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08U3dPSj045921; Wed, 30 Sep 2020 03:39:25 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202009300339.08U3dPSj045921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 30 Sep 2020 03:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550644 - head/security/snort3 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/security/snort3 X-SVN-Commit-Revision: 550644 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, 30 Sep 2020 03:39:26 -0000 Author: bofh Date: Wed Sep 30 03:39:25 2020 New Revision: 550644 URL: https://svnweb.freebsd.org/changeset/ports/550644 Log: security/snort3: Update version 3.0.2-5=>3.0.3-1 Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.3-1 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 30 03:06:34 2020 (r550643) +++ head/security/snort3/Makefile Wed Sep 30 03:39:25 2020 (r550644) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -DISTVERSION= 3.0.2-5 +DISTVERSION= 3.0.3-1 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Wed Sep 30 03:06:34 2020 (r550643) +++ head/security/snort3/distinfo Wed Sep 30 03:39:25 2020 (r550644) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599073080 -SHA256 (snort3-snort3-3.0.2-5_GH0.tar.gz) = 09bf06a8f84fb4bc2d2052e157d9a44028ea34b60ba8588dd5a7d4ebb2ca5211 -SIZE (snort3-snort3-3.0.2-5_GH0.tar.gz) = 5608988 +TIMESTAMP = 1601433549 +SHA256 (snort3-snort3-3.0.3-1_GH0.tar.gz) = 30a22cec90d77504db80d8e8902f98c536b1b8160c575fb66a97a6765f83c600 +SIZE (snort3-snort3-3.0.3-1_GH0.tar.gz) = 2811058 Modified: head/security/snort3/pkg-plist ============================================================================== --- head/security/snort3/pkg-plist Wed Sep 30 03:06:34 2020 (r550643) +++ head/security/snort3/pkg-plist Wed Sep 30 03:39:25 2020 (r550644) @@ -41,6 +41,7 @@ include/snort/file_api/file_module.h include/snort/file_api/file_policy.h include/snort/file_api/file_segment.h include/snort/file_api/file_service.h +include/snort/flow/deferred_trust.h include/snort/flow/expect_cache.h include/snort/flow/flow.h include/snort/flow/flow_data.h @@ -81,6 +82,7 @@ include/snort/hash/lru_cache_shared.h include/snort/hash/xhash.h include/snort/helpers/base64_encoder.h include/snort/helpers/boyer_moore_search.h +include/snort/helpers/json_stream.h include/snort/helpers/literal_search.h include/snort/helpers/scratch_allocator.h include/snort/host_tracker/host_cache.h @@ -102,6 +104,7 @@ include/snort/main/snort.h include/snort/main/snort_config.h include/snort/main/snort_debug.h include/snort/main/snort_types.h +include/snort/main/swapper.h include/snort/main/thread.h include/snort/main/thread_config.h include/snort/managers/codec_manager.h @@ -129,8 +132,10 @@ include/snort/network_inspectors/packet_tracer/packet_ include/snort/network_inspectors/reputation/reputation_common.h include/snort/network_inspectors/rna/rna_fingerprint.h include/snort/network_inspectors/rna/rna_fingerprint_tcp.h -include/snort/network_inspectors/rna/rna_fp_reader.h +include/snort/network_inspectors/rna/rna_fingerprint_ua.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 include/snort/packet_io/active.h include/snort/packet_io/sfdaq.h include/snort/packet_io/sfdaq_instance.h @@ -228,10 +233,10 @@ libdata/pkgconfig/snort.pc %%PORTDOCS%%%%DOCSDIR%%/concepts.txt %%PORTDOCS%%%%DOCSDIR%%/config_changes.txt %%PORTDOCS%%%%DOCSDIR%%/connectors.txt -%%PORTDOCS%%%%DOCSDIR%%/consolidated_config.txt %%PORTDOCS%%%%DOCSDIR%%/daq.txt %%PORTDOCS%%%%DOCSDIR%%/dcerpc.txt %%PORTDOCS%%%%DOCSDIR%%/differences.txt +%%PORTDOCS%%%%DOCSDIR%%/dump_config.txt %%PORTDOCS%%%%DOCSDIR%%/enviro.txt %%PORTDOCS%%%%DOCSDIR%%/errors.txt %%PORTDOCS%%%%DOCSDIR%%/extending.txt