Bug 152009 - security/snort should give the user a choice of enabling IPv6 support or not
Summary: security/snort should give the user a choice of enabling IPv6 support or not
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-07 10:30 UTC by Trond Endrestøl
Modified: 2010-12-09 01:40 UTC (History)
0 users

See Also:


Attachments
file.diff (701 bytes, patch)
2010-11-07 10:30 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2010-11-07 10:30:10 UTC
snort has had IPv6 support since 2.8.4. IPv6 is not enabled by default nor is it available unless you manually tweek the Makefile or build snort yourself.

security/snort/Makefile should be amended with the necessary logic to let the user choose to enable IPv6 if indeed snort IPv6 support is wanted.

The attached patch can be used as a starting point.

Fix: Patch attached with submission follows:
How-To-Repeat: Build security/snort using the current Makefile (CVS rev 1.124).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-07 19:56:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-09 01:36:40 UTC
clsung      2010-12-09 01:36:35 UTC

  FreeBSD ports repository

  Modified files:
    security/snort       Makefile 
  Log:
  - add IPv6 option
  
  PR:             ports/152009
  Submitted by:   Trond Endrestøl <Trond dot Endrestol_AT_ximalas dot info>
  
  Revision  Changes    Path
  1.127     +6 -1      ports/security/snort/Makefile
_______________________________________________
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 Cheng-Lung Sung freebsd_committer freebsd_triage 2010-12-09 01:37:42 UTC
State Changed
From-To: open->closed

Committed. Thank You.