security/snort3: Update to 3.1.51.0

re: https://github.com/snort3/snort3/releases/tag/3.1.51.0

This new patch file is temporary and is known upstream.

Approved by:	maintainer (via private email)
This commit is contained in:
Dan Langille 2023-01-13 17:23:42 +00:00
parent dd455a459f
commit 80502c020b
4 changed files with 15 additions and 4 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= snort
DISTVERSION= 3.1.50.0
DISTVERSION= 3.1.51.0
PORTEPOCH= 1
CATEGORIES= security
PKGNAMESUFFIX= 3

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1671565337
SHA256 (snort3-snort3-3.1.50.0_GH0.tar.gz) = 983497578587c5b1291994608fef70700d7f251461e79ac897751bba57cc56b5
SIZE (snort3-snort3-3.1.50.0_GH0.tar.gz) = 3212732
TIMESTAMP = 1673627281
SHA256 (snort3-snort3-3.1.51.0_GH0.tar.gz) = 023fb873361ed589e3f7b2137f0a091388f5006d756c85946c790bb73e87a345
SIZE (snort3-snort3-3.1.51.0_GH0.tar.gz) = 3221567

View file

@ -0,0 +1,10 @@
--- src/main/analyzer.cc.orig 2023-01-13 17:19:37 UTC
+++ src/main/analyzer.cc
@@ -67,6 +67,7 @@
#include "time/packet_time.h"
#include "trace/trace_api.h"
#include "utils/stats.h"
+#include "utils/util.h"
#include "analyzer_command.h"
#include "oops_handler.h"

View file

@ -120,6 +120,7 @@ include/snort/main/thread_config.h
include/snort/managers/codec_manager.h
include/snort/managers/event_manager.h
include/snort/managers/inspector_manager.h
include/snort/memory/heap_interface.h
include/snort/memory/memory_cap.h
include/snort/mime/decode_b64.h
include/snort/mime/decode_base.h