Bug 154868 - patches snort 2.9.0.4 for segfault in HttpInspect and failure to build without --enable-dynamicplugins
Summary: patches snort 2.9.0.4 for segfault in HttpInspect and failure to build withou...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 18:10 UTC by William Freeman
Modified: 2011-02-18 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (6.27 KB, patch)
2011-02-18 18:10 UTC, William Freeman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Freeman 2011-02-18 18:10:08 UTC
Snort 2.9.0.4 will fail to build if --enable-dynamicplugin is not provided to configure.  A patch supplied by Michael Scheidell provides a fix for this.  Also, the VRT has issued a patch to avoid a potential segfault in the HttpInspect hi_client.c and hi_server.c.

This patch bumps the port revision from 2.9.0.4_1 to 2.9.0.4_2.
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2011-02-18 18:57:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-18 20:06:42 UTC
wxs         2011-02-18 20:06:37 UTC

  FreeBSD ports repository

  Modified files:
    security/snort       Makefile 
  Added files:
    security/snort/files patch-DisableDynamic patch-HttpInspect 
  Log:
  Apply two patches:
  
  - Fix build when --enable-dynamicplugins is not given to configure. [1]
  - Fix a segfault in HttpInspect
  
  PR:             ports/154868
  Submitted by:   Dean Freeman <wfreeman@sourcefire.com> (maintainer)
                  [1]: Michael Scheidell
  
  Revision  Changes    Path
  1.132     +1 -1      ports/security/snort/Makefile
  1.1       +95 -0     ports/security/snort/files/patch-DisableDynamic (new)
  1.1       +27 -0     ports/security/snort/files/patch-HttpInspect (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2011-02-18 20:07:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!