Wednesday, March 31, 2021

UPDATE: Suricata-6.0.2

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile 23 Feb 2021 19:39:39 -0000 1.41
+++ Makefile 31 Mar 2021 09:13:17 -0000
@@ -2,9 +2,8 @@

COMMENT = high performance network IDS, IPS and security monitoring

-SURICATA_V = 6.0.1
-SUPDATE_V = 1.2.0
-REVISION = 0
+SURICATA_V = 6.0.2
+SUPDATE_V = 1.2.1

DISTNAME = suricata-${SURICATA_V}
CATEGORIES = security
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo 2 Feb 2021 20:11:01 -0000 1.14
+++ distinfo 31 Mar 2021 09:13:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (suricata-6.0.1.tar.gz) = 56F5j+WcHSE/dS/u+/i7VBaPn6ViNc8zgDR8aW7Nsa4=
-SIZE (suricata-6.0.1.tar.gz) = 30460439
+SHA256 (suricata-6.0.2.tar.gz) = XkZHoHyzG11tAEmXKkU3XBN96QipZKROLW0jH6OtS1I=
+SIZE (suricata-6.0.2.tar.gz) = 30514801
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.5
diff -u -p -r1.5 patch-configure_ac
--- patches/patch-configure_ac 31 Jan 2021 18:03:49 -0000 1.5
+++ patches/patch-configure_ac 31 Mar 2021 09:13:17 -0000
@@ -5,7 +5,7 @@ To remove the pid file, its directory mu
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
-@@ -2743,7 +2743,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2745,7 +2745,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
retrieving revision 1.7
diff -u -p -r1.7 patch-src_suricata_c
--- patches/patch-src_suricata_c 31 Jan 2021 18:03:49 -0000 1.7
+++ patches/patch-src_suricata_c 31 Mar 2021 09:13:17 -0000
@@ -6,7 +6,7 @@ Suricata uses libcap-ng on Linux and run
Index: src/suricata.c
--- src/suricata.c.orig
+++ src/suricata.c
-@@ -2818,6 +2818,7 @@ int SuricataMain(int argc, char **argv)
+@@ -2825,6 +2825,7 @@ int SuricataMain(int argc, char **argv)

PostRunStartedDetectSetup(&suricata);

Index: patches/patch-suricata_yaml_in
===================================================================
RCS file: /cvs/ports/security/suricata/patches/patch-suricata_yaml_in,v
retrieving revision 1.10
diff -u -p -r1.10 patch-suricata_yaml_in
--- patches/patch-suricata_yaml_in 31 Jan 2021 18:03:49 -0000 1.10
+++ patches/patch-suricata_yaml_in 31 Mar 2021 09:13:17 -0000
@@ -98,7 +98,7 @@ Index: suricata.yaml.in
facility: local5
format: "[%i] <%d> -- "
# type: json
-@@ -988,9 +997,9 @@ asn1-max-frames: 256
+@@ -990,9 +999,9 @@ asn1-max-frames: 256
##

# Run Suricata with a specific user-id and group-id:
@@ -111,7 +111,7 @@ Index: suricata.yaml.in

# Some logging modules will use that name in event as identifier. The default
# value is the hostname
-@@ -999,7 +1008,7 @@ asn1-max-frames: 256
+@@ -1001,7 +1010,7 @@ asn1-max-frames: 256
# 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.
@@ -120,7 +120,7 @@ Index: suricata.yaml.in

# Daemon working directory
# Suricata will change directory to this one if provided
-@@ -1852,14 +1861,38 @@ napatech:
+@@ -1857,14 +1866,38 @@ napatech:
#
hashmode: hash5tuplesorted

Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/suricata/pkg/PLIST,v
retrieving revision 1.16
diff -u -p -r1.16 PLIST
--- pkg/PLIST 3 Feb 2021 00:33:47 -0000 1.16
+++ pkg/PLIST 31 Mar 2021 09:13:17 -0000
@@ -154,6 +154,9 @@ lib/python${MODPY_VERSION}/site-packages
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/suricatasc/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/suricatasc/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
@man man/man1/suricata.1
+@man man/man1/suricatactl-filestore.1
+@man man/man1/suricatactl.1
+@man man/man1/suricatasc.1
share/doc/pkg-readmes/${PKGSTEM}
share/examples/suricata/
@sample ${SYSCONFDIR}/suricata/
Hello,

Update for Suricata to 6.0.2:

https://github.com/OISF/suricata/releases/tag/suricata-6.0.2

OK? Comments?

Cheers.-

--

%gonzalo

No comments:

Post a Comment