From owner-svn-ports-all@freebsd.org Thu Dec 20 06:37:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84A5D133817E; Thu, 20 Dec 2018 06:37:03 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2641E8FA0E; Thu, 20 Dec 2018 06:37:03 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B4E021CAD; Thu, 20 Dec 2018 06:37:03 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBK6b2GP001487; Thu, 20 Dec 2018 06:37:02 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBK6b2OC001483; Thu, 20 Dec 2018 06:37:02 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812200637.wBK6b2OC001483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 20 Dec 2018 06:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487848 - head/security/suricata X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/suricata X-SVN-Commit-Revision: 487848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2641E8FA0E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 06:37:03 -0000 Author: joneum Date: Thu Dec 20 06:37:02 2018 New Revision: 487848 URL: https://svnweb.freebsd.org/changeset/ports/487848 Log: Update to 4.1.1 Changelog: https://suricata-ids.org/2018/12/17/suricata-4-1-1-available/ PR: 234128 Submitted by: Franco Fichtner (maintainer) Sponsored by: Netzkommune GmbH Modified: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/pkg-plist Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Thu Dec 20 06:31:15 2018 (r487847) +++ head/security/suricata/Makefile Thu Dec 20 06:37:02 2018 (r487848) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -DISTVERSION= 4.1.0 -PORTREVISION= 1 +DISTVERSION= 4.1.1 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ @@ -106,6 +105,7 @@ PRELUDE_CONFIGURE_ON= --with-libprelude-prefix=${LOCA PYTHON_USES= python:2.7 PYTHON_CONFIGURE_ENABLE= python PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} +PYTHON_BUILD_DEPENDS= ${PYTHON_RUN_DEPENDS} REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ON= --enable-hiredis \ Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Thu Dec 20 06:31:15 2018 (r487847) +++ head/security/suricata/distinfo Thu Dec 20 06:37:02 2018 (r487848) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541509849 -SHA256 (suricata-4.1.0.tar.gz) = bd9b00fb4fc255566d4d8a8b52eb4977b4e8b49b37710d166cba75e6a93a504a -SIZE (suricata-4.1.0.tar.gz) = 15602196 +TIMESTAMP = 1545102533 +SHA256 (suricata-4.1.1.tar.gz) = c30058072029e7fde09133674d9f2f840a674eecbeae1f8b1779a3aae8166bb0 +SIZE (suricata-4.1.1.tar.gz) = 15579715 Modified: head/security/suricata/pkg-plist ============================================================================== --- head/security/suricata/pkg-plist Thu Dec 20 06:31:15 2018 (r487847) +++ head/security/suricata/pkg-plist Thu Dec 20 06:37:02 2018 (r487848) @@ -35,7 +35,7 @@ man/man1/suricata.1.gz %%DOCSDIR%%/Setting_up_IPSinline_for_Linux.txt %%DOCSDIR%%/TODO %%DOCSDIR%%/Third_Party_Installation_Guides.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata-4.1.0-py%%PYTHON_VER%%.egg-info +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata-4.1.1-py%%PYTHON_VER%%.egg-info %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/config/__init__.py @@ -86,6 +86,12 @@ man/man1/suricata.1.gz %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/config.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/__init__.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/disable.conf +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/drop.conf +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/enable.conf +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/modify.conf +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/threshold.in +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/configs/update.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/data/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/data/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/data/index.py @@ -116,7 +122,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.0.0-py%%PYTHON_VER%%.egg-info +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata_update-1.0.1-py%%PYTHON_VER%%.egg-info %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.pyc @sample %%ETCDIR%%/classification.config.sample