]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
snort: updated ruleset download url for new snort.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 3 Nov 2012 15:29:53 +0000 (16:29 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 3 Nov 2012 15:29:53 +0000 (16:29 +0100)
html/cgi-bin/ids.cgi

index 31b873056281a04e55e39317c0e06c5334fcd566..efbc3dedcd837a7a5144c6fa3945245875370292 100644 (file)
@@ -263,9 +263,9 @@ if (-e "/etc/snort/snort.conf") {
 #######################  End added for snort rules control  #################################
 
 if ($snortsettings{'RULES'} eq 'subscripted') {
-       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2912_s.tar.gz/$snortsettings{'OINKCODE'}";
+       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2931_s.tar.gz/$snortsettings{'OINKCODE'}";
 } elsif ($snortsettings{'RULES'} eq 'registered') {
-       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2912.tar.gz/$snortsettings{'OINKCODE'}";
+       $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2931.tar.gz/$snortsettings{'OINKCODE'}";
 } else {
        $url="http://rules.emergingthreats.net/open/snort-2.9.0/emerging.rules.tar.gz";
 }