From 2d78ba30d13435430043881ae38e1d10c3784a27 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 12 Nov 2013 08:42:54 +0700 Subject: network/arping: Updated for version 2.13. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- network/arping/arping.SlackBuild | 14 +++++++------- network/arping/arping.info | 6 +++--- 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" -- cgit v1.2.3