snort: Update to 2.9.12

Message ID 20190105094008.24055-1-matthias.fischer@ipfire.org
State Accepted
Commit d01b31914a69c5e1edf9a059b1fd6b8e5a90ec84
Headers
Series snort: Update to 2.9.12 |

Commit Message

Matthias Fischer Jan. 5, 2019, 8:40 p.m. UTC
  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

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 html/cgi-bin/ids.cgi | 4 ++--
 lfs/snort            | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)
  

Patch

diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi
index eddfc387c..5a3f4c314 100644
--- a/html/cgi-bin/ids.cgi
+++ b/html/cgi-bin/ids.cgi
@@ -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 {
diff --git a/lfs/snort b/lfs/snort
index 813c05c14..e7b5a19f7 100644
--- 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 \