git: 2d519fbc4188 - main - security/snort3: Update to 3.1.58.0

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Fri, 24 Mar 2023 18:03:19 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d519fbc41886872235bc0fd3d645afe14fd0789

commit 2d519fbc41886872235bc0fd3d645afe14fd0789
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2023-03-24 18:01:58 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2023-03-24 18:01:58 +0000

    security/snort3: Update to 3.1.58.0
    
    Relnotes: https://github.com/snort3/snort3/releases/tag/3.1.58.0
    
    Approved by:    maintainer (via private email)
---
 security/snort3/Makefile                          | 2 +-
 security/snort3/distinfo                          | 6 +++---
 security/snort3/files/patch-src_control_control.h | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/security/snort3/Makefile b/security/snort3/Makefile
index a88c4564c6b4..4848e30aa98a 100644
--- a/security/snort3/Makefile
+++ b/security/snort3/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	snort
-DISTVERSION=	3.1.57.0
+DISTVERSION=	3.1.58.0
 PORTEPOCH=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	3
diff --git a/security/snort3/distinfo b/security/snort3/distinfo
index 2528c3b2e948..f7f22d281cca 100644
--- a/security/snort3/distinfo
+++ b/security/snort3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678711780
-SHA256 (snort3-snort3-3.1.57.0_GH0.tar.gz) = cec779dde2fbf7e3d20b721c04b89f6f84ef663bf1afba06535188e7c766721c
-SIZE (snort3-snort3-3.1.57.0_GH0.tar.gz) = 3231068
+TIMESTAMP = 1679680661
+SHA256 (snort3-snort3-3.1.58.0_GH0.tar.gz) = c2b37899db42e2db9a05089abbe0ba48633c6c48496d2c64565500b4f9061d78
+SIZE (snort3-snort3-3.1.58.0_GH0.tar.gz) = 3232406
diff --git a/security/snort3/files/patch-src_control_control.h b/security/snort3/files/patch-src_control_control.h
index da1d6ec6d0cf..96725a313534 100644
--- a/security/snort3/files/patch-src_control_control.h
+++ b/security/snort3/files/patch-src_control_control.h
@@ -4,6 +4,7 @@
  #include <cstdarg>
  #include <queue>
  #include <string>
+ #include <vector>
 +#include <ctime>
  
  #include "main/snort_types.h"