From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 15 17:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B66D754 for ; Fri, 15 Feb 2013 17:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 81122A4D for ; Fri, 15 Feb 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1FHU05a051842 for ; Fri, 15 Feb 2013 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1FHU0ir051841; Fri, 15 Feb 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2013 17:30:00 GMT Resent-Message-Id: <201302151730.r1FHU0ir051841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8D73B6D9 for ; Fri, 15 Feb 2013 17:25:12 +0000 (UTC) (envelope-from prvs=751c6ddfd=root+buttercup5@utdallas.edu) Received: from ip-relay-051.utdallas.edu (ip-relay-051.utdallas.edu [129.110.182.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4A7B8A26 for ; Fri, 15 Feb 2013 17:25:12 +0000 (UTC) Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31]) by ip-relay-051.utdallas.edu with ESMTP; 15 Feb 2013 11:25:10 -0600 Received: from buttercup5.utdallas.edu (buttercup5.utdallas.edu [10.110.4.133]) by mx31.utdallas.edu (Postfix) with ESMTP id EB35841F4E for ; Fri, 15 Feb 2013 11:31:58 -0600 (CST) Received: by buttercup5.utdallas.edu (Postfix, from userid 0) id D870C5A5C418; Fri, 15 Feb 2013 17:25:09 +0000 (GMT) Message-Id: <20130215172509.D870C5A5C418@buttercup5.utdallas.edu> Date: Fri, 15 Feb 2013 17:25:09 +0000 (GMT) From: Paul Schmehl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176176: security/barnyard2, update to version 1.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 17:30:00 -0000 >Number: 176176 >Category: ports >Synopsis: security/barnyard2, update to version 1.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: security/barnyard2, update to version 1.12 >How-To-Repeat: >Fix: --- barnyard2.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 312301) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= barnyard2 -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= security MAINTAINER= pauls@utdallas.edu @@ -13,7 +13,7 @@ GH_ACCOUNT= firnsy GH_PROJECT= ${PORTNAME} GH_TAGNAME= v2-${PORTVERSION} -GH_COMMIT= 4dfdc80 +GH_COMMIT= 3c1f553 OPTIONS_DEFINE= 64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL_SSL ODBC PRELUDE PGSQL NO_OPTIONS_SORT=yes @@ -62,7 +62,7 @@ .endif .if ${PORT_OPTIONS:MBRO} -BROKEN= Will not compile until bro update is committed - deselect this option +BROKEN= The Bro port is in transition right now, so this is not supported yet BUILD_DEPENDS+= bro:${PORTSDIR}/security/bro-barnyard2 CONFIGURE_ARGS+= --enable-bro --with-broccoli=${LOCALBASE}/lib .else Index: distinfo =================================================================== --- distinfo (revision 312301) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (barnyard2-1.11.tar.gz) = 345d6dfd7f88cc7d72258338e2db0fa05499dc434c0fe33b685d998f497f2bcd -SIZE (barnyard2-1.11.tar.gz) = 425392 +SHA256 (barnyard2-1.12.tar.gz) = 30b31ec4ad1d2c05493f10e082496b42111807497443f01bb2648859eff246a9 +SIZE (barnyard2-1.12.tar.gz) = 425744 --- barnyard2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: