From a8a9201775bc7a8f986347b43388d66c59e0dcb8 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 14 Aug 2007 00:04:49 +0000 Subject: - Update to 2.7.0.1 Tested on two systems, and until works perfectly. Changelog snort-2.7.0.1: * etc/snort.conf: Turn off flow since Stream5 is now enabled by default. * src/snort.c: Fix printing of threshold counts until after all rules are read. This issue did not affect thresholding, only display of thresholding. Thanks to Jeffrey Denton for reporting the problem. * src/sfutil/ipobj.c: Fix free of invalid pointer when using a negated IP list. This is used by sfportscan preprocessor configuration parsing. Thanks to Anders Ostrem for reporting the problem. * src/preprocessors/Stream5/snort_stream5_session.c: Fixed issue when experimental ICMP tracking is used without using the TCP or UDP session tracking. ICMP was attempting to lookup TCP or UDP sessions from uninitialized session cache. Thanks to Koji Shikata for reporting the problem. * src/preprocessors/Stream5/snort_stream5_tcp.c: Fixed invalid session pointer when rule tries to use flowbits after session ends. Thanks to rmkml for initially reporting the problem. PR: ports/115294 Submitted by: Robin Gruyters --- security/snort/Makefile | 2 +- security/snort/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/snort/Makefile b/security/snort/Makefile index 0068477b142d..993e24cd3d04 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= snort -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.0.1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ diff --git a/security/snort/distinfo b/security/snort/distinfo index e071a129203a..f0d0e3a84b5b 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1,3 +1,3 @@ -MD5 (snort-2.7.0.tar.gz) = f4f11f793599750614ee5c477744e648 -SHA256 (snort-2.7.0.tar.gz) = 77260162ce98fa6684699465f8f3a8f6b90decc475f51903d2f558e92056ce9d -SIZE (snort-2.7.0.tar.gz) = 3905896 +MD5 (snort-2.7.0.1.tar.gz) = 06d3fa0b326dcdca59a19811f32b013a +SHA256 (snort-2.7.0.1.tar.gz) = c9337c2acb34e34904e3fff8a2c31e1a3a92aa7776a9263454fd4dc5503721fa +SIZE (snort-2.7.0.1.tar.gz) = 3905846 -- cgit v1.2.3