This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 2eea44c8d4bef120d7d7c8b1d2b8479ea7b8921b (commit) from 9314973b23784446f7daca07932d11bc62a1b81a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2eea44c8d4bef120d7d7c8b1d2b8479ea7b8921b Author: Christian Schmidt maniacikarus@ipfire.org Date: Sat Jan 22 15:49:31 2011 +0100
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.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/exclude | 1 + config/rootfiles/core/{44 => 45}/filelists/snort | 0 lfs/snort | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) copy config/rootfiles/core/{44 => 45}/filelists/snort (100%)
Difference in files: diff --git a/config/rootfiles/core/45/exclude b/config/rootfiles/core/45/exclude index e69de29..2cb9798 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 0000000..9406ce0 --- /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 47b8b5a..7b5d41b 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)
hooks/post-receive -- IPFire 2.x development tree