diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-07 16:51:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-07 16:51:43 +0000 |
commit | 47ccca78cc11a166f39ded60f948cac4787a3dbe (patch) | |
tree | 61e9c2f1cb54ca98f727146fde50e8d5cd74bbbe /net | |
parent | 9fb01587ea488932308af725c3b781a1a9c238b3 (diff) | |
download | pkgsrc-47ccca78cc11a166f39ded60f948cac4787a3dbe.tar.gz |
Update to 0.99.21
* Changes in Quagga 0.99.21
- [bgpd] BGP multipath support has been merged
- [bgpd] SAFI (Multicast topology) support has been extended to propagate
the topology to zebra.
- [bgpd] AS path limit functionality has been removed
- [babeld] a new routing daemon implementing the BABEL ad-hoc mesh routing
protocol has been merged.
- [isisd] a major overhaul has been picked up. Please note that isisd is
STILL NOT SUITABLE FOR PRODUCTION USE.
- [*] a lot of bugs have been fixed, please refer to the git log
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/Makefile | 4 | ||||
-rw-r--r-- | net/quagga/PLIST | 7 | ||||
-rw-r--r-- | net/quagga/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 08ac4c1ee72..cd60edebeeb 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2012/03/18 01:14:07 gdt Exp $ +# $NetBSD: Makefile,v 1.40 2012/06/07 16:51:43 gdt Exp $ # -DISTNAME= quagga-0.99.20.1 +DISTNAME= quagga-0.99.21 CATEGORIES= net MASTER_SITES= http://www.quagga.net/download/ diff --git a/net/quagga/PLIST b/net/quagga/PLIST index eb7a407123a..88eef83599a 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2010/08/31 13:20:13 gdt Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/06/07 16:51:43 gdt Exp $ include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h @@ -51,12 +51,14 @@ lib/libospf.la lib/libzebra.la man/man1/vtysh.1 man/man8/bgpd.8 -man/man8/isisd.8 man/man8/ospf6d.8 +man/man8/ospfclient.8 man/man8/ospfd.8 man/man8/ripd.8 man/man8/ripngd.8 +man/man8/watchquagga.8 man/man8/zebra.8 +sbin/babeld sbin/bgpd sbin/ospfd sbin/ripd @@ -68,6 +70,7 @@ share/doc/quagga/mpls/ChangeLog.opaque.txt share/doc/quagga/mpls/cli_summary.txt share/doc/quagga/mpls/opaque_lsa.txt share/doc/quagga/mpls/ospfd.conf +share/examples/quagga/babeld.conf.sample share/examples/quagga/bgpd.conf.sample share/examples/quagga/bgpd.conf.sample2 share/examples/quagga/log_syslog.conf diff --git a/net/quagga/distinfo b/net/quagga/distinfo index 7f875d10bed..425010096c1 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2012/03/18 01:14:07 gdt Exp $ +$NetBSD: distinfo,v 1.14 2012/06/07 16:51:43 gdt Exp $ -SHA1 (quagga-0.99.20.1.tar.gz) = 3034155e285bc6fb6cdaeced0d79a570fffb3471 -RMD160 (quagga-0.99.20.1.tar.gz) = 56d0f6bee65543e371c6ff1ed1443809db1b335a -Size (quagga-0.99.20.1.tar.gz) = 2251259 bytes +SHA1 (quagga-0.99.21.tar.gz) = 9f9874ca1d044e00ce38f990aadeb1a7e486213c +RMD160 (quagga-0.99.21.tar.gz) = 34d164b7e881b00e753df02b0efff7327fdc75de +Size (quagga-0.99.21.tar.gz) = 2297174 bytes |