Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2011 07:48:48 GMT
From:      Dikshie <dikshie@sfc.wide.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160897: ports/security/bro update
Message-ID:  <201109220748.p8M7mm3f026107@red.freebsd.org>
Resent-Message-ID: <201109220750.p8M7o5h6073082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160897
>Category:       ports
>Synopsis:       ports/security/bro update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 22 07:50:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dikshie
>Release:        FreeBSD-8.2
>Organization:
Keio University
>Environment:
FreeBSD totoro2.ai3.net 9.0-BETA2 FreeBSD 9.0-BETA2 #5: Wed Sep 21 13:41:47 JST 2011     dikshie@totoro2.ai3.net:/usr/obj/usr/src/sys/TOTORO2  i386
>Description:
Hi,
could you please check below diff for security/bro   
my changes:
1.update to bro 1.5.3
2.fix the ftp location
3.enable IPv6.

best regards, 


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-09-22 16:40:49.000000000 +0900
+++ Makefile	2011-09-22 16:41:21.000000000 +0900
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	bro
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.3
 CATEGORIES=	security
-MASTER_SITES=	ftp://bro-ids.org/
+MASTER_SITES=	ftp://ftp.bro-ids.org/
 
 MAINTAINER=	kevlo@FreeBSD.org
 COMMENT=	System for detecting Network Intruders in real-time
@@ -21,7 +21,8 @@
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-perftools \
 		--disable-broccoli \
-		--disable-broctl
+		--disable-broctl \
+		--enable-brov6
 CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
--- distinfo.orig	2011-09-22 16:40:31.000000000 +0900
+++ distinfo	2011-09-22 16:41:51.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (bro-1.5.1.tar.gz) = 9e9a34af14b6466c7253ce1d03bfd3ef586e3f765902d43981212db3de585a48
-SIZE (bro-1.5.1.tar.gz) = 4327064
+SHA256 (bro-1.5.3.tar.gz) = 7ccb657d38e00cfa2d07f067ad701189e1ac238610089e67f6b4023734adf80e
+SIZE (bro-1.5.3.tar.gz) = 4441838


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109220748.p8M7mm3f026107>