From 6b822f86419a8158f8d2bbd46758b5c57dbdcc48 Mon Sep 17 00:00:00 2001 From: Michal Bialozor Date: Fri, 25 Oct 2013 23:31:43 -0500 Subject: network/conntrack-tools: Updated for version 1.2.2. Signed-off-by: Robby Workman --- network/conntrack-tools/README | 13 ++++++++----- network/conntrack-tools/conntrack-tools.SlackBuild | 7 +++++-- network/conntrack-tools/conntrack-tools.info | 10 +++++----- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/network/conntrack-tools/README b/network/conntrack-tools/README index 8802bc2aa9..207278f5b5 100644 --- a/network/conntrack-tools/README +++ b/network/conntrack-tools/README @@ -1,5 +1,8 @@ -The conntrack-tools are a set of userspace tools that allow system -administrators to interact with the Connection Tracking System (the -module that provides stateful packet inspection for iptables). The -conntrack-tools include the userspace daemon conntrackd and the -command line interface conntrack. +The conntrack-tools are a set of tools targeted at system administrators. +They are conntrack, the userspace command line interface, and conntrackd, +the userspace daemon. The tool conntrack provides a full featured interface +that is intended to replace the old /proc/net/ip_conntrack interface. Using +conntrack, you can view and manage the in-kernel connection tracking state +table from userspace. On the other hand, conntrackd covers the specific +aspects of stateful firewalls to enable highly available scenarios, and can +be used as statistics collector as well. diff --git a/network/conntrack-tools/conntrack-tools.SlackBuild b/network/conntrack-tools/conntrack-tools.SlackBuild index a835a3b182..e674c5ffec 100644 --- a/network/conntrack-tools/conntrack-tools.SlackBuild +++ b/network/conntrack-tools/conntrack-tools.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for conntrack-tools -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2013 Michal Bialozor, Gdansk, Pomorskie, POLAND # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,14 +24,16 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=conntrack-tools -VERSION=1.0.1 +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/network/conntrack-tools/conntrack-tools.info b/network/conntrack-tools/conntrack-tools.info index b40fe31625..e3d1d8b110 100644 --- a/network/conntrack-tools/conntrack-tools.info +++ b/network/conntrack-tools/conntrack-tools.info @@ -1,10 +1,10 @@ PRGNAM="conntrack-tools" -VERSION="1.0.1" +VERSION="1.2.2" HOMEPAGE="http://conntrack-tools.netfilter.org/" -DOWNLOAD="http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.0.1.tar.bz2" -MD5SUM="8a60f02a177fc31fe40cc992c4de90e2" +DOWNLOAD="http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.2.2.tar.bz2" +MD5SUM="a8afc813e16265655f83991fc0df35b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libnetfilter_conntrack" -MAINTAINER="Robby Workman" -EMAIL="rworkman@slackbuilds.org" +MAINTAINER="Michal Bialozor" +EMAIL="bialyy@o2.pl" -- cgit v1.2.3