Thursday, June 27, 2024

Update: suricata 7.0.6

Simple update to the latest release of suricata. Release announcement
at https://suricata.io/2024/06/27/suricata-7-0-6-and-6-0-20-released/

This fixes 4 security issues, so I plan to backport to -stable.

Other than version bump, only port change is regenerating patches.

OKs?

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/suricata/Makefile,v
diff -u -p -u -p -r1.71 Makefile
--- Makefile 29 May 2024 08:04:35 -0000 1.71
+++ Makefile 27 Jun 2024 15:12:03 -0000
@@ -3,13 +3,12 @@ NOT_FOR_ARCHS = powerpc64 riscv64

COMMENT = high performance network IDS, IPS and security monitoring

-SURICATA_V = 7.0.5
+SURICATA_V = 7.0.6
SUPDATE_V = 1.3.3

DISTNAME = suricata-${SURICATA_V}
CATEGORIES = security
SHARED_LIBS += htp 0.1 # 2.0
-REVISION = 1

HOMEPAGE = https://suricata.io/

Index: distinfo
===================================================================
RCS file: /cvs/ports/security/suricata/distinfo,v
diff -u -p -u -p -r1.24 distinfo
--- distinfo 30 Apr 2024 14:30:46 -0000 1.24
+++ distinfo 27 Jun 2024 15:12:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (suricata-7.0.5.tar.gz) = H/tWgVjyZcCFVEZL+4VOZWjvaDvwMxKSO1HyjFB5Ck4=
-SIZE (suricata-7.0.5.tar.gz) = 23612189
+SHA256 (suricata-7.0.6.tar.gz) = IYJPf/Egh8DJud4gcZmnWpwxsDA2aIx8ucF48KO1f40=
+SIZE (suricata-7.0.6.tar.gz) = 23644184
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
diff -u -p -u -p -r1.13 patch-configure_ac
--- patches/patch-configure_ac 22 Feb 2024 09:49:35 -0000 1.13
+++ patches/patch-configure_ac 27 Jun 2024 15:15:29 -0000
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
-@@ -2562,7 +2562,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2597,7 +2597,7 @@ if test "$WINDOWS_PATH" = "yes"; then
fi
else
EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-src_suricata_c
===================================================================
RCS file: /cvs/ports/security/suricata/patches/patch-src_suricata_c,v
diff -u -p -u -p -r1.15 patch-src_suricata_c
--- patches/patch-src_suricata_c 27 Mar 2024 21:31:15 -0000 1.15
+++ patches/patch-src_suricata_c 27 Jun 2024 15:15:26 -0000
@@ -4,7 +4,7 @@ Suricata uses libcap-ng on Linux and run
Index: src/suricata.c
--- src/suricata.c.orig
+++ src/suricata.c
-@@ -1597,7 +1597,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
+@@ -1609,7 +1609,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
return TM_ECODE_FAILED;

No comments:

Post a Comment