From 2eea44c8d4bef120d7d7c8b1d2b8479ea7b8921b Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Sat, 22 Jan 2011 15:49:31 +0100 Subject: [PATCH] Update snort to current stable. This will fix some parsing. If we still face problems we can comment out the decoder warnings in the snort.conf or fix guardian not to handle these. --- config/rootfiles/core/45/exclude | 1 + config/rootfiles/core/45/filelists/snort | 1 + lfs/snort | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/45/filelists/snort diff --git a/config/rootfiles/core/45/exclude b/config/rootfiles/core/45/exclude index e69de29bb2..2cb97983d0 100644 --- a/config/rootfiles/core/45/exclude +++ b/config/rootfiles/core/45/exclude @@ -0,0 +1 @@ +etc/snort/snort.conf \ No newline at end of file diff --git a/config/rootfiles/core/45/filelists/snort b/config/rootfiles/core/45/filelists/snort new file mode 120000 index 0000000000..9406ce01c7 --- /dev/null +++ b/config/rootfiles/core/45/filelists/snort @@ -0,0 +1 @@ +../../../common/snort \ No newline at end of file diff --git a/lfs/snort b/lfs/snort index 47b8b5aade..7b5d41bc2e 100644 --- a/lfs/snort +++ b/lfs/snort @@ -24,7 +24,7 @@ include Config -VER = 2.9.0.2 +VER = 2.9.0.3 THISAPP = snort-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5d4dabe98bccbea166bbc86e2439f22a +$(DL_FILE)_MD5 = 5f0c48b06453696ad32e27b9b3dd6603 install : $(TARGET) -- 2.39.2