From owner-svn-ports-head@freebsd.org Thu Dec 24 13:31:55 2015 Return-Path: Delivered-To: svn-ports-head@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 57F9AA507F0; Thu, 24 Dec 2015 13:31:55 +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 10F091636; Thu, 24 Dec 2015 13:31:54 +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 tBODVsOn066850; Thu, 24 Dec 2015 13:31:54 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBODVrGl066846; Thu, 24 Dec 2015 13:31:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512241331.tBODVrGl066846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 24 Dec 2015 13:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404358 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 24 Dec 2015 13:31:55 -0000 Author: koobs Date: Thu Dec 24 13:31:53 2015 New Revision: 404358 URL: https://svnweb.freebsd.org/changeset/ports/404358 Log: security/suricata: Update to 3.0 RC3 - Update DISTVERSION and distinfo checksum (3.0RC3) - Pet portlint (makepatch: patch UTC time) Merry Christmas All! HO HO HO PR: 205306 Submitted by: Franco Fichtner Modified: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/files/patch-configure.ac Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Thu Dec 24 13:17:42 2015 (r404357) +++ head/security/suricata/Makefile Thu Dec 24 13:31:53 2015 (r404358) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -DISTVERSION= 3.0RC1 +DISTVERSION= 3.0RC3 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Thu Dec 24 13:17:42 2015 (r404357) +++ head/security/suricata/distinfo Thu Dec 24 13:31:53 2015 (r404358) @@ -1,2 +1,2 @@ -SHA256 (suricata-3.0RC1.tar.gz) = 61b22ef3931c6fa37bb84ab9b7b26b6a363bde2444d6dd7b563044e8109ecbff -SIZE (suricata-3.0RC1.tar.gz) = 3292713 +SHA256 (suricata-3.0RC3.tar.gz) = b02fb5234046a07ed031ee40a33df48bfe4166274b39a34098999c81a3248b22 +SIZE (suricata-3.0RC3.tar.gz) = 3293689 Modified: head/security/suricata/files/patch-configure.ac ============================================================================== --- head/security/suricata/files/patch-configure.ac Thu Dec 24 13:17:42 2015 (r404357) +++ head/security/suricata/files/patch-configure.ac Thu Dec 24 13:31:53 2015 (r404358) @@ -1,6 +1,6 @@ ---- ./configure.ac.orig 2014-08-15 21:08:21.104727122 +1000 -+++ ./configure.ac 2014-08-15 21:17:58.786571386 +1000 -@@ -816,8 +816,10 @@ +--- configure.ac.orig 2015-12-08 13:09:16 UTC ++++ configure.ac +@@ -853,8 +853,10 @@ AS_HELP_STRING([--enable-prelude], [Enable Prelude support for alerts]),,[enable_prelude=no]) # Prelude doesn't work with -Werror STORECFLAGS="${CFLAGS}"