From owner-svn-ports-all@freebsd.org Sat Jul 11 02:03:44 2020 Return-Path: Delivered-To: svn-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 853D1351C39; Sat, 11 Jul 2020 02:03:44 +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 4B3Y9X2hhfz4DfB; Sat, 11 Jul 2020 02:03:44 +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 41489B6F9; Sat, 11 Jul 2020 02:03:44 +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 06B23i6M030652; Sat, 11 Jul 2020 02:03:44 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06B23hkK030648; Sat, 11 Jul 2020 02:03:43 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202007110203.06B23hkK030648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 11 Jul 2020 02:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541902 - in head/security/snort3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/security/snort3: . files X-SVN-Commit-Revision: 541902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 02:03:44 -0000 Author: bofh Date: Sat Jul 11 02:03:42 2020 New Revision: 541902 URL: https://svnweb.freebsd.org/changeset/ports/541902 Log: security/snort3: Update version 3.0.1-5=>3.0.2-1 Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.2-1 Added: head/security/snort3/files/patch-config.cmake.h.in (contents, props changed) head/security/snort3/files/patch-src_helpers_process.cc (contents, props changed) Deleted: head/security/snort3/files/patch-src_file__api_file__cache.cc head/security/snort3/files/patch-src_main_analyzer.cc head/security/snort3/files/patch-src_network__inspectors_appid_appid__config.h Modified: head/security/snort3/Makefile head/security/snort3/distinfo head/security/snort3/pkg-plist Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Sat Jul 11 00:56:58 2020 (r541901) +++ head/security/snort3/Makefile Sat Jul 11 02:03:42 2020 (r541902) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -DISTVERSION= 3.0.1-5 +DISTVERSION= 3.0.2-1 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Sat Jul 11 00:56:58 2020 (r541901) +++ head/security/snort3/distinfo Sat Jul 11 02:03:42 2020 (r541902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592607367 -SHA256 (snort3-snort3-3.0.1-5_GH0.tar.gz) = 08c3eab30015d0a93bb6405993ad383d4b7b4fc24e802b452005cf241d898deb -SIZE (snort3-snort3-3.0.1-5_GH0.tar.gz) = 6597239 +TIMESTAMP = 1594422035 +SHA256 (snort3-snort3-3.0.2-1_GH0.tar.gz) = 9afce6f1ea597007a01757db95bc5929ff167d0abae6496a7f8f22aea0acd7f5 +SIZE (snort3-snort3-3.0.2-1_GH0.tar.gz) = 6605146 Added: head/security/snort3/files/patch-config.cmake.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort3/files/patch-config.cmake.h.in Sat Jul 11 02:03:42 2020 (r541902) @@ -0,0 +1,11 @@ +--- config.cmake.h.in.orig 2020-07-10 23:41:43 UTC ++++ config.cmake.h.in +@@ -164,5 +164,8 @@ + /* Define if `thread_local` keyword should be used */ + #cmakedefine USE_THREAD_LOCAL 1 + ++/* Define to 1 if you have the GNU form of the `sighandler_t' function. */ ++#cmakedefine HAVE_SIGHANDLER_T 1 ++ + #endif + Added: head/security/snort3/files/patch-src_helpers_process.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort3/files/patch-src_helpers_process.cc Sat Jul 11 02:03:42 2020 (r541902) @@ -0,0 +1,14 @@ +--- src/helpers/process.cc.orig 2020-07-10 23:44:17 UTC ++++ src/helpers/process.cc +@@ -34,6 +34,11 @@ + #include + #endif + ++/* sighandler_t is GNU extension */ ++#ifndef HAVE_SIGHANDLER_T ++typedef void (*sighandler_t) (int); ++#endif ++ + #include + #include + Modified: head/security/snort3/pkg-plist ============================================================================== --- head/security/snort3/pkg-plist Sat Jul 11 00:56:58 2020 (r541901) +++ head/security/snort3/pkg-plist Sat Jul 11 02:03:42 2020 (r541902) @@ -103,6 +103,7 @@ include/snort/main/snort_config.h include/snort/main/snort_debug.h include/snort/main/snort_types.h include/snort/main/thread.h +include/snort/main/thread_config.h include/snort/managers/codec_manager.h include/snort/managers/inspector_manager.h include/snort/memory/memory_cap.h @@ -130,6 +131,7 @@ include/snort/network_inspectors/rna/rna_logger.h include/snort/packet_io/active.h include/snort/packet_io/sfdaq.h include/snort/packet_io/sfdaq_instance.h +include/snort/payload_injector/payload_injector_module.h include/snort/profiler/memory_context.h include/snort/profiler/memory_defs.h include/snort/profiler/memory_profiler_defs.h