network/quagga: Updated for version 0.99.22.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Marin Glibic 2013-04-24 14:20:33 -03:00 committed by Niels Horn
parent 58d133be2f
commit c6813a40f9
4 changed files with 6 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View file

@ -7,8 +7,8 @@
# Don't forget to set USE_PAM if you use it.
PRGNAM=quagga
VERSION=${VERSION:-0.99.17}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.99.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -96,7 +96,6 @@ else
fi
zcat $CWD/Makefile.am.diff.gz | patch -p1
zcat $CWD/ospf6_area.c.diff.gz | patch -p1
#./bootstrap.sh

View file

@ -1,8 +1,8 @@
PRGNAM="quagga"
VERSION="0.99.17"
HOMEPAGE="http://www.quagga.net/"
DOWNLOAD="http://www.quagga.net/download/quagga-0.99.17.tar.gz"
MD5SUM="37b9022adca04b03863d2d79787e643f"
VERSION="0.99.22"
HOMEPAGE="http://www.nongnu.org/quagga/"
DOWNLOAD="http://download.savannah.gnu.org/releases/quagga/quagga-0.99.22.tar.gz"
MD5SUM="3057bf3a91116a1017dd0df7e5e8ef93"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"