head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.2.0.4 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.1.1.1.0.2 pkgviews-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2005.04.02.13.02.27; author adrianp; state dead; branches; next 1.4; 1.4 date 2003.05.13.00.27.49; author salo; state Exp; branches; next 1.3; 1.3 date 2003.02.05.06.29.55; author grant; state Exp; branches; next 1.2; 1.2 date 2002.08.11.00.50.37; author fredb; state Exp; branches; next 1.1; 1.1 date 2002.07.12.16.38.53; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.07.12.16.38.53; author agc; state Exp; branches; next ; desc @@ 1.5 log @- Update SnortSnarf to 050314.1 - Grab maintainership - Use SUBST_SED framework replacing patch-aa - Change HOMEPAGE for project - Origional update submitted by Dave Tyson in PR# 29753, thanks ! > * Changed hard coded reference links to the Snort.org SID database to > reflect changes to snort.org - MFR @ text @$NetBSD: patch-aa,v 1.4 2003/05/13 00:27:49 salo Exp $ --- snortsnarf.pl.orig 2002-11-12 10:11:36.000000000 +0900 +++ snortsnarf.pl @@@@ -77,3 +77,3 @@@@ -use lib qw(./include); +use lib qw(@@PREFIX@@/share/snortsnarf); use Cwd; @@@@ -459,2 +459,3 @@@@ OPTION is one of the following: >> -} \ No newline at end of file +} + @ 1.4 log @Update to version 20021111.1. Based on a patch sent by Hiramatsu Yoshifumi via PR pkg/21540. Changes: - fix all installed scripts - simplify installation - DESCR has 80 columns - style nits 20021111.1: =========== - alerts with original packet included now have both sets of ports and first set of IPs as links - added -obfuscateip option to change the IP addresses in alerts to randomly (but consistently) chosen alternates (not presently available for database input) - Updated parsing for Snort 1.9.0 full alert files - new-style Spade reports now processed (Spade version 021008.1 and on) - spp_portscan2 log files now processed (these entries are displayed somewhat prettified) - updated linking to ICMP log files; this involved updates for new ICMP header format in Snort 1.9.0 - more robust recognition of non-packet alerts in different formats(these get ignored) - clarified warning about unknown ICMP type text and added repeat warning suppression (you'll now only get a warning about a particular string twice) - SnortSnarf will now ignore lines beginning with '#' between alerts, so you can use that to begin a comment @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2003/02/05 06:29:55 grant Exp $ @ 1.3 log @add newline to end of perl script. while I'm here, clean up post-configure target and whitespace. fixes PR pkg/20210 from Jesse Kempf. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- snortsnarf.pl.orig Fri May 17 09:00:56 2002 d8 1 a8 1 +use lib qw(@@PREFIX@@/share/snortsnarf/); d10 1 a10 1 @@@@ -455,2 +455,3 @@@@ OPTION is one of the following: @ 1.2 log @Delete "No newline at end of file" garbage left by "mkpatches". @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2002/07/12 16:38:53 agc Exp $ d3 1 a3 1 --- snortsnarf.pl.orig Sun Jul 7 02:09:26 2002 d8 1 a8 1 +use lib qw(@@@@PREFIX@@@@/share/snortsnarf/); d10 6 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ a9 5 @@@@ -455,2 +455,2 @@@@ OPTION is one of the following: >> -} \ No newline at end of file +} @ 1.1.1.1 log @Initial import of snortsnarf-20020621.1 into the NetBSD Packages Collection. Provided in PR 17580 by Hiramatsu Yoshifumi (hiramatu@@boreas.dti.ne.jp), with minor changes by me. SnortSnarf is a Perl program to take files of alerts from the free Snort Intrusion Detection System , and produce HTML output intended for diagnostic inspection and tracking down problems. @ text @@