]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
snort: Update to 2.9.12
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 5 Jan 2019 09:40:08 +0000 (10:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Jan 2019 15:42:34 +0000 (15:42 +0000)
For details see:

Release notes:
https://snort.org/downloads/snort/release_notes_2.9.12.txt

Changelog:
https://snort.org/downloads/snort/changelog_2.9.12.txt

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ids.cgi
lfs/snort

index eddfc387c65c6a90f794d08624679fc02b173084..5a3f4c31433f5453fec12769dc6d159f2d84368a 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-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
+               $url=" https://www.snort.org/rules/snortrules-snapshot-29120.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
        } elsif ($snortsettings{'RULES'} eq 'registered') {
-               $url=" https://www.snort.org/rules/snortrules-snapshot-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
+               $url=" https://www.snort.org/rules/snortrules-snapshot-29120.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
        } elsif ($snortsettings{'RULES'} eq 'community') {
                $url=" https://www.snort.org/rules/community";
        } else {
index 813c05c148578925326691550f821f7e9ef2a3fa..e7b5a19f780c8998efd5486d591f1dd415e0b567 100644 (file)
--- a/lfs/snort
+++ b/lfs/snort
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.9.11.1
+VER        = 2.9.12
 
 THISAPP    = snort-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 378e3938b2b5c8e358f942d0ffce18cc
+$(DL_FILE)_MD5 = 3a305d9c44bd0319aa50783a60c8947f
 
 install : $(TARGET)
 
@@ -75,7 +75,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --sysconfdir=/etc/snort \
                --target=i586 \
                --enable-linux-smp-stats \
-               --enable-gre --enable-mpls \
+               --disable-open-appid \
+               --enable-gre \
+               --enable-mpls \
                --enable-targetbased \
                --enable-ppm \
                --enable-non-ether-decoders \