From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] snort: Update to 2.9.8.2 Date: Fri, 01 Apr 2016 08:40:00 +0200 Message-ID: <1459492800-1217-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5281153635029192163==" List-Id: --===============5281153635029192163== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Release notes: 2016-03-09 - Snort 2.9.8.2 [*] New additions * Future-flow and DNS API exposed to lua detector. * Double VLAN tagging support. [*] Improvements * Performance improvements to AppID. * Stability improvements to file and ftp_telnet preprocessor. * Fixed several issues with SDF and obfuscation. * Resolved an issue of improper handling of malformed DNS host in AppID. * HTTP PAF accepts all tokens between method and version strings in a request URI. * Resolved snort build issue with "--disable-perfprofiling" configure option. * Enhanced mime parsing by adding support for detecting files after unknown headers and no headers. * Fixed issue with gzip decompression. If the server response specifies Content-Encoding as GZIP, but no Content-Length field for HTTP ver 1.0. * End of Header(EOH) identification for HTTP response header spanning multi= ple packets. * Improved packet reassembly for HTTP. * Fixed Flash LZMA decompression issue. For details see: https://www.snort.org/downloads/snort/changelog_2.9.8.2.txt Signed-off-by: Matthias Fischer --- html/cgi-bin/ids.cgi | 4 ++-- lfs/snort | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index f17b16a..238dc20 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -263,9 +263,9 @@ if (-e "/etc/snort/snort.conf") { ####################### End added for snort rules control ################= ################# =20 if ($snortsettings{'RULES'} eq 'subscripted') { - $url=3D" https://www.snort.org/rules/snortrules-snapshot-2976.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; + $url=3D" https://www.snort.org/rules/snortrules-snapshot-2980.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; } elsif ($snortsettings{'RULES'} eq 'registered') { - $url=3D" https://www.snort.org/rules/snortrules-snapshot-2976.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; + $url=3D" https://www.snort.org/rules/snortrules-snapshot-2980.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; } elsif ($snortsettings{'RULES'} eq 'community') { $url=3D" https://www.snort.org/rules/community"; } else { diff --git a/lfs/snort b/lfs/snort index 054d849..53fffbb 100644 --- a/lfs/snort +++ b/lfs/snort @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2015 IPFire Team = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.9.8.0 +VER =3D 2.9.8.2 =20 THISAPP =3D snort-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 33a2ffd0daf3f60b81ab685848f95947 +$(DL_FILE)_MD5 =3D b5005f88a01b42ff7ee0defb94161ffc =20 install : $(TARGET) =20 --=20 2.8.0 --===============5281153635029192163==--