Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 13:09:18 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547272 - head/security/snort
Message-ID:  <202009011309.081D9IqR014247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Tue Sep  1 13:09:18 2020
New Revision: 547272
URL: https://svnweb.freebsd.org/changeset/ports/547272

Log:
  Update to 2.9.16.1
  
  re: https://blog.snort.org/2020/08/snort-29161-has-been-released.html
  
  * Added support for GCC version 10.1.1
  * Added packet counters to make sure flows with one-way data don't pend forever.
  * Fixed potential race condition between reload and exit path.
  
  Notes for versions this port has skipped over:
  
  re: https://blog.snort.org/2020/04/snort-29160-has-been-released.html

Modified:
  head/security/snort/Makefile
  head/security/snort/distinfo

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Tue Sep  1 12:54:40 2020	(r547271)
+++ head/security/snort/Makefile	Tue Sep  1 13:09:18 2020	(r547272)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	snort
-PORTVERSION=	2.9.15.1
+PORTVERSION=	2.9.16.1
 CATEGORIES=	security
 MASTER_SITES=	https://snort.org/downloads/snort/ \
 		ZI

Modified: head/security/snort/distinfo
==============================================================================
--- head/security/snort/distinfo	Tue Sep  1 12:54:40 2020	(r547271)
+++ head/security/snort/distinfo	Tue Sep  1 13:09:18 2020	(r547272)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586179475
-SHA256 (snort-2.9.15.1.tar.gz) = 2cccfc1d1a706586cd47ae9f085a7d5e4e36390b8e9c28cd2020b4b5b587f6c3
-SIZE (snort-2.9.15.1.tar.gz) = 6618999
+TIMESTAMP = 1598964901
+SHA256 (snort-2.9.16.1.tar.gz) = e3ac45a1a3cc2c997d52d19cd92f1adf5641c3a919387adab47a4d13a9dc9f8e
+SIZE (snort-2.9.16.1.tar.gz) = 6947960



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011309.081D9IqR014247>