Snort 2.9 and hire use the DAQ library to abstract networking and capture functions. This port is offered to satisfy a dependency with Snort 2.9. I am also submitting an updated snort port.
Responsible Changed From-To: freebsd-ports-bugs->rea Will process this PR.
I had changed some of the port's contents. Here is the changelog: - properly spelled "January"; - fixed plist and moved it to the pkg-plist to make Makefile smaller; - added dependencies for bison and flex; - pruned obsolete MD5 checksum from the distinfo; - added ${LOCALBASE}/{include,lib} to the configure flags to properly catch libpcap on 7.x; - reformatted pkg-descr to fit into 70-72 columns and avoid hanging words. New shar(1) archive is available at http://codelabs.ru/fbsd/ports/daq/new-port.shar Please, test it. And I also wonder if there is some small application (preferrably in the form of source code) to test the new port: 7.x version will use libpcap from ports, because there's no system libpcap, whereas 8.x and 9.x versions have libpcap in the base system, so I really don't know what libpcap version is preferrable -- the system one or the one from the libpcap port? I think that it is better to test this before adding the port. Any remarks? --=20 Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]
State Changed From-To: open->feedback Awaiting original poster's feedback.
Wow... I miss-spelled January? that's lame. The rest of that sounds good though. Thanks. -- Dean Freeman Research Analyst, Sourcefire VRT
rea 2011-01-18 16:46:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/daq Makefile distinfo pkg-descr pkg-plist Log: New port: net/daq DAQ is the data acquisition library for Snort 2.9. PR: 153997 Feature safe: yes Approved by: erwin (mentor) Revision Changes Path 1.2306 +1 -0 ports/net/Makefile 1.1 +29 -0 ports/net/daq/Makefile (new) 1.1 +2 -0 ports/net/daq/distinfo (new) 1.1 +12 -0 ports/net/daq/pkg-descr (new) 1.1 +25 -0 ports/net/daq/pkg-plist (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"
State Changed From-To: feedback->closed New port committed, thanks for your work!