Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2002 15:31:09 +1000
From:      "Chris Knight" <chris@aims.com.au>
To:        <freebsd-gnats-submit@FreeBSD.org>
Subject:   ports/40943: [PATCH] security/snortsnarf: Update to 020516.1
Message-ID:  <200207240528.g6O5SK2j071017@ait0fd01.aims.private>

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

>Number:         40943
>Category:       ports
>Synopsis:       [PATCH] security/snortsnarf: Update to 020516.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 22:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Chris Knight
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
AIMS Independent Computer Professionals
>Environment:
System: FreeBSD ait0fd01.aims.private 4.6-STABLE FreeBSD 4.6-STABLE #2: Fri Jul 19 22:55:02 EST 2002
root@ait0fd01.aims.private:/var/obj/var/src/sys/THINKPAD i386

>Description:
Update snortsnarf to 020516.1

>How-To-Repeat:
N/A

>Fix:
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 @@
 #

 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)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/snortsnarf/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	16 Feb 2002 02:49:42 -0000	1.4
+++ distinfo	24 Jul 2002 05:26:19 -0000
@@ -1 +1 @@
-MD5 (SnortSnarf-020126.1.tar.gz) = 6b1b4984628dae065913d16b359cf1a4
+MD5 (SnortSnarf-020516.1.tar.gz) = 56f2324c57b1ad6fe80fb39be3d89841
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/snortsnarf/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	30 Jul 2001 00:24:02 -0000	1.1
+++ pkg-plist	24 Jul 2002 05:26:19 -0000
@@ -17,11 +17,13 @@
 libdata/snortsnarf/SnortSnarf/MemTimeBase.pm
 libdata/snortsnarf/SnortSnarf/MultiStore.pm
 libdata/snortsnarf/SnortSnarf/PacketBase.pm
+libdata/snortsnarf/SnortSnarf/SnortDBInput.pm
 libdata/snortsnarf/SnortSnarf/SnortFileInput.pm
 libdata/snortsnarf/SnortSnarf/SnortRules.pm
 libdata/snortsnarf/SnortSnarf/Sort.pm
 libdata/snortsnarf/SnortSnarf/SorterBase.pm
 libdata/snortsnarf/SnortSnarf/StorageBase.pm
+libdata/snortsnarf/SnortSnarf/TimeFilters.pm
 libdata/snortsnarf/ann_xml.pl
 libdata/snortsnarf/web_utils.pl
 libdata/snortsnarf/xml_help.pl
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/security/snortsnarf/files/patch-aa,v
retrieving revision 1.1
diff -u -r1.1 patch-aa
--- files/patch-aa	30 Jul 2001 00:24:02 -0000	1.1
+++ files/patch-aa	24 Jul 2002 05:26:19 -0000
@@ -1,6 +1,6 @@
---- snortsnarf.pl.orig	Sun Jul 29 16:53:40 2001
-+++ snortsnarf.pl	Sun Jul 29 16:56:20 2001
-@@ -199,7 +199,7 @@
+--- snortsnarf.pl.orig	Fri May 17 09:00:56 2002
++++ snortsnarf.pl	Wed Jul 24 15:17:32 2002
+@@ -75,7 +75,7 @@

  # 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
+ >>
+-}
++}


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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