From owner-freebsd-ports-bugs Mon Feb 17 22:40:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3013C37B401 for ; Mon, 17 Feb 2003 22:40:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFBC43F93 for ; Mon, 17 Feb 2003 22:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1I6e8NS079321 for ; Mon, 17 Feb 2003 22:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1I6e8Ze079320; Mon, 17 Feb 2003 22:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 336D237B401 for ; Mon, 17 Feb 2003 22:31:05 -0800 (PST) Received: from stratofortress.tdnetworking.com (stratofortress.tdnetworking.com [66.45.35.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA25343F85 for ; Mon, 17 Feb 2003 22:30:58 -0800 (PST) (envelope-from ldaberko@stratofortress.tdnetworking.com) Received: from stratofortress.tdnetworking.com (localhost.tdnetworking.com [127.0.0.1]) by stratofortress.tdnetworking.com (8.12.3/8.12.3) with ESMTP id h1I6UvDa084363; Tue, 18 Feb 2003 01:30:57 -0500 (EST) (envelope-from ldaberko@stratofortress.tdnetworking.com) Received: (from ldaberko@localhost) by stratofortress.tdnetworking.com (8.12.3/8.12.3/Submit) id h1I6UvBw084362; Tue, 18 Feb 2003 01:30:57 -0500 (EST) Message-Id: <200302180630.h1I6UvBw084362@stratofortress.tdnetworking.com> Date: Tue, 18 Feb 2003 01:30:57 -0500 (EST) From: Larry.Daberko@stratofortress.tdnetworking.com Reply-To: larry@daberko.net To: FreeBSD-gnats-submit@FreeBSD.org Cc: larry@daberko.net X-Send-Pr-Version: 3.113 Subject: ports/48410: Update ports: security/snortsnarf version 021111.1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48410 >Category: ports >Synopsis: Update ports: security/snortsnarf version 021111.1 >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: Mon Feb 17 22:40:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Larry Daberko >Release: Multiple releases 4.6 to 4.7 >Organization: none >Environment: Various machines ranging from 4.6.2 to 4.7 >Description: Port version 021017.1 was extremely slow or hung while processing snort alerts files. I was unable to find a good explanation for what was causing the problem. >How-To-Repeat: Make install and run snortsnarf. Hangs every time. >Fix: Upgrade to latest version 021111.1. This shar file includes all the necessary changes to port in the new version. --- snortsnarf_update.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # snortsnarf # snortsnarf/Makefile # snortsnarf/distinfo # snortsnarf/pkg-descr # snortsnarf/pkg-plist # snortsnarf/files # snortsnarf/files/patch-aa # echo c - snortsnarf mkdir -p snortsnarf > /dev/null 2>&1 echo x - snortsnarf/Makefile sed 's/^X//' >snortsnarf/Makefile << 'END-of-snortsnarf/Makefile' X# New ports collection makefile for: snortsnarf X# Date created: 29 July 2001 X# Whom: Kris Kennaway X# X# $FreeBSD: ports/security/snortsnarf/Makefile,v 1.6 2002/10/24 02:55:15 kris Exp $ X# X XPORTNAME= snortsnarf XPORTVERSION= 021111 XCATEGORIES= security XMASTER_SITES= http://www.silicondefense.com/software/snortsnarf/ XDISTNAME= SnortSnarf-${PORTVERSION}.1 X XMAINTAINER= kris@FreeBSD.org XCOMMENT= Generate HTML report summaries from snort incident alerts X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time X XNO_BUILD= yes X Xdo-install: X ${SED} s,%LOCALBASE%,${LOCALBASE}, < ${WRKSRC}/snortsnarf.pl > ${WRKSRC}/snortsnarf X ${INSTALL_SCRIPT} ${WRKSRC}/snortsnarf ${LOCALBASE}/bin/snortsnarf X ${MKDIR} ${LOCALBASE}/libdata/snortsnarf X ${MKDIR} ${LOCALBASE}/libdata/snortsnarf/SnortSnarf X.for i in IPAddrContact.pm ann_xml.pl web_utils.pl xml_help.pl X ${INSTALL_DATA} ${WRKSRC}/include/${i} ${LOCALBASE}/libdata/snortsnarf/ X.endfor X.for i in AlertBase.pm HTMLOutput.pm MemTimeBase.pm MultiStore.pm \ X MemPacket.pm HTMLMemStorage.pm Filtering.pm PacketBase.pm \ X AllMods.pm BasicFilters.pm KnownEquiv.pm SnortFileInput.pm \ X HTMLAnomMemStorage.pm Input.pm SorterBase.pm Sort.pm \ X StorageBase.pm MemAlert.pm BasicSorters.pm Filter.pm \ X SnortRules.pm MemStorage.pm SnortDBInput.pm TimeFilters.pm \ X HTMLOutput+other.pm IPObfuscater.pm X ${INSTALL_DATA} ${WRKSRC}/include/SnortSnarf/${i} ${LOCALBASE}/libdata/snortsnarf/SnortSnarf/ X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${LOCALBASE}/share/doc/snortsnarf X.for i in README Usage X ${INSTALL_DATA} ${WRKSRC}/${i} ${LOCALBASE}/share/doc/snortsnarf X.endfor X.endif X X.include END-of-snortsnarf/Makefile echo x - snortsnarf/distinfo sed 's/^X//' >snortsnarf/distinfo << 'END-of-snortsnarf/distinfo' XMD5 (SnortSnarf-021111.1.tar.gz) = 74eb59a60f859af8c74a816c346c67cc END-of-snortsnarf/distinfo echo x - snortsnarf/pkg-descr sed 's/^X//' >snortsnarf/pkg-descr << 'END-of-snortsnarf/pkg-descr' XThis program creates a set of HTML pages to allow you to quickly and Xconveniently navigate around output files of the Snort intrusion Xdetection system (http://www.snort.org/). The reports summarize the Xincidents logged in the snort alert file. X XWWW: http://www.silicondefense.com/software/snortsnarf/ END-of-snortsnarf/pkg-descr echo x - snortsnarf/pkg-plist sed 's/^X//' >snortsnarf/pkg-plist << 'END-of-snortsnarf/pkg-plist' Xbin/snortsnarf Xlibdata/snortsnarf/IPAddrContact.pm Xlibdata/snortsnarf/SnortSnarf/AlertBase.pm Xlibdata/snortsnarf/SnortSnarf/AllMods.pm Xlibdata/snortsnarf/SnortSnarf/BasicFilters.pm Xlibdata/snortsnarf/SnortSnarf/BasicSorters.pm Xlibdata/snortsnarf/SnortSnarf/Filter.pm Xlibdata/snortsnarf/SnortSnarf/Filtering.pm Xlibdata/snortsnarf/SnortSnarf/HTMLAnomMemStorage.pm Xlibdata/snortsnarf/SnortSnarf/HTMLMemStorage.pm Xlibdata/snortsnarf/SnortSnarf/HTMLOutput+other.pm Xlibdata/snortsnarf/SnortSnarf/HTMLOutput.pm Xlibdata/snortsnarf/SnortSnarf/Input.pm Xlibdata/snortsnarf/SnortSnarf/IPObfuscater.pm Xlibdata/snortsnarf/SnortSnarf/KnownEquiv.pm Xlibdata/snortsnarf/SnortSnarf/MemAlert.pm Xlibdata/snortsnarf/SnortSnarf/MemPacket.pm Xlibdata/snortsnarf/SnortSnarf/MemStorage.pm Xlibdata/snortsnarf/SnortSnarf/MemTimeBase.pm Xlibdata/snortsnarf/SnortSnarf/MultiStore.pm Xlibdata/snortsnarf/SnortSnarf/PacketBase.pm Xlibdata/snortsnarf/SnortSnarf/SnortDBInput.pm Xlibdata/snortsnarf/SnortSnarf/SnortFileInput.pm Xlibdata/snortsnarf/SnortSnarf/SnortRules.pm Xlibdata/snortsnarf/SnortSnarf/Sort.pm Xlibdata/snortsnarf/SnortSnarf/SorterBase.pm Xlibdata/snortsnarf/SnortSnarf/StorageBase.pm Xlibdata/snortsnarf/SnortSnarf/TimeFilters.pm Xlibdata/snortsnarf/ann_xml.pl Xlibdata/snortsnarf/web_utils.pl Xlibdata/snortsnarf/xml_help.pl X%%PORTDOCS%%share/doc/snortsnarf/README X%%PORTDOCS%%share/doc/snortsnarf/Usage X%%PORTDOCS%%@dirrm share/doc/snortsnarf X@dirrm libdata/snortsnarf/SnortSnarf X@dirrm libdata/snortsnarf END-of-snortsnarf/pkg-plist echo c - snortsnarf/files mkdir -p snortsnarf/files > /dev/null 2>&1 echo x - snortsnarf/files/patch-aa sed 's/^X//' >snortsnarf/files/patch-aa << 'END-of-snortsnarf/files/patch-aa' X--- snortsnarf.pl.orig Mon Feb 17 21:01:50 2003 X+++ snortsnarf.pl Mon Feb 17 21:03:14 2003 X@@ -75,7 +75,7 @@ X X # Version control info: $Id: snortsnarf.pl,v 1.16 2000/06/14 18:40:45 jim Exp $ X X-use lib qw(./include); X+use lib qw(%LOCALBASE%/libdata/snortsnarf/); X use Cwd; X X # avoid needing to refer to SnortSnarf packages as SnortSnarf::*, even if X END-of-snortsnarf/files/patch-aa exit --- snortsnarf_update.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message