From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 17 03:40:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B723EBEA for ; Sat, 17 Nov 2012 03:40: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 8818B8FC12 for ; Sat, 17 Nov 2012 03:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAH3e0uH055143 for ; Sat, 17 Nov 2012 03:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAH3e0ED055142; Sat, 17 Nov 2012 03:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 17 Nov 2012 03:40:00 GMT Resent-Message-Id: <201211170340.qAH3e0ED055142@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A865B0E for ; Sat, 17 Nov 2012 03:35:34 +0000 (UTC) (envelope-from prvs=66175d1ec=root+buttercup4@utdallas.edu) Received: from ip-relay-001.utdallas.edu (ip-relay-001.utdallas.edu [129.110.20.111]) by mx1.freebsd.org (Postfix) with ESMTP id 01C3D8FC0C for ; Sat, 17 Nov 2012 03:35:33 +0000 (UTC) Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31]) by ip-relay-001.utdallas.edu with ESMTP; 16 Nov 2012 21:35:32 -0600 Received: from buttercup4.utdallas.edu (buttercup4.utdallas.edu [10.110.4.132]) by mx31.utdallas.edu (Postfix) with ESMTP id 67E8A41FA7 for ; Fri, 16 Nov 2012 21:37:54 -0600 (CST) Received: by buttercup4.utdallas.edu (Postfix, from userid 0) id 8EF45DCA82A; Sat, 17 Nov 2012 03:35:32 +0000 (UTC) Message-Id: <20121117033532.8EF45DCA82A@buttercup4.utdallas.edu> Date: Sat, 17 Nov 2012 03:35:32 +0000 (UTC) From: Paul Schmehl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173674: port update, security/afterglow 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: Sat, 17 Nov 2012 03:40:00 -0000 >Number: 173674 >Category: ports >Synopsis: port update, security/afterglow >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: Sat Nov 17 03:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 8.3-PRERELEASE amd64 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #1: Wed Mar 7 18:01:57 UTC 2012 root@hostname.utdallas.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: port update, security/afterglow, update to version 1.6.2 >How-To-Repeat: >Fix: --- afterglow.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 307498) +++ Makefile (working copy) @@ -6,51 +6,40 @@ # PORTNAME= afterglow -PORTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= security graphics +PORTVERSION= 1.6.2 +CATEGORIES= security graphics net-mgmt MASTER_SITES= SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION} MAINTAINER= pauls@utdallas.edu COMMENT= A collection of graph-generating scripts +LICENSE= GPLv2 + RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous NO_BUILD= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} -CHARTS_SCRIPTS= bar.pl bar2.pl boxplot.pl bubble.pl scatter.pl trendline.pl trendline2.pl -GRAPH_SCRIPTS= afterglow.pl afterglow-lgl.pl -LOGANALYSIS_SCRIPTS= anonymize.pl capper.pl merge_logs.pl overview.sh random_logs.pl -PARSERS= argus2csv.pl ipfw2csv.pl pf2csv.pl sendmail_parser.pl snortalert2csv.pl tcpdump2csv.pl - do-install: ${MKDIR} ${DATADIR}/data ${MKDIR} ${DATADIR}/charts - ${MKDIR} ${DATADIR}/graph/Text + ${MKDIR} ${DATADIR}/graph ${MKDIR} ${DATADIR}/loganalysis ${MKDIR} ${DATADIR}/parsers (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}/data "! -name generate.pl") + (cd ${WRKSRC}/data/ && ${COPYTREE_BIN} \* ${DATADIR}/data "-name generate.pl") (cd ${WRKSRC}/src/perl/charts/ && ${COPYTREE_SHARE} \* ${DATADIR}/charts "! -name *\.pl") + (cd ${WRKSRC}/src/perl/charts/ && ${COPYTREE_BIN} \* ${DATADIR}/charts "-name *\.pl") (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_SHARE} \* ${DATADIR}/graph "! -name *\.pl") + (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_BIN} \* ${DATADIR}/graph "-name *\.pl") (cd ${WRKSRC}/src/perl/loganalysis/ && ${COPYTREE_SHARE} \* ${DATADIR}/loganalysis "! ( -name *\.pl -or -name *\.sh )") + (cd ${WRKSRC}/src/perl/loganalysis/ && ${COPYTREE_BIN} \* ${DATADIR}/loganalysis "( -name *\.pl -or -name *\.sh )") (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_SHARE} \* ${DATADIR}/parsers "! -name *\.pl") - ${INSTALL_SCRIPT} ${WRKSRC}/data/generate.pl ${DATADIR}/data/ -.for f in ${CHARTS_SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/src/perl/charts/${f} ${DATADIR}/charts/${f} -.endfor -.for f in ${GRAPH_SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/src/perl/graph/${f} ${DATADIR}/graph/${f} -.endfor -.for f in ${LOGANALYSIS_SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/src/perl/loganalysis/${f} ${DATADIR}/loganalysis/${f} -.endfor -.for f in ${PARSERS} - ${INSTALL_SCRIPT} ${WRKSRC}/src/perl/parsers/${f} ${DATADIR}/parsers/${f} -.endfor + (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_BIN} \* ${DATADIR}/parsers "-name *\.pl") .include Index: distinfo =================================================================== --- distinfo (revision 307498) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (afterglow-1.6.0.tar.gz) = 14feec9e943a4223c53e06fb9df2bffdeb29f88482020f600c2794c685e6e17e -SIZE (afterglow-1.6.0.tar.gz) = 74194 +SHA256 (afterglow-1.6.2.tar.gz) = f40c562c2c849b42ed8c44c88d9a1018a8e33024e4fd368490790f55810589d8 +SIZE (afterglow-1.6.2.tar.gz) = 103662 Index: pkg-descr =================================================================== --- pkg-descr (revision 307498) +++ pkg-descr (working copy) @@ -2,6 +2,6 @@ generating event graphs and treemaps. AfterGlow 1.x is written in Perl and generates output that can be read by GraphViz or LGL. All the scripts and other files for afterglow are installed in -${DATADIR} +%%DATADIR%% WWW: http://sourceforge.net/projects/afterglow Index: pkg-message =================================================================== --- pkg-message (revision 0) +++ pkg-message (working copy) @@ -0,0 +1,7 @@ +AfterGlow is a collection of scripts which facilitate +the process of generating graphs. It is the most downloaded +security visualization tool of all times. + +Afterglow documentation may be found online at +http://afterglow.sourceforge.net/ including a FAQ, manual +and screenshots. Be sure to read the documentation carefully. Index: pkg-plist =================================================================== --- pkg-plist (revision 307498) +++ pkg-plist (working copy) @@ -19,12 +19,16 @@ %%DATADIR%%/graph/README %%DATADIR%%/graph/Text/CSV.pm %%DATADIR%%/graph/Text/CSV_PP.pm -%%DATADIR%%/graph/afterglow-lgl.pl %%DATADIR%%/graph/afterglow.pl %%DATADIR%%/graph/color.tcpspy +%%DATADIR%%/graph/gdf.properties %%DATADIR%%/graph/sample.properties -%%DATADIR%%/loganalysis/Anonymous.pm +%%DATADIR%%/loganalysis/Crypt/Rijndael.pm +%%DATADIR%%/loganalysis/IP/Anonymous.pm %%DATADIR%%/loganalysis/README +%%DATADIR%%/loganalysis/Text/CSV.pm +%%DATADIR%%/loganalysis/Text/CSV_PP.pm +%%DATADIR%%/loganalysis/anon.pl %%DATADIR%%/loganalysis/anonymize.pl %%DATADIR%%/loganalysis/capper.pl %%DATADIR%%/loganalysis/merge_logs.pl @@ -40,6 +44,9 @@ %%DATADIR%%/parsers/snortalert2csv.pl %%DATADIR%%/parsers/tcpdump2csv.pl @dirrm %%DATADIR%%/parsers +@dirrm %%DATADIR%%/loganalysis/Text +@dirrm %%DATADIR%%/loganalysis/IP +@dirrm %%DATADIR%%/loganalysis/Crypt @dirrm %%DATADIR%%/loganalysis @dirrm %%DATADIR%%/graph/Text @dirrm %%DATADIR%%/graph --- afterglow.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: