snort: Update to 2.9.11.1

Message ID 20180105172800.775-1-matthias.fischer@ipfire.org
State Accepted
Commit 74713741e617acc6d5eb7a74da1188a437a6413c
Headers
Series snort: Update to 2.9.11.1 |

Commit Message

Matthias Fischer Jan. 6, 2018, 4:28 a.m. UTC
  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 <matthias.fischer@ipfire.org>
---
 lfs/snort | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Jan. 8, 2018, 6:22 a.m. UTC | #1
Thanks. Merged.

On Fri, 2018-01-05 at 18:28 +0100, Matthias Fischer wrote:
> 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 <matthias.fischer@ipfire.org>
> ---
>  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)
>
  

Patch

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)