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'
This commit is contained in:
parent
8f13cdc75e
commit
b6e42a1ea1
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue