network/bird: Updated for version 1.3.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2391fb8ae7
commit
744b8d260d
|
@ -4,7 +4,7 @@
|
|||
# Written by Axel Scheepers <axel.scheepers@xs4all.nl>
|
||||
|
||||
PRGNAM=bird
|
||||
VERSION=1.3.6
|
||||
VERSION=${VERSION:-1.3.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -44,7 +44,11 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xzvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
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="bird"
|
||||
VERSION="1.3.6"
|
||||
VERSION="1.3.11"
|
||||
HOMEPAGE="http://bird.network.cz/"
|
||||
DOWNLOAD="ftp://bird.network.cz/pub/bird/bird-1.3.6.tar.gz"
|
||||
MD5SUM="fa5621a41dcd86b6cb8cbe4fbd74af7e"
|
||||
DOWNLOAD="ftp://bird.network.cz/pub/bird/bird-1.3.11.tar.gz"
|
||||
MD5SUM="8ad2eb997fb8251bc5b24cf32619571b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue