network/argus: Updated for version 3.0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
4be30bdf40
commit
3fde39d0d9
|
@ -4,7 +4,7 @@
|
|||
# Written by R. Bailey <bailey@akamai.com>
|
||||
|
||||
PRGNAM=argus
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
VERSION=${VERSION:-3.0.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -44,11 +44,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" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="argus"
|
||||
VERSION="3.0.2"
|
||||
VERSION="3.0.6.1"
|
||||
HOMEPAGE="http://www.qosient.com/argus/index.shtml"
|
||||
DOWNLOAD="ftp://qosient.com/pub/argus/src/argus-3.0.2.tar.gz"
|
||||
MD5SUM="7dc6ebe03bc840a777dd93447d269a31"
|
||||
DOWNLOAD="http://qosient.com/argus/src/argus-3.0.6.1.tar.gz"
|
||||
MD5SUM="86e5c656e0b8d1dcdbfe9f13df640b9d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue