From owner-svn-ports-all@freebsd.org Thu Oct 22 11:56:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C1C4A1BA30; Thu, 22 Oct 2015 11:56:33 +0000 (UTC) (envelope-from koobs@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 mx1.freebsd.org (Postfix) with ESMTPS id F1C161364; Thu, 22 Oct 2015 11:56:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9MBuWNA070206; Thu, 22 Oct 2015 11:56:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9MBuV06070203; Thu, 22 Oct 2015 11:56:31 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510221156.t9MBuV06070203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 22 Oct 2015 11:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399967 - in head/security/suricata: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 22 Oct 2015 11:56:33 -0000 Author: koobs Date: Thu Oct 22 11:56:31 2015 New Revision: 399967 URL: https://svnweb.freebsd.org/changeset/ports/399967 Log: security/suricata: Update to 2.0.9 - Update PORTVERSION and distinfo checksum (2.0.9) Changes: https://github.com/inliniac/suricata/blob/suricata-2.0.9/ChangeLog While I'm here, - Standardize the length of pkg-message separators and add spaces between them and the text body. It would be cool if the ports framework could wrap these pkg-message's in standard formatting for all ports automagically Requested by: Martin Olsson (via email) Modified: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/files/pkg-message.in Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Thu Oct 22 11:56:00 2015 (r399966) +++ head/security/suricata/Makefile Thu Oct 22 11:56:31 2015 (r399967) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -PORTVERSION= 2.0.8 -PORTREVISION= 2 +PORTVERSION= 2.0.9 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ \ http://mirrors.rit.edu/zi/ Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Thu Oct 22 11:56:00 2015 (r399966) +++ head/security/suricata/distinfo Thu Oct 22 11:56:31 2015 (r399967) @@ -1,2 +1,2 @@ -SHA256 (suricata-2.0.8.tar.gz) = 7af6394cb81e464f5c1ac88a1444030e30940caab6e53688a6d9eb652226d1be -SIZE (suricata-2.0.8.tar.gz) = 3094209 +SHA256 (suricata-2.0.9.tar.gz) = 4a19214d7673f9c0eba2e4e5ac78152309464186d16df48944b8f5644faa802d +SIZE (suricata-2.0.9.tar.gz) = 3089593 Modified: head/security/suricata/files/pkg-message.in ============================================================================== --- head/security/suricata/files/pkg-message.in Thu Oct 22 11:56:00 2015 (r399966) +++ head/security/suricata/files/pkg-message.in Thu Oct 22 11:56:31 2015 (r399967) @@ -1,4 +1,5 @@ -========================================================================= +=========================================================================== + If you want to run Suricata in IDS mode, add to /etc/rc.conf: suricata_enable="YES" @@ -28,4 +29,5 @@ You may want to try BPF in zerocopy mode sysctl -w net.bpf.zerocopy_enable=1 Don't forget to add net.bpf.zerocopy_enable=1 to /etc/sysctl.conf -========================================================================= + +===========================================================================