Update to 0.99.17.

The most important change is in correcting handling of malformed data
in BGP sessions.

bgpd:
    fix handling of AS path data
    tighten bounds checking in RR ORF msg reader

ospfd:
    Only refresh external default route once.
    Make sure ospf_distribute_list_update_timer() eventually runs.
    Make sure all external routes are updated.

zebra:
    fix infinite loop when deleting an interface

ospf6d:
    Fix crash when '[no] ipv6 ospf6 advertise prefix-list' is in startup-config

isisd:
    change ISIS_METHOD to use C preprocessor

other:
    build: ignore mkinstalldirs and texinfo.tex
    build: Add QuaggaId to README.NetBSD
    build/extra: Enhance README.NetBSD make/gmake decision.
    git: add pointers to out-of-tree work
    git: add (generated) m4 files to .gitignore
    Update for git and emphasize asking for good reports.
    doc: fixed spelling in bgpd.texi
This commit is contained in:
gdt 2010-08-25 17:52:24 +00:00
parent c03503907d
commit 57bde95929
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.15 2010/06/26 00:59:35 joerg Exp $
# $NetBSD: Makefile,v 1.16 2010/08/25 17:52:24 gdt Exp $
#
DISTNAME= quagga-0.99.16
PKGREVISION= 1
DISTNAME= quagga-0.99.17
CATEGORIES= net
MASTER_SITES= http://www.quagga.net/download/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2010/03/10 19:57:06 gdt Exp $
$NetBSD: distinfo,v 1.11 2010/08/25 17:52:24 gdt Exp $
SHA1 (quagga-0.99.16.tar.gz) = 2ba554a41671988257e51cf1cb5cb25015fb942f
RMD160 (quagga-0.99.16.tar.gz) = c4930bc2ef23b469e8d56f25c97edacff292b93a
Size (quagga-0.99.16.tar.gz) = 2168417 bytes
SHA1 (quagga-0.99.17.tar.gz) = 31f42fa9f4d96aadf1bf97c3d9bf3308eb0d56c1
RMD160 (quagga-0.99.17.tar.gz) = f00bf01930f781ae0de9fe9981c74e7bae0798b5
Size (quagga-0.99.17.tar.gz) = 2202151 bytes