git: 443cd423a7a3 - main - security/snort3: Update version 3.2.2.0=>3.3.0.0

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 28 Jul 2024 13:15:35 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=443cd423a7a33857532073aed30b518803f18141

commit 443cd423a7a33857532073aed30b518803f18141
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-07-27 13:24:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-07-28 13:15:06 +0000

    security/snort3: Update version 3.2.2.0=>3.3.0.0
    
    Changelog: https://github.com/snort3/snort3/releases/tag/3.3.0.0
---
 security/snort3/Makefile                      |  2 +-
 security/snort3/distinfo                      |  6 +++---
 security/snort3/files/patch-src_utils_util.cc | 18 ------------------
 security/snort3/pkg-plist                     |  1 +
 4 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/security/snort3/Makefile b/security/snort3/Makefile
index 75dd3a95d8f8..ea4408dde2ed 100644
--- a/security/snort3/Makefile
+++ b/security/snort3/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	snort
-DISTVERSION=	3.2.2.0
+DISTVERSION=	3.3.0.0
 PORTEPOCH=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	3
diff --git a/security/snort3/distinfo b/security/snort3/distinfo
index ab5e5b5d9af2..72bb24553e41 100644
--- a/security/snort3/distinfo
+++ b/security/snort3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717762331
-SHA256 (snort3-snort3-3.2.2.0_GH0.tar.gz) = fa69eaed696b2acef77e9962079defd5fa417aadb1b428f291d98b547b2b5502
-SIZE (snort3-snort3-3.2.2.0_GH0.tar.gz) = 3321042
+TIMESTAMP = 1722080574
+SHA256 (snort3-snort3-3.3.0.0_GH0.tar.gz) = d2f746496c21973054fd26b6003c0b7c390839587d4a35d5a068309b5946cff2
+SIZE (snort3-snort3-3.3.0.0_GH0.tar.gz) = 3333310
diff --git a/security/snort3/files/patch-src_utils_util.cc b/security/snort3/files/patch-src_utils_util.cc
deleted file mode 100644
index d50c0f21e4c8..000000000000
--- a/security/snort3/files/patch-src_utils_util.cc
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/utils/util.cc.orig	2024-05-27 16:02:34 UTC
-+++ src/utils/util.cc
-@@ -83,14 +83,7 @@ bool get_file_size(const std::string& path, size_t& si
- }
- 
- #if defined(NOCOREFILE)
--void SetNoCores()
--{
--    struct rlimit rlim;
--
--    getrlimit(RLIMIT_CORE, &rlim);
--    rlim.rlim_max = 0;
--    setrlimit(RLIMIT_CORE, &rlim);
--}
-+void SetNoCores();
- #endif
- 
- namespace snort
diff --git a/security/snort3/pkg-plist b/security/snort3/pkg-plist
index 1b4c8c695060..f6e8d587e265 100644
--- a/security/snort3/pkg-plist
+++ b/security/snort3/pkg-plist
@@ -197,6 +197,7 @@ include/snort/pub_sub/finalize_packet_event.h
 include/snort/pub_sub/http_event_ids.h
 include/snort/pub_sub/http_events.h
 include/snort/pub_sub/http_request_body_event.h
+include/snort/pub_sub/http_transaction_end_event.h
 include/snort/pub_sub/intrinsic_event_ids.h
 include/snort/pub_sub/netflow_event.h
 include/snort/pub_sub/opportunistic_tls_event.h