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.9.0 Date: Sat, 17 Dec 2016 14:18:44 +0100 Message-ID: <20161217131844.13959-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7683803115101606020==" List-Id: --===============7683803115101606020== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Matthias Fischer --- html/cgi-bin/ids.cgi | 4 ++-- lfs/snort | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index bc066a0dc..fbd1f13b2 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -254,9 +254,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-2982.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; + $url=3D" https://www.snort.org/rules/snortrules-snapshot-2990.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; } elsif ($snortsettings{'RULES'} eq 'registered') { - $url=3D" https://www.snort.org/rules/snortrules-snapshot-2982.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; + $url=3D" https://www.snort.org/rules/snortrules-snapshot-2990.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 53fffbb0b..032ce30ca 100644 --- a/lfs/snort +++ b/lfs/snort @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.9.8.2 +VER =3D 2.9.9.0 =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 b5005f88a01b42ff7ee0defb94161ffc +$(DL_FILE)_MD5 =3D fd3012bf36710481d66b40ad046b231d =20 install : $(TARGET) =20 --=20 2.11.0 --===============7683803115101606020==--