Bug 154404 - net/daq wont increase buffer size. this patch from vendor.
Summary: net/daq wont increase buffer size. this patch from vendor.
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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-30 23:10 UTC by Michael Scheidell
Modified: 2011-02-03 03:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.11 KB, patch)
2011-01-30 23:10 UTC, Michael Scheidell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell 2011-01-30 23:10:11 UTC
had problems with snort and daq with buffer_size option.  Vendor supplied this patch:

<http://seclists.org/snort/2011/q1/425>

I marked this critical for two reasons:
#1, won't work without the patch
#2, getting ready to supply critical port upgrade for snort 2.9.0.3 which needs this patch.

#3, its an easy patch to install :-)
compiled and tested by vendor on 8.1, compiled by me on 7.3.

Fix: add this attached patch.
includes portrevision bump to allow auto updating.


Patch attached with submission follows:
How-To-Repeat: compile snort. add buffer_size option.  nothing happens.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-30 23:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

gabor@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-30 23:10:19 UTC
Maintainer of net/daq,

Please note that PR ports/154404 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154404

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-30 23:10:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 William Freeman 2011-01-31 04:25:36 UTC
Patch approved. Please commit.

On Sun, Jan 30, 2011 at 6:10 PM, Edwin Groothuis <edwin@freebsd.org> wrote:

> Maintainer of net/daq,
>
> Please note that PR ports/154404 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154404
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>



-- 
Dean Freeman
Research Analyst, Sourcefire VRT
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-02-03 02:51:30 UTC
gabor       2011-02-03 02:51:26 UTC

  FreeBSD ports repository

  Modified files:
    net/daq              Makefile 
  Added files:
    net/daq/files        patch-daq_pcap.c 
  Log:
  - Apply a vendor patch, which makes the port work properly with snort
  - Bump PORTREVISION
  - portlint(1)
  
  PR:             ports/154404
  Submitted by:   Michael Scheidell <scheidell@secnap.net>
  Approved by:    Dean Freeman <wfreeman@sourcefire.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +2 -1      ports/net/daq/Makefile
  1.1       +11 -0     ports/net/daq/files/patch-daq_pcap.c (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 6 Gabor Kovesdan freebsd_committer freebsd_triage 2011-02-03 02:51:46 UTC
State Changed
From-To: feedback->closed

Committed, thanks!