svn commit: r541902 - in head/security/snort3: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Jul 11 02:03:44 UTC 2020


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 <malloc.h>
+ #endif
+ 
++/* sighandler_t is GNU extension */
++#ifndef HAVE_SIGHANDLER_T
++typedef void (*sighandler_t) (int);
++#endif
++
+ #include <csignal>
+ #include <iostream>
+ 

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


More information about the svn-ports-all mailing list