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 611965065294209d2e418c221e9dfe7042775fad (commit) from 584efcab4fcd9c2b3c385f3dd86730c590a7e736 (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 611965065294209d2e418c221e9dfe7042775fad Author: Christian Schmidt christian.schmidt@ipfire.org Date: Fri Jun 25 18:37:00 2010 +0200
Fixed detection of snort description if there is no CRLF and the rules are misbuild. This fixes bug #0000669
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/ids.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 353643d..1d0f4ab 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -143,7 +143,7 @@ if (-e "/etc/snort/snort.conf") { # If see more than one dashed line, (start to) create rule file description if ($dashlinecnt > 1) { # Check for a line starting with a # - if ($ruleline =~ /^#/) { + if ($ruleline =~ /^#/ and $ruleline !~ /^#alert/) { # Create tempruleline my $tempruleline = $ruleline;
hooks/post-receive -- IPFire 2.x development tree