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@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)