security/snort3: Update to 3.1.12.0
Include a patch for a build issue on 12.2 and 11.4, sent upstream. re: https://github.com/snort3/snort3/issues/210 Approved by: maintainer (via private email)
This commit is contained in:
parent
569ce8268e
commit
fb0f6cdfd0
4 changed files with 17 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
|
||||
PORTNAME= snort
|
||||
DISTVERSION= 3.1.7.0
|
||||
DISTVERSION= 3.1.12.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security
|
||||
PKGNAMESUFFIX= 3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1625184959
|
||||
SHA256 (snort3-snort3-3.1.7.0_GH0.tar.gz) = 0e129ded2faa304993b8cf8a336e3b5287ea2767900609b4220864e09dcdc0d7
|
||||
SIZE (snort3-snort3-3.1.7.0_GH0.tar.gz) = 2969298
|
||||
TIMESTAMP = 1631128647
|
||||
SHA256 (snort3-snort3-3.1.12.0_GH0.tar.gz) = 767c8987ddefbb6be18e340d1cefd15cc3de09fb37e5d4adf438cb12b56762b9
|
||||
SIZE (snort3-snort3-3.1.12.0_GH0.tar.gz) = 3005477
|
||||
|
|
10
security/snort3/files/patch-src_control_control.h
Normal file
10
security/snort3/files/patch-src_control_control.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/control/control.h.orig 2021-09-08 19:39:41 UTC
|
||||
+++ src/control/control.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <cstdarg>
|
||||
#include <queue>
|
||||
#include <string>
|
||||
+#include <ctime>
|
||||
|
||||
#include "main/snort_types.h"
|
||||
|
|
@ -15,7 +15,7 @@ bin/u2spewfoo
|
|||
include/snort/actions/actions.h
|
||||
include/snort/codecs/codec_module.h
|
||||
include/snort/control/control.h
|
||||
include/snort/daqs/daq_user.h
|
||||
include/snort/daq/daq_user.h
|
||||
include/snort/decompress/file_decomp.h
|
||||
include/snort/detection/detect.h
|
||||
include/snort/detection/detect_trace.h
|
||||
|
@ -227,8 +227,8 @@ include/snort/utils/util.h
|
|||
include/snort/utils/util_cstring.h
|
||||
include/snort/utils/util_unfold.h
|
||||
include/snort/utils/util_utf.h
|
||||
lib/snort/daqs/daq_file.so
|
||||
lib/snort/daqs/daq_hext.so
|
||||
lib/snort/daq/daq_file.so
|
||||
lib/snort/daq/daq_hext.so
|
||||
libdata/pkgconfig/snort.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.u2boat
|
||||
%%PORTDOCS%%%%DOCSDIR%%/active.txt
|
||||
|
|
Loading…
Reference in a new issue