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.8.0 Date: Thu, 10 Dec 2015 07:40:18 +0100 Message-ID: <1449729618-1364-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2152838994516050580==" List-Id: <development.lists.ipfire.org> --===============2152838994516050580== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit snort: Update to 2.9.8.0 Release notes: https://snort.org/downloads/snort/release_notes_2.9.8.0.txt Changelog: https://snort.org/downloads/snort/changelog_2.9.8.0.txt Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> --- lfs/snort | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/snort b/lfs/snort index 148f539..054d849 100644 --- a/lfs/snort +++ b/lfs/snort @@ -24,7 +24,7 @@ include Config -VER = 2.9.7.6 +VER = 2.9.8.0 THISAPP = snort-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 65349f3272c4de5b3210f77f1f7ab0e6 +$(DL_FILE)_MD5 = 33a2ffd0daf3f60b81ab685848f95947 install : $(TARGET) -- 2.6.4 --===============2152838994516050580==--