Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 10:44:36 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553604 - in head/security/suricata: . files
Message-ID:  <202010291044.09TAiaXh042208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Oct 29 10:44:35 2020
New Revision: 553604
URL: https://svnweb.freebsd.org/changeset/ports/553604

Log:
  security/suricata: update 5.0.2 -> 5.0.4
  
  PR:		246093
  Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
  Relnotes:	https://suricata-ids.org/2020/04/28/suricata-5-0-3-released/
  		https://suricata-ids.org/2020/10/08/suricata-4-1-9-and-5-0-4-released/
  MFH:		2020Q4

Added:
  head/security/suricata/files/patch-src_suricata-common.h   (contents, props changed)
Modified:
  head/security/suricata/Makefile
  head/security/suricata/distinfo
  head/security/suricata/pkg-plist

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Thu Oct 29 10:40:06 2020	(r553603)
+++ head/security/suricata/Makefile	Thu Oct 29 10:44:35 2020	(r553604)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	suricata
-DISTVERSION=	5.0.2
-PORTREVISION=	9
+DISTVERSION=	5.0.4
 CATEGORIES=	security
 MASTER_SITES=	https://www.openinfosecfoundation.org/download/
 
@@ -22,7 +21,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 
 USES=		autoreconf cpe gmake iconv:translit libtool pathfix pkgconfig
 
-CONFLICTS_INSTALL=	libhtp suricata5
+CONFLICTS_INSTALL=	libhtp
 
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}

Modified: head/security/suricata/distinfo
==============================================================================
--- head/security/suricata/distinfo	Thu Oct 29 10:40:06 2020	(r553603)
+++ head/security/suricata/distinfo	Thu Oct 29 10:44:35 2020	(r553604)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581674131
-SHA256 (suricata-5.0.2.tar.gz) = 7f30cac92feeab2a9281b6059b96f9f163dce9aadcc959a6c0b9a2f6d750cee7
-SIZE (suricata-5.0.2.tar.gz) = 23735393
+TIMESTAMP = 1603639476
+SHA256 (suricata-5.0.4.tar.gz) = b4398036fd36086d088668a4d2b0759a1a22ea9b8ce066a542cf9b27278f988b
+SIZE (suricata-5.0.4.tar.gz) = 29091046

Added: head/security/suricata/files/patch-src_suricata-common.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/suricata/files/patch-src_suricata-common.h	Thu Oct 29 10:44:35 2020	(r553604)
@@ -0,0 +1,11 @@
+--- src/suricata-common.h-orig	2020-10-25 16:56:49.454317000 +0100
++++ src/suricata-common.h	2020-10-25 16:57:06.035153000 +0100
+@@ -36,6 +36,8 @@
+ #define _GNU_SOURCE
+ #define __USE_GNU
+ 
++#include "queue.h"
++
+ #if HAVE_CONFIG_H
+ #include <config.h>
+ #endif

Modified: head/security/suricata/pkg-plist
==============================================================================
--- head/security/suricata/pkg-plist	Thu Oct 29 10:40:06 2020	(r553603)
+++ head/security/suricata/pkg-plist	Thu Oct 29 10:44:35 2020	(r553604)
@@ -128,7 +128,7 @@ man/man1/suricata.1.gz
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/util.pyc
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/version.py
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/version.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata_update-1.1.1-py%%PYTHON_VER%%.egg-info
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata_update-1.1.3-py%%PYTHON_VER%%.egg-info
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.py
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.pyc
 %%DATADIR%%/rules/app-layer-events.rules



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010291044.09TAiaXh042208>