ports/115294: [PATCH] security/snort: update to 2.7.0.1

Robin Gruyters r.gruyters at yirdis.nl
Wed Aug 8 07:20:01 UTC 2007


>Number:         115294
>Category:       ports
>Synopsis:       [PATCH] security/snort: update to 2.7.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 08 07:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #4: Thu May 31 10:58:52 CEST 2007
>Description:
- 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.

Port maintainer (clsung at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- snort-2.7.0.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/security/snort/Makefile,v
retrieving revision 1.89
diff -u -r1.89 Makefile
--- Makefile	4 Aug 2007 11:41:18 -0000	1.89
+++ Makefile	7 Aug 2007 08:30:50 -0000
@@ -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/
 
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/security/snort/distinfo,v
retrieving revision 1.49
diff -u -r1.49 distinfo
--- distinfo	24 Jul 2007 07:05:49 -0000	1.49
+++ distinfo	7 Aug 2007 08:31:02 -0000
@@ -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
--- snort-2.7.0.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list