]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Changed sourcefire download link to current snort version.
authorChristian Schmidt <maniacikarus@ipfire.org>
Thu, 10 Feb 2011 20:43:24 +0000 (21:43 +0100)
committerChristian Schmidt <maniacikarus@ipfire.org>
Thu, 10 Feb 2011 20:43:24 +0000 (21:43 +0100)
config/rootfiles/core/47/filelists/files
html/cgi-bin/ids.cgi

index 1df41d9a76e8bc6f6fe2954b027d5a82264da1ad..ff923117a6dfea0b3d4d5c676f6c144ce68f77ea 100644 (file)
@@ -1,2 +1,3 @@
 etc/system-release
 srv/web/ipfire/cgi-bin/services.cgi
+srv/web/ipfire/cgi-bin/ids.cgi
index 734e7dc8868d5d81d278dfe0102a2566eaf77675..7da270c97ecd23f1e2598fca216245703760d239 100644 (file)
@@ -264,11 +264,11 @@ if (-e "/etc/snort/snort.conf") {
 
 if ($snortsettings{'RULES'} eq 'subscripted') {
        #$url="http://dl.snort.org/sub-rules/snortrules-snapshot-2.8_s.tar.gz?oink_code=$snortsettings{'OINKCODE'}";
-       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2902_s.tar.gz/$snortsettings{'OINKCODE'}";
+       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2903_s.tar.gz/$snortsettings{'OINKCODE'}";
        #$url="http://www.snort.org/pub-bin/oinkmaster.cgi/$snortsettings{'OINKCODE'}/snortrules-snapshot-2.8_s.tar.gz";
 } elsif ($snortsettings{'RULES'} eq 'registered') {
        #$url="http://dl.snort.org/reg-rules/snortrules-snapshot-2.8.tar.gz?oink_code=$snortsettings{'OINKCODE'}";
-       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2902.tar.gz/$snortsettings{'OINKCODE'}";
+       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2903.tar.gz/$snortsettings{'OINKCODE'}";
        #$url="http://www.snort.org/pub-bin/oinkmaster.cgi/$snortsettings{'OINKCODE'}/snortrules-snapshot-2.8.tar.gz";
 } else {
        $url="http://rules.emergingthreats.net/open/snort-2.9.0/emerging.rules.tar.gz";