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.11.1 Date: Fri, 05 Jan 2018 18:28:00 +0100 Message-ID: <20180105172800.775-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4246688290390674952==" List-Id: --===============4246688290390674952== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: Release notes: https://snort.org/downloads/snort/release_notes_2.9.11.1.txt Changelog: https://snort.org/downloads/snort/changelog_2.9.11.1.txt Best, Matthias Signed-off-by: Matthias Fischer --- lfs/snort | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/snort b/lfs/snort index f66bf0127..a5d0535b0 100644 --- a/lfs/snort +++ b/lfs/snort @@ -24,7 +24,7 @@ include Config -VER = 2.9.11 +VER = 2.9.11.1 THISAPP = snort-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4f3ee0c2ad330e487273016efd0c9d64 +$(DL_FILE)_MD5 = 378e3938b2b5c8e358f942d0ffce18cc install : $(TARGET) -- 2.15.1 --===============4246688290390674952==--