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.3 Date: Sat, 25 Jun 2016 10:55:09 +0200 Message-ID: <20160625085509.1385-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8076357584023724789==" List-Id: --===============8076357584023724789== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update to 2.9.8.3 Update snort download url in 'ids.cgi' to 'snortrules-snapshot-2983.tar.gz'. 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 e7753aa..554cb88 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-2982.tar.gz?oinkco= de=3D$snortsettings{'OINKCODE'}"; + $url=3D" https://www.snort.org/rules/snortrules-snapshot-2983.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-2983.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 53fffbb..a6ff5e8 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.8.3 =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 dd6084f8d20f651b276fa35c991dc482 =20 install : $(TARGET) =20 --=20 2.9.0 --===============8076357584023724789==--