Download raw body.
UPDATE: Suricata-7.0.3
Hello,
Update for Suricata to 7.0.3:
https://github.com/OISF/suricata/releases/tag/suricata-7.0.3
OK? Comments?
Cheers.-
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- Makefile 3 Jan 2024 07:47:27 -0000 1.64
+++ Makefile 21 Feb 2024 13:02:41 -0000
@@ -3,9 +3,8 @@ NOT_FOR_ARCHS = powerpc64 riscv64
COMMENT = high performance network IDS, IPS and security monitoring
-SURICATA_V = 7.0.2
-SUPDATE_V = 1.2.7
-REVISION = 0
+SURICATA_V = 7.0.3
+SUPDATE_V = 1.2.8
DISTNAME = suricata-${SURICATA_V}
CATEGORIES = security
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo 16 Nov 2023 18:15:37 -0000 1.21
+++ distinfo 21 Feb 2024 13:02:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (suricata-7.0.2.tar.gz) = tOtgSDjvmag5a8i3u1TK0R8kQsvXy7MA5/WqsZCXvE0=
-SIZE (suricata-7.0.2.tar.gz) = 23445403
+SHA256 (suricata-7.0.3.tar.gz) = 6gdC16mHg/GvSldmGvYGi8LYUKw+ygSzIE0ozhZeNf8=
+SIZE (suricata-7.0.3.tar.gz) = 23599903
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.12
diff -u -p -r1.12 patch-configure_ac
--- patches/patch-configure_ac 16 Nov 2023 18:15:37 -0000 1.12
+++ patches/patch-configure_ac 21 Feb 2024 13:02:41 -0000
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
-@@ -2560,7 +2560,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2562,7 +2562,7 @@ if test "$WINDOWS_PATH" = "yes"; then
fi
else
EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-suricata_yaml_in
===================================================================
RCS file: /cvs/ports/security/suricata/patches/patch-suricata_yaml_in,v
retrieving revision 1.19
diff -u -p -r1.19 patch-suricata_yaml_in
--- patches/patch-suricata_yaml_in 17 Dec 2023 15:29:06 -0000 1.19
+++ patches/patch-suricata_yaml_in 21 Feb 2024 13:02:41 -0000
@@ -81,7 +81,7 @@ Index: suricata.yaml.in
# Lua Output Support - execute lua script to generate alert and event
# output.
-@@ -1189,9 +1198,9 @@ datasets:
+@@ -1195,9 +1204,9 @@ datasets:
##
# Run Suricata with a specific user-id and group-id:
@@ -94,7 +94,7 @@ Index: suricata.yaml.in
security:
# if true, prevents process creation from Suricata by calling
-@@ -1221,7 +1230,7 @@ security:
+@@ -1227,7 +1236,7 @@ security:
# Default location of the pid file. The pid file is only used in
# daemon mode (start Suricata with -D). If not running in daemon mode
# the --pidfile command line option must be used to create a pid file.
@@ -103,7 +103,7 @@ Index: suricata.yaml.in
# Daemon working directory
# Suricata will change directory to this one if provided
-@@ -2137,14 +2146,38 @@ napatech:
+@@ -2143,14 +2152,38 @@ napatech:
#
hashmode: hash5tuplesorted
--
%gonzalo
UPDATE: Suricata-7.0.3