diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-13 10:02:40 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-13 10:02:40 +0000 |
commit | e9dbeee01c37492dc7a25506819a9def90aa1d67 (patch) | |
tree | d93c1a10f05d9fe195e5f4405eadcb3c5e2dfcb7 /net/quagga-devel | |
parent | 87a95e291fe2fe02a46c5710922ecc893bd6ad24 (diff) | |
download | pkgsrc-e9dbeee01c37492dc7a25506819a9def90aa1d67.tar.gz |
Update to 0.99.12. Changes since 0.99.11:
bgpd:
Fix bgp ipv4/ipv6 accept handling
[bgpd] AS4 bugfix by Chris Caputo [SECURITY]
[bgpd] Add 'show bgp views' command
[bgpd] Allow accepted peers to progress even if realpeer is in Connect
ospfd:
[lib] Move type cast in Fletcher checksum
[lib] Switch Fletcher checksum back to old ospfd version
Justified OSPF cost function names and added support for:
ospf cost <1-65535> A.B.C.D
no ospf cost <1-65535>
library:
[lib] Fix timer precision.
[lib] fix missing sockunion_normalise_mapped
vtysh:
[vtysh] Add commands from zebra_routemap.c to vtysh
misc:
[build] tools/multiple-bgpd.sh should be in 'make dist'
Diffstat (limited to 'net/quagga-devel')
-rw-r--r-- | net/quagga-devel/Makefile | 4 | ||||
-rw-r--r-- | net/quagga-devel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/quagga-devel/Makefile b/net/quagga-devel/Makefile index dcee395edbf..c931462e88a 100644 --- a/net/quagga-devel/Makefile +++ b/net/quagga-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2009/01/10 19:08:36 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2009/05/13 10:02:40 hasso Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # -DISTNAME= quagga-0.99.11 +DISTNAME= quagga-0.99.12 CATEGORIES= net MASTER_SITES= http://www.quagga.net/download/ diff --git a/net/quagga-devel/distinfo b/net/quagga-devel/distinfo index 573be7d9136..0356c954926 100644 --- a/net/quagga-devel/distinfo +++ b/net/quagga-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/01/10 19:08:36 gdt Exp $ +$NetBSD: distinfo,v 1.8 2009/05/13 10:02:40 hasso Exp $ -SHA1 (quagga-0.99.11.tar.gz) = 6542aab6b558cb88ac0806cce10b33be0f00ca27 -RMD160 (quagga-0.99.11.tar.gz) = 654107378955c24c50730c4c9e7544a163bc33b8 -Size (quagga-0.99.11.tar.gz) = 2192249 bytes +SHA1 (quagga-0.99.12.tar.gz) = e6814eca860274fb4f39f036d8117ceb641b2c1a +RMD160 (quagga-0.99.12.tar.gz) = f443954db18123ab4b979834ecbff58778338afe +Size (quagga-0.99.12.tar.gz) = 2162403 bytes |