diff options
Diffstat (limited to 'net/snort/patches')
-rw-r--r-- | net/snort/patches/patch-aa | 16 | ||||
-rw-r--r-- | net/snort/patches/patch-ad | 20 | ||||
-rw-r--r-- | net/snort/patches/patch-ae | 10 |
3 files changed, 23 insertions, 23 deletions
diff --git a/net/snort/patches/patch-aa b/net/snort/patches/patch-aa index 3eaf24c2739..24f19f28302 100644 --- a/net/snort/patches/patch-aa +++ b/net/snort/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.8 2002/10/13 04:42:13 hubertf Exp $ +$NetBSD: patch-aa,v 1.9 2003/04/16 06:37:20 salo Exp $ ---- src/snort.c.orig Wed Sep 25 21:56:53 2002 -+++ src/snort.c -@@ -1437,6 +1437,19 @@ +--- src/snort.c.orig 2003-04-03 23:10:52.000000000 +0200 ++++ src/snort.c 2003-04-16 08:03:06.000000000 +0200 +@@ -1355,6 +1355,19 @@ break; @@ -22,12 +22,12 @@ $NetBSD: patch-aa,v 1.8 2002/10/13 04:42:13 hubertf Exp $ case DLT_PPP: /* point-to-point protocol */ if(!pv.readmode_flag) { -@@ -2193,7 +2206,7 @@ +@@ -1729,7 +1742,7 @@ + { struct stat st; - int found; int i; - char *conf_files[]={"/etc/snort.conf", "./snort.conf", NULL}; + char *conf_files[]={ PREFIX "/etc/snort.conf", "./snort.conf", NULL}; char *fname = NULL; - char *home_dir; - char *tmp; + char *home_dir = NULL; + char *rval = NULL; diff --git a/net/snort/patches/patch-ad b/net/snort/patches/patch-ad index 3795b8026e1..e4220a21f69 100644 --- a/net/snort/patches/patch-ad +++ b/net/snort/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.1 2002/10/13 04:42:13 hubertf Exp $ +$NetBSD: patch-ad,v 1.2 2003/04/16 06:37:20 salo Exp $ ---- src/Makefile.in.orig Sun Oct 13 05:25:01 2002 -+++ src/Makefile.in -@@ -59,7 +59,7 @@ - POST_UNINSTALL = : - host_alias = @host_alias@ - host_triplet = @host@ +--- src/Makefile.in.orig 2003-04-09 18:01:40.000000000 +0200 ++++ src/Makefile.in 2003-04-16 08:07:17.000000000 +0200 +@@ -67,7 +67,7 @@ + PATH_SEPARATOR = @PATH_SEPARATOR@ + AMTAR = @AMTAR@ + AWK = @AWK@ -CC = @CC@ +CC = @CC@ -DPREFIX=\"@prefix@\" - MAKEINFO = @MAKEINFO@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ + DEPDIR = @DEPDIR@ + + INCLUDES = @INCLUDES@ diff --git a/net/snort/patches/patch-ae b/net/snort/patches/patch-ae index 34d7fe710f5..49b0ca26d84 100644 --- a/net/snort/patches/patch-ae +++ b/net/snort/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.1 2003/03/04 01:02:26 salo Exp $ +$NetBSD: patch-ae,v 1.2 2003/04/16 06:37:20 salo Exp $ ---- etc/snort.conf.orig 2003-02-23 20:29:24.000000000 +0100 -+++ etc/snort.conf 2003-03-04 00:51:11.000000000 +0100 +--- etc/snort.conf.orig 2003-04-03 23:10:50.000000000 +0200 ++++ etc/snort.conf 2003-04-16 08:09:48.000000000 +0200 @@ -99,7 +99,7 @@ var AIM_SERVERS [64.12.24.0/24,64.12.25.0/24,64.12.26.14/24,64.12.28.0/24,64.12.29.0/24,64.12.161.0/24,64.12.163.0/24,205.188.5.0/24,205.188.9.0/24] @@ -9,5 +9,5 @@ $NetBSD: patch-ae,v 1.1 2003/03/04 01:02:26 salo Exp $ -var RULE_PATH ../rules +var RULE_PATH @PREFIX@/share/snort/rules - ################################################### - # Step #2: Configure preprocessors + # Configure the snort decoder: + # ============================ |