Bug 40943 - [PATCH] security/snortsnarf: Update to 020516.1
Summary: [PATCH] security/snortsnarf: Update to 020516.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kris Kennaway
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-24 06:40 UTC by Chris Knight
Modified: 2002-08-24 04:47 UTC (History)
0 users

See Also:


Attachments
file.diff (1.77 KB, patch)
2002-07-24 06:40 UTC, Chris Knight
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Knight 2002-07-24 06:40:01 UTC
Update snortsnarf to 020516.1

Fix: PORTNAME=	snortsnarf
-PORTVERSION=	020126
+PORTVERSION=	020516
 CATEGORIES=	security
 MASTER_SITES=	http://www.silicondefense.com/software/snortsnarf/
 DISTNAME=	SnortSnarf-${PORTVERSION}.1
@@ -30,7 +30,7 @@
 	AllMods.pm BasicFilters.pm KnownEquiv.pm SnortFileInput.pm \
 	HTMLAnomMemStorage.pm Input.pm SorterBase.pm Sort.pm \
 	StorageBase.pm MemAlert.pm BasicSorters.pm Filter.pm \
-	SnortRules.pm MemStorage.pm
+	SnortRules.pm MemStorage.pm SnortDBInput.pm TimeFilters.pm
 	${INSTALL_DATA} ${WRKSRC}/include/SnortSnarf/${i} ${LOCALBASE}/libdata/snortsnarf/SnortSnarf/
 .endfor
 .if !defined(NOPORTDOCS)


# Version control info: $Id: snortsnarf.pl,v 1.16 2000/06/14 18:40:45 jim Exp $

@@ -9,3 +9,18 @@
  use Cwd;

  # avoid needing to refer to SnortSnarf packages as SnortSnarf::*, even if
+@@ -162,7 +162,7 @@
+     $out_params{'logfileext'}= '';
+     $out_params{'logfileprototerm'}= ':';
+     # default input file
+-    $def_source= $root."var".$dirsep."log".$dirsep."snort.alert";
++    $def_source= $root."var".$dirsep."log".$dirsep."snort".$dirsep."alert";
+ }
+
+ &initialize();
+@@ -453,4 +453,4 @@
+ -v              Show the version number ($version)
+ -usage          Shows this information
+ >>
+-}
++}--FgUcTIwBfarkkt4eK7xpAm4QZWFbQNYYAxhhutSqfi9fVcjw
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/snortsnarf/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	16 Feb 2002 02:49:42 -0000	1.4
+++ Makefile	24 Jul 2002 05:26:19 -0000
@@ -6,7 +6,7 @@
 #
How-To-Repeat: N/A
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-07-24 18:45:20 UTC
Responsible Changed
From-To: freebsd-ports->kris

Over to maintainer
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2002-08-24 04:46:14 UTC
State Changed
From-To: open->closed

Committed, thanks! 

I didn't apply the patch to patch-aa though, because I don't think 
it's correct (snort.alert is supposed to be the name of the file)