diff options
-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 f8a716c53044..da40071cb360 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 9ab84ab3b27c..7216059afeb4 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="" |