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 fed6d789e8d94e7145ba258f0f39f692ee87182f (commit) from 1bafa730906d270cf848026699001fbe59e2202e (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 fed6d789e8d94e7145ba258f0f39f692ee87182f Author: Stefan Schantl Stevee@ipfire.org Date: Wed Jan 20 19:59:30 2010 +0100
Webif: Fix link to external snort SID page.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/logs.cgi/ids.dat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/logs.cgi/ids.dat b/html/cgi-bin/logs.cgi/ids.dat index 67a2c40..86207c2 100644 --- a/html/cgi-bin/logs.cgi/ids.dat +++ b/html/cgi-bin/logs.cgi/ids.dat @@ -336,7 +336,7 @@ print <<END END ; if ($sid ne "n/a") { - print "<a href='http://www.snort.org/pub-bin/sigs.cgi?sid=$sid' "; + print "<a href='http://www.snort.org/search/sid/$sid' "; print "target='_blank'>$sid</a></td>\n"; } else { print $sid;
hooks/post-receive -- IPFire 2.x development tree