diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-12 21:01:15 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-12 11:27:00 -0600 |
commit | f32a3c889412750d05960834e3036ba7c1fb9352 (patch) | |
tree | 3816f18ce396a7f9d0474de73584b2484df0791d /network/argus-clients | |
parent | 3fde39d0d962203e56ce4b1f53859cd639807df5 (diff) | |
download | slackbuilds-f32a3c889412750d05960834e3036ba7c1fb9352.tar.gz |
network/argus-clients: Updated for version 3.0.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/argus-clients')
-rw-r--r-- | network/argus-clients/argus-clients.SlackBuild | 12 | ||||
-rw-r--r-- | network/argus-clients/argus-clients.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/network/argus-clients/argus-clients.SlackBuild b/network/argus-clients/argus-clients.SlackBuild index f8a716c530..da40071cb3 100644 --- a/network/argus-clients/argus-clients.SlackBuild +++ b/network/argus-clients/argus-clients.SlackBuild @@ -3,7 +3,7 @@ # Written by R. Bailey <bailey@akamai.com> PRGNAM=argus-clients -VERSION=${VERSION:-3.0.2} +VERSION=${VERSION:-3.0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,11 +43,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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/network/argus-clients/argus-clients.info b/network/argus-clients/argus-clients.info index 9ab84ab3b2..7216059afe 100644 --- a/network/argus-clients/argus-clients.info +++ b/network/argus-clients/argus-clients.info @@ -1,8 +1,8 @@ PRGNAM="argus-clients" -VERSION="3.0.2" +VERSION="3.0.6.2" HOMEPAGE="http://www.qosient.com/argus/index.shtml" -DOWNLOAD="ftp://qosient.com/pub/argus/src/argus-clients-3.0.2.tar.gz" -MD5SUM="c6e176a630844bb35304bd78a4d62078" +DOWNLOAD="http://qosient.com/argus/src/argus-clients-3.0.6.2.tar.gz" +MD5SUM="1ba3957c1d052ac24e18bcea5a52af5f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |