Hello, Update for Suricata to 6.0.12:
https://github.com/OISF/suricata/releases/tag/suricata-6.0.12 OK? Comments? Cheers.- Index: Makefile =================================================================== RCS file: /cvs/ports/security/suricata/Makefile,v retrieving revision 1.58 diff -u -p -r1.58 Makefile --- Makefile 14 Feb 2023 21:14:14 -0000 1.58 +++ Makefile 14 Jun 2023 16:42:32 -0000 @@ -3,8 +3,8 @@ NOT_FOR_ARCHS = powerpc64 riscv64 COMMENT = high performance network IDS, IPS and security monitoring -SURICATA_V = 6.0.10 -SUPDATE_V = 1.2.6 +SURICATA_V = 6.0.12 +SUPDATE_V = 1.2.7 DISTNAME = suricata-${SURICATA_V} CATEGORIES = security Index: distinfo =================================================================== RCS file: /cvs/ports/security/suricata/distinfo,v retrieving revision 1.19 diff -u -p -r1.19 distinfo --- distinfo 14 Feb 2023 21:14:14 -0000 1.19 +++ distinfo 14 Jun 2023 16:42:32 -0000 @@ -1,2 +1,2 @@ -SHA256 (suricata-6.0.10.tar.gz) = Wb/Rv12cFZYib6SBW/dmQ85ZaYhmwQeiYmnEgfElxNc= -SIZE (suricata-6.0.10.tar.gz) = 27374715 +SHA256 (suricata-6.0.12.tar.gz) = BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM= +SIZE (suricata-6.0.12.tar.gz) = 27388535 Index: patches/patch-configure_ac =================================================================== RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v retrieving revision 1.10 diff -u -p -r1.10 patch-configure_ac --- patches/patch-configure_ac 14 Feb 2023 21:14:14 -0000 1.10 +++ patches/patch-configure_ac 14 Jun 2023 16:42:32 -0000 @@ -3,7 +3,7 @@ To remove the pid file, its directory mu Index: configure.ac --- configure.ac.orig +++ configure.ac -@@ -2765,7 +2765,7 @@ if test "$WINDOWS_PATH" = "yes"; then +@@ -2764,7 +2764,7 @@ if test "$WINDOWS_PATH" = "yes"; then fi else EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/") Index: patches/patch-doc_userguide_Makefile_in =================================================================== RCS file: /cvs/ports/security/suricata/patches/patch-doc_userguide_Makefile_in,v retrieving revision 1.5 diff -u -p -r1.5 patch-doc_userguide_Makefile_in --- patches/patch-doc_userguide_Makefile_in 9 Jul 2022 08:50:32 -0000 1.5 +++ patches/patch-doc_userguide_Makefile_in 14 Jun 2023 16:42:32 -0000 @@ -6,7 +6,7 @@ Index: doc/userguide/Makefile.in # Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -@@ -622,14 +623,14 @@ uninstall-man: uninstall-man1 +@@ -623,14 +624,14 @@ uninstall-man: uninstall-man1 @HAVE_SPHINXBUILD_TRUE@ sysconfdir=$(sysconfdir) \ @HAVE_SPHINXBUILD_TRUE@ localstatedir=$(localstatedir) \ @HAVE_SPHINXBUILD_TRUE@ version=$(PACKAGE_VERSION) \ @@ -23,7 +23,7 @@ Index: doc/userguide/Makefile.in @HAVE_SPHINXBUILD_TRUE@ $(top_srcdir)/doc/userguide _build/latex # The Sphinx generated Makefile is GNU Make specific, so just do what # it does here - yes, multiple passes of pdflatex is required. -@@ -649,7 +650,7 @@ uninstall-man: uninstall-man1 +@@ -650,7 +651,7 @@ uninstall-man: uninstall-man1 @HAVE_SPHINXBUILD_TRUE@ sysconfdir=$(sysconfdir) \ @HAVE_SPHINXBUILD_TRUE@ localstatedir=$(localstatedir) \ @HAVE_SPHINXBUILD_TRUE@ version=$(PACKAGE_VERSION) \ Index: patches/patch-suricata_yaml_in =================================================================== RCS file: /cvs/ports/security/suricata/patches/patch-suricata_yaml_in,v retrieving revision 1.16 diff -u -p -r1.16 patch-suricata_yaml_in --- patches/patch-suricata_yaml_in 14 Feb 2023 21:14:14 -0000 1.16 +++ patches/patch-suricata_yaml_in 14 Jun 2023 16:42:32 -0000 @@ -118,7 +118,7 @@ Index: suricata.yaml.in # Daemon working directory # Suricata will change directory to this one if provided -@@ -1912,14 +1921,38 @@ napatech: +@@ -1920,14 +1929,38 @@ napatech: # hashmode: hash5tuplesorted -- %gonzalo