From mboxrd@z Thu Jan  1 00:00:00 1970
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] snort: Update to 2.9.7.6
Date: Tue, 06 Oct 2015 09:09:38 +0200
Message-ID: <1444115378-1122-1-git-send-email-matthias.fischer@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4048442170235735968=="
List-Id: <development.lists.ipfire.org>

--===============4048442170235735968==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

snort: Update to 2.9.7.6

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 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 c7fc6c9..f17b16a 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-2975.tar.gz?oinkco=
de=3D$snortsettings{'OINKCODE'}";
+	$url=3D" https://www.snort.org/rules/snortrules-snapshot-2976.tar.gz?oinkco=
de=3D$snortsettings{'OINKCODE'}";
 } elsif ($snortsettings{'RULES'} eq 'registered') {
-	$url=3D" https://www.snort.org/rules/snortrules-snapshot-2975.tar.gz?oinkco=
de=3D$snortsettings{'OINKCODE'}";
+	$url=3D" https://www.snort.org/rules/snortrules-snapshot-2976.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 e65cd63..a8318db 100644
--- a/lfs/snort
+++ b/lfs/snort
@@ -24,7 +24,7 @@
=20
 include Config
=20
-VER        =3D 2.9.7.5
+VER        =3D 2.9.7.6
=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 fd271788c0f8876be87a858a9142f202
+$(DL_FILE)_MD5 =3D 65349f3272c4de5b3210f77f1f7ab0e6
=20
 install : $(TARGET)
=20
--=20
2.6.0


--===============4048442170235735968==--