From owner-svn-ports-head@freebsd.org Sat Oct 5 21:31:56 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4AFA713D4EC; Sat, 5 Oct 2019 21:31:56 +0000 (UTC) (envelope-from bofh@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 46m0Lh1DcHz48Nc; Sat, 5 Oct 2019 21:31:56 +0000 (UTC) (envelope-from bofh@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 0D77F1AFB6; Sat, 5 Oct 2019 21:31:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x95LVtNA008809; Sat, 5 Oct 2019 21:31:55 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x95LVtDx008806; Sat, 5 Oct 2019 21:31:55 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201910052131.x95LVtDx008806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 5 Oct 2019 21:31:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513846 - head/security/suricata5 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/security/suricata5 X-SVN-Commit-Revision: 513846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2019 21:31:56 -0000 Author: bofh Date: Sat Oct 5 21:31:55 2019 New Revision: 513846 URL: https://svnweb.freebsd.org/changeset/ports/513846 Log: security/suricata5: Update version 5.0.0-beta1=>5.0.0-rc1 - Remove HYPERSCAN as OPTIOINS_DEFAULT PR: 240794 Reported by: franco@opnsense.org Relnotes: https://suricata-ids.org/2019/09/24/please-help-us-test-suricata-5-0-0-rc1/ Modified: head/security/suricata5/Makefile head/security/suricata5/distinfo head/security/suricata5/pkg-plist Modified: head/security/suricata5/Makefile ============================================================================== --- head/security/suricata5/Makefile Sat Oct 5 20:38:58 2019 (r513845) +++ head/security/suricata5/Makefile Sat Oct 5 21:31:55 2019 (r513846) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -DISTVERSION= 5.0.0-beta1 -PORTREVISION= 1 +DISTVERSION= 5.0.0-rc1 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ PKGNAMESUFFIX= 5 @@ -39,7 +38,7 @@ TEST_TARGET= check OPTIONS_DEFINE= GEOIP IPFW NSS PORTS_PCAP PRELUDE REDIS TESTS OPTIONS_DEFINE_amd64= HYPERSCAN -OPTIONS_DEFAULT= IPFW HYPERSCAN +OPTIONS_DEFAULT= IPFW OPTIONS_SUB= yes OPTIONS_RADIO= SCRIPTS @@ -57,7 +56,7 @@ REDIS_DESC= Redis output support TESTS_DESC= Unit tests in suricata binary GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -GEOIP_CONFIGURE_ENABLE= geoip +GEOIP_CONFIGURE_ON= --enable-geoip HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan IPFW_CONFIGURE_ON= --enable-ipfw LUA_USES= lua:51 Modified: head/security/suricata5/distinfo ============================================================================== --- head/security/suricata5/distinfo Sat Oct 5 20:38:58 2019 (r513845) +++ head/security/suricata5/distinfo Sat Oct 5 21:31:55 2019 (r513846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567633319 -SHA256 (suricata-5.0.0-beta1.tar.gz) = 5b8398676a598caf003dd2d8573d276385594277f4c5f09e26059a8252d993d5 -SIZE (suricata-5.0.0-beta1.tar.gz) = 15649004 +TIMESTAMP = 1570307388 +SHA256 (suricata-5.0.0-rc1.tar.gz) = 2805bc027932ada6f0adcbcd5d9cce23594f7e37ba345e9bf04e7e7400be8bc7 +SIZE (suricata-5.0.0-rc1.tar.gz) = 21876920 Modified: head/security/suricata5/pkg-plist ============================================================================== --- head/security/suricata5/pkg-plist Sat Oct 5 20:38:58 2019 (r513845) +++ head/security/suricata5/pkg-plist Sat Oct 5 21:31:55 2019 (r513846) @@ -18,6 +18,8 @@ include/htp/htp_transaction.h include/htp/htp_urlencoded.h include/htp/htp_utf8_decoder.h include/htp/htp_version.h +include/htp/lzma/7zTypes.h +include/htp/lzma/LzmaDec.h lib/libhtp.a lib/libhtp.so lib/libhtp.so.2 @@ -35,7 +37,7 @@ man/man1/suricata.1.gz %%DOCSDIR%%/Setting_up_IPSinline_for_Linux.txt %%DOCSDIR%%/TODO %%DOCSDIR%%/Third_Party_Installation_Guides.txt -%%PYTHON_SITELIBDIR%%/suricata-5.0.0_beta1-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/suricata-5.0.0_rc1-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/suricata/__init__.py %%PYTHON_SITELIBDIR%%/suricata/__init__.pyc %%PYTHON_SITELIBDIR%%/suricata/config/__init__.py @@ -124,7 +126,7 @@ man/man1/suricata.1.gz %%PYTHON_SITELIBDIR%%/suricata/update/util.pyc %%PYTHON_SITELIBDIR%%/suricata/update/version.py %%PYTHON_SITELIBDIR%%/suricata/update/version.pyc -%%PYTHON_SITELIBDIR%%/suricata_update-1.0.5-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/suricata_update-1.1.0rc1-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/suricatasc/__init__.py %%PYTHON_SITELIBDIR%%/suricatasc/__init__.pyc @sample %%ETCDIR%%/classification.config.sample @@ -133,6 +135,7 @@ man/man1/suricata.1.gz @sample %%ETCDIR%%/threshold.config.sample %%DATADIR%%/rules/app-layer-events.rules %%DATADIR%%/rules/decoder-events.rules +%%DATADIR%%/rules/dhcp-events.rules %%DATADIR%%/rules/dnp3-events.rules %%DATADIR%%/rules/dns-events.rules %%DATADIR%%/rules/files.rules