]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
snort 2.9.11.1: 'ids.cgi' - Update for snort rules download url
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 6 Jan 2018 08:18:39 +0000 (09:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 7 Jan 2018 19:21:51 +0000 (19:21 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ids.cgi

index ff48333b732a44c53b7443c56d30815068bb193b..17cb23292da418f08281b186dd2659983060a022 100644 (file)
@@ -259,9 +259,9 @@ if ($snortsettings{'OINKCODE'} ne "") {
 
 if (!$errormessage) {
        if ($snortsettings{'RULES'} eq 'subscripted') {
-               $url=" https://www.snort.org/rules/snortrules-snapshot-29110.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
+               $url=" https://www.snort.org/rules/snortrules-snapshot-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
        } elsif ($snortsettings{'RULES'} eq 'registered') {
-               $url=" https://www.snort.org/rules/snortrules-snapshot-29110.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
+               $url=" https://www.snort.org/rules/snortrules-snapshot-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
        } elsif ($snortsettings{'RULES'} eq 'community') {
                $url=" https://www.snort.org/rules/community";
        } else {