git: e3477f2bb798 - main - security/snort3: Update to 3.1.52.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 17:29:48 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3477f2bb798885731df8eccf2288a7d8b13c7c0 commit e3477f2bb798885731df8eccf2288a7d8b13c7c0 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-01-18 17:28:03 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-01-18 17:29:47 +0000 security/snort3: Update to 3.1.52.0 re: https://github.com/snort3/snort3/releases/tag/3.1.52.0 Approved by: maintainer (via private email) --- security/snort3/Makefile | 2 +- security/snort3/distinfo | 6 +++--- security/snort3/files/patch-src_main_analyzer.cc | 10 ---------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/security/snort3/Makefile b/security/snort3/Makefile index ffe9cc6e8d44..61a0fb31b032 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,5 +1,5 @@ PORTNAME= snort -DISTVERSION= 3.1.51.0 +DISTVERSION= 3.1.52.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 diff --git a/security/snort3/distinfo b/security/snort3/distinfo index a36b98a9d7fe..d35b45281edc 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673627281 -SHA256 (snort3-snort3-3.1.51.0_GH0.tar.gz) = 023fb873361ed589e3f7b2137f0a091388f5006d756c85946c790bb73e87a345 -SIZE (snort3-snort3-3.1.51.0_GH0.tar.gz) = 3221567 +TIMESTAMP = 1674062642 +SHA256 (snort3-snort3-3.1.52.0_GH0.tar.gz) = 351ef4295b54d750ea557bdd5a10c8a04d1edc35003b0d84620451c998591117 +SIZE (snort3-snort3-3.1.52.0_GH0.tar.gz) = 3223263 diff --git a/security/snort3/files/patch-src_main_analyzer.cc b/security/snort3/files/patch-src_main_analyzer.cc deleted file mode 100644 index 1893b2a9429b..000000000000 --- a/security/snort3/files/patch-src_main_analyzer.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- 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"