cvs commit: ports/security/snort Makefile distinfo

Cheng-Lung Sung clsung at FreeBSD.org
Mon Aug 13 17:04:50 PDT 2007


clsung      2007-08-14 00:04:49 UTC

  FreeBSD ports repository

  Modified files:
    security/snort       Makefile distinfo 
  Log:
  - 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 <r dot gruyters_AT_yirdis dot nl>
  
  Revision  Changes    Path
  1.90      +1 -1      ports/security/snort/Makefile
  1.50      +3 -3      ports/security/snort/distinfo


More information about the cvs-ports mailing list