Date: Tue, 23 Aug 2011 23:50:57 GMT From: Ryan Steinmetz <zi@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/160042: [update] net/daq to 0.6.1 Message-ID: <201108232350.p7NNovRV075374@red.freebsd.org> Resent-Message-ID: <201108240000.p7O00OOD020153@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160042 >Category: ports >Synopsis: [update] net/daq to 0.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 24 00:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: Update to 0.6.1 Add LICENSE This is in preparation for the snort 2.9.1 update. The existing snort 2.9.0.x still builds properly against this updated version of DAQ. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/daq/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 29 Mar 2011 02:41:56 -0000 1.3 +++ Makefile 23 Aug 2011 23:37:59 -0000 @@ -6,14 +6,16 @@ # PORTNAME= daq -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= net MASTER_SITES= SF/snort/snort MAINTAINER= wfreeman@sourcefire.com COMMENT= Data Acquisition abstraction library for snort 2.9+ +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ pcap.1:${PORTSDIR}/net/libpcap BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/daq/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 18 Jan 2011 16:46:53 -0000 1.1 +++ distinfo 23 Aug 2011 23:37:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (daq-0.5.tar.gz) = 36f2954a5994e0047c43a6e48e033712a4f2dbabb63556aa07d6344f3f834eec -SIZE (daq-0.5.tar.gz) = 449703 +SHA256 (daq-0.6.1.tar.gz) = 707dcb4e0da9115729d7ad8a4f70bc6b592854ba1e6534b83907f861a5281406 +SIZE (daq-0.6.1.tar.gz) = 454422 Index: files/patch-daq_pcap.c =================================================================== RCS file: files/patch-daq_pcap.c diff -N files/patch-daq_pcap.c --- files/patch-daq_pcap.c 3 Feb 2011 02:51:26 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- os-daq-modules/daq_pcap.c.orig 2011-01-30 15:28:19.000000000 -0500 -+++ os-daq-modules/daq_pcap.c 2011-01-30 15:27:19.000000000 -0500 -@@ -216,7 +216,7 @@ static int pcap_daq_initialize(const DAQ - for (entry = config->values; entry; entry = entry->next) - { - if (!strcmp(entry->key, "buffer_size")) -- context->buffer_size = strtol(entry->key, NULL, 10); -+ context->buffer_size = strtol(entry->value, NULL, 10); - } - /* Try to account for legacy PCAP_FRAMES environment variable if we weren't passed a buffer size. */ - if (context->buffer_size == 0) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108232350.p7NNovRV075374>