libraries/daq: Updated for version 0.6.2.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-11-07 19:03:02 -06:00 committed by Robby Workman
parent bff919008a
commit a1dcbb7f6d
3 changed files with 28 additions and 7 deletions

View file

@ -1,2 +1,4 @@
The DAQ (Data Acquisition libary) supports many different packet
access methods including libpcap, netfilterq, IPFW, and afpacket.
This requires libdnet.

View file

@ -3,11 +3,30 @@
# Slackware build script for daq
# Data Acquisition library
# Written by Niels Horn <niels.horn@gmail.com>
# Revision date: 2010/12/25
# Copyright 2010-2011 Niels Horn, Rio de Janeiro, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Revision date: 2011/10/23
PRGNAM=daq
VERSION=${VERSION:-0.5}
VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="daq"
VERSION="0.5"
VERSION="0.6.2"
HOMEPAGE="http://www.snort.org/"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/daq-0.5.tar.gz"
MD5SUM="ea9d8147f39c44ce00dd2d7eb19ce0ea"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/daq-0.6.2.tar.gz"
MD5SUM="6ea8aaa6f067f8b8ef6de45b95d55875"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
APPROVED="rworkman"
APPROVED="rworkman,Erik Hanson"