ping!
On Sat, 12 Dec 2020 at 14:22:14 +0100, Gonzalo L. Rodriguez wrote:
> Hello,
>
> Update for Suricata to 6.0.1:
>
> https://github.com/OISF/suricata/releases/tag/suricata-6.0.1
>
> OK? Comments?
>
> Cheers.-
>
> --
>
> - gonzalo
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/security/suricata/Makefile,v
> retrieving revision 1.35
> diff -u -p -r1.35 Makefile
> --- Makefile 23 Oct 2020 17:50:34 -0000 1.35
> +++ Makefile 12 Dec 2020 13:20:32 -0000
> @@ -2,9 +2,8 @@
>
> COMMENT = high performance network IDS, IPS and security monitoring
>
> -SURICATA_V = 6.0.0
> +SURICATA_V = 6.0.1
> SUPDATE_V = 1.2.0
> -REVISION = 0
>
> DISTNAME = suricata-${SURICATA_V}
> CATEGORIES = security
> @@ -21,9 +20,9 @@ PERMIT_PACKAGE= Yes
> MASTER_SITES = https://www.openinfosecfoundation.org/download/
>
> # uses pledge()
> -WANTLIB += ${COMPILER_LIBCXX} c iconv jansson lz4 lzma m magic
> -WANTLIB += net nspr4 nss3 nssutil3 pcap pcre plc4 plds4 smime3
> -WANTLIB += ssl3 yaml-0 z
> +WANTLIB += ${COMPILER_LIBCXX} c iconv jansson lz4 lzma m magic
> +WANTLIB += net nspr4 nss3 nssutil3 pcap pcre plc4 plds4 smime3
> +WANTLIB += ssl3 yaml-0 z
>
> MODULES = lang/python
> MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/security/suricata/distinfo,v
> retrieving revision 1.11
> diff -u -p -r1.11 distinfo
> --- distinfo 19 Oct 2020 10:10:59 -0000 1.11
> +++ distinfo 12 Dec 2020 13:20:32 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (suricata-6.0.0.tar.gz) = PBdabe6QcRQTkfZIKFAs+25I3Boggz4UEftFvlNokjs=
> -SIZE (suricata-6.0.0.tar.gz) = 30832555
> +SHA256 (suricata-6.0.1.tar.gz) = 56F5j+WcHSE/dS/u+/i7VBaPn6ViNc8zgDR8aW7Nsa4=
> +SIZE (suricata-6.0.1.tar.gz) = 30460439
> Index: patches/patch-configure
> ===================================================================
> RCS file: /cvs/ports/security/suricata/patches/patch-configure,v
> retrieving revision 1.3
> diff -u -p -r1.3 patch-configure
> --- patches/patch-configure 19 Oct 2020 10:10:59 -0000 1.3
> +++ patches/patch-configure 12 Dec 2020 13:20:32 -0000
> @@ -5,7 +5,7 @@ Fix path to sphinx-build
> Index: configure
> --- configure.orig
> +++ configure
> -@@ -28599,7 +28599,7 @@ $as_echo "#define CLS 64" >>confdefs.h
> +@@ -28600,7 +28600,7 @@ $as_echo "#define CLS 64" >>confdefs.h
>
> # sphinx for documentation
> # Extract the first word of "sphinx-build", so it can be a program name
> with args.
> Index: patches/patch-doc_userguide_Makefile_in
> ===================================================================
> RCS file:
> /cvs/ports/security/suricata/patches/patch-doc_userguide_Makefile_in,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-doc_userguide_Makefile_in
> --- patches/patch-doc_userguide_Makefile_in 19 Oct 2020 10:10:59 -0000
> 1.2
> +++ patches/patch-doc_userguide_Makefile_in 12 Dec 2020 13:20:32 -0000
> @@ -5,7 +5,7 @@ Fix path to sphinx-build
> Index: doc/userguide/Makefile.in
> --- doc/userguide/Makefile.in.orig
> +++ doc/userguide/Makefile.in
> -@@ -373,7 +373,7 @@ EXTRA_DIST = _static 3rd-party-integration acknowledge
> +@@ -374,7 +374,7 @@ EXTRA_DIST = _static 3rd-party-integration acknowledge
> what-is-suricata.rst $(am__append_1)
> @HAVE_SPHINXBUILD_TRUE@dist_man1_MANS = suricata.1
> @HAVE_SURICATA_MAN_TRUE@dist_man1_MANS = suricata.1
> Index: patches/patch-suricata_yaml_in
> ===================================================================
> RCS file: /cvs/ports/security/suricata/patches/patch-suricata_yaml_in,v
> retrieving revision 1.8
> diff -u -p -r1.8 patch-suricata_yaml_in
> --- patches/patch-suricata_yaml_in 19 Oct 2020 10:10:59 -0000 1.8
> +++ patches/patch-suricata_yaml_in 12 Dec 2020 13:20:32 -0000
> @@ -116,7 +116,7 @@ Index: suricata.yaml.in
>
> # Daemon working directory
> # Suricata will change directory to this one if provided
> -@@ -1865,7 +1877,19 @@ napatech:
> +@@ -1859,7 +1871,19 @@ napatech:
> default-rule-path: @e_defaultruledir@
>
> rule-files:
--
- gonzalo