summaryrefslogtreecommitdiffstats
path: root/network/xtables-addons
diff options
context:
space:
mode:
author Robby Workman2013-11-03 17:59:09 +0100
committer Robby Workman2013-11-03 18:12:16 +0100
commit54ad5b6b46d2f358dabc66a264d95902fdfd5c76 (patch)
treed3ed6a63fa482f7b1067066ff0e9cf7a7c1bf99e /network/xtables-addons
parent4ec75b3e9badb2fc12e8a88d65e99f45ad953562 (diff)
downloadslackbuilds-54ad5b6b46d2f358dabc66a264d95902fdfd5c76.tar.gz
network/xtables: Updated for version 2.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/xtables-addons')
-rw-r--r--network/xtables-addons/slack-desc10
-rw-r--r--network/xtables-addons/xtables-addons.SlackBuild7
-rw-r--r--network/xtables-addons/xtables-addons.info6
3 files changed, 10 insertions, 13 deletions
diff --git a/network/xtables-addons/slack-desc b/network/xtables-addons/slack-desc
index 0b4b656fe9..0d480e1627 100644
--- a/network/xtables-addons/slack-desc
+++ b/network/xtables-addons/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
xtables-addons: xtables-addons (additions for iptables/xtables)
diff --git a/network/xtables-addons/xtables-addons.SlackBuild b/network/xtables-addons/xtables-addons.SlackBuild
index 3390a83662..dfc222a31d 100644
--- a/network/xtables-addons/xtables-addons.SlackBuild
+++ b/network/xtables-addons/xtables-addons.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xtables-addons
-# Copyright 2008-2012 Robby Workman, Northport, Alabama, USA
+# Copyright 2008-2013 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xtables-addons
-VERSION=${VERSION:-1.47}
+VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -83,9 +83,6 @@ CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Hrm, we don't want to install these
-rm -f $PKG/lib/modules/${KERNEL}/modules.*
-
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/network/xtables-addons/xtables-addons.info b/network/xtables-addons/xtables-addons.info
index 717482b514..bd37ca15aa 100644
--- a/network/xtables-addons/xtables-addons.info
+++ b/network/xtables-addons/xtables-addons.info
@@ -1,8 +1,8 @@
PRGNAM="xtables-addons"
-VERSION="1.47"
+VERSION="2.3"
HOMEPAGE="http://xtables-addons.sf.net/"
-DOWNLOAD="http://download.sourceforge.net/xtables-addons/xtables-addons-1.47.tar.xz"
-MD5SUM="3c415329fcdd40c6b68039588e983f8a"
+DOWNLOAD="http://download.sourceforge.net/xtables-addons/xtables-addons-2.3.tar.xz"
+MD5SUM="7d942729c365a549513511061f74c3e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""