summaryrefslogtreecommitdiffstats
path: root/network/arping
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-12 02:42:54 +0100
committer Robby Workman2013-11-12 08:25:03 +0100
commit2d78ba30d13435430043881ae38e1d10c3784a27 (patch)
tree3be9af73211ef77e487e808799cf0ee5f15ec35c /network/arping
parentf531f30ce38b50bd2a065e8b35cbec3437e72c7c (diff)
downloadslackbuilds-2d78ba30d13435430043881ae38e1d10c3784a27.tar.gz
network/arping: Updated for version 2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/arping')
-rw-r--r--network/arping/arping.SlackBuild14
-rw-r--r--network/arping/arping.info6
2 files changed, 10 insertions, 10 deletions
diff --git a/network/arping/arping.SlackBuild b/network/arping/arping.SlackBuild
index 1021d6dda4..2f212d53a0 100644
--- a/network/arping/arping.SlackBuild
+++ b/network/arping/arping.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=arping
-VERSION=${VERSION:-2.09}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.13}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -63,11 +63,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# We are renameing the installed files arping2 to aviod conflicts with
# Slackware's iputils arping so lets fix the manpages and scan script.
diff --git a/network/arping/arping.info b/network/arping/arping.info
index c4bab23af4..3456f9af31 100644
--- a/network/arping/arping.info
+++ b/network/arping/arping.info
@@ -1,8 +1,8 @@
PRGNAM="arping"
-VERSION="2.09"
+VERSION="2.13"
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
-DOWNLOAD="http://www.habets.pp.se/synscan/files/arping-2.09.tar.gz"
-MD5SUM="6f6a91c8700fcc7454b4e89480e417e3"
+DOWNLOAD="http://www.habets.pp.se/synscan/files/arping-2.13.tar.gz"
+MD5SUM="698e4a87d4ea6c8535b07b06d9ed503e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libnet"