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.11 Date: Fri, 13 Oct 2017 22:23:25 +0200 Message-ID: <20171013202325.29883-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7460286127233647129==" List-Id: --===============7460286127233647129== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: Release notes: https://snort.org/downloads/snort/release_notes_2.9.11.txt Changelog: https://snort.org/downloads/snort/changelog_2.9.11.txt Best, Matthias Signed-off-by: Matthias Fischer --- config/rootfiles/common/snort | 9 +++++---- html/cgi-bin/ids.cgi | 4 ++-- lfs/snort | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/snort b/config/rootfiles/common/snort index ea2959302..c83b15697 100644 --- a/config/rootfiles/common/snort +++ b/config/rootfiles/common/snort @@ -27,10 +27,10 @@ usr/bin/u2spewfoo #usr/include/snort/dynamic_output/snort_debug.h #usr/include/snort/dynamic_output/stream_api.h #usr/include/snort/dynamic_preproc +#usr/include/snort/dynamic_preproc/appdata_adjuster.h #usr/include/snort/dynamic_preproc/bitop.h #usr/include/snort/dynamic_preproc/cpuclock.h #usr/include/snort/dynamic_preproc/file_api.h -#usr/include/snort/dynamic_preproc/file_mail_common.h #usr/include/snort/dynamic_preproc/idle_processing.h #usr/include/snort/dynamic_preproc/ipv6_port.h #usr/include/snort/dynamic_preproc/mempool.h @@ -40,6 +40,8 @@ usr/bin/u2spewfoo #usr/include/snort/dynamic_preproc/perf_indicators.h #usr/include/snort/dynamic_preproc/preprocids.h #usr/include/snort/dynamic_preproc/profiler.h +#usr/include/snort/dynamic_preproc/reg_test.h +#usr/include/snort/dynamic_preproc/reload_api.h #usr/include/snort/dynamic_preproc/segment_mem.h #usr/include/snort/dynamic_preproc/session_api.h #usr/include/snort/dynamic_preproc/sfPolicy.h @@ -60,14 +62,12 @@ usr/bin/u2spewfoo #usr/include/snort/dynamic_preproc/sf_snort_plugin_api.h #usr/include/snort/dynamic_preproc/sfcommon.h #usr/include/snort/dynamic_preproc/sfcontrol.h -#usr/include/snort/dynamic_preproc/sfdebug.h #usr/include/snort/dynamic_preproc/sfrt.h #usr/include/snort/dynamic_preproc/sfrt_dir.h #usr/include/snort/dynamic_preproc/sfrt_flat.h #usr/include/snort/dynamic_preproc/sfrt_flat_dir.h #usr/include/snort/dynamic_preproc/sfrt_trie.h #usr/include/snort/dynamic_preproc/sidechannel_define.h -#usr/include/snort/dynamic_preproc/sip_common.h #usr/include/snort/dynamic_preproc/snort_bounds.h #usr/include/snort/dynamic_preproc/snort_debug.h #usr/include/snort/dynamic_preproc/ssl.h @@ -88,6 +88,8 @@ usr/lib/snort/dynamic_output usr/lib/snort/dynamic_preproc #usr/lib/snort/dynamic_preproc/libsf_dynamic_preproc.a #usr/lib/snort/dynamic_preproc/libsf_dynamic_preproc.la +#usr/lib/snort/dynamic_preproc/libsf_dynamic_utils.a +#usr/lib/snort/dynamic_preproc/libsf_dynamic_utils.la usr/lib/snort_dynamicengine #usr/lib/snort_dynamicengine/libsf_engine.a #usr/lib/snort_dynamicengine/libsf_engine.la @@ -215,7 +217,6 @@ usr/sbin/snort #usr/share/doc/snort/README.reload #usr/share/doc/snort/README.reputation #usr/share/doc/snort/README.sensitive_data -#usr/share/doc/snort/README.session #usr/share/doc/snort/README.sfportscan #usr/share/doc/snort/README.sip #usr/share/doc/snort/README.ssh diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 3d9519757..ff48333b7 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -259,9 +259,9 @@ if ($snortsettings{'OINKCODE'} ne "") { =20 if (!$errormessage) { if ($snortsettings{'RULES'} eq 'subscripted') { - $url=3D" https://www.snort.org/rules/snortrules-snapshot-2990.tar.gz?oinkc= ode=3D$snortsettings{'OINKCODE'}"; + $url=3D" https://www.snort.org/rules/snortrules-snapshot-29110.tar.gz?oink= code=3D$snortsettings{'OINKCODE'}"; } elsif ($snortsettings{'RULES'} eq 'registered') { - $url=3D" https://www.snort.org/rules/snortrules-snapshot-2990.tar.gz?oinkc= ode=3D$snortsettings{'OINKCODE'}"; + $url=3D" https://www.snort.org/rules/snortrules-snapshot-29110.tar.gz?oink= code=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 032ce30ca..f66bf0127 100644 --- a/lfs/snort +++ b/lfs/snort @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2016 IPFire Team = # +# Copyright (C) 2007-2017 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.9.0 +VER =3D 2.9.11 =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 fd3012bf36710481d66b40ad046b231d +$(DL_FILE)_MD5 =3D 4f3ee0c2ad330e487273016efd0c9d64 =20 install : $(TARGET) =20 --=20 2.14.2 --===============7460286127233647129==--