Bug 92524

Summary: [MAINTAINER UPDATE] net/quagga: update to 0.99.3
Product: Ports & Packages Reporter: Boris Kovalenko <boris>
Component: Individual Port(s)Assignee: Andrej Zverev <az>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
quagga-0.99.3.patch none

Description Boris Kovalenko 2006-01-30 05:10:02 UTC
- Update to 0.99.3

Some known problems outstanding:

- bgpd: prefix counts can get a bit screwy after clears/resets
   this is mostly cosmetic *unless* you use max-prefix counts.
- bgpd: There is a memory leak if 'set community' is used in
  route-maps. This is present in 0.98 too. See bugzilla #89.
- ospfd: 'default-originate always' loses the 'always' qualifier.
      
Some regressions fixed in 0.99.3:
      
- bgpd: workqueues were too conservative and could backlog under load
 (e.g. continual session up then reset), eventually leading to OOM.
- ospfd: crash on startup (and only startup) if redistribute was
  enabled fixed.
- bgpd: SEGV in bgp_aspath.c fixed.
- bgpd: memory leak in bgp_aspath.c fixed
- ospfd: oversize LSA support was not functional, fixed.
- ospfd: leak of connected struct fixed
- ospfd: NSM problems fixed, see bug #234
- vtysh: integrated config file reading should work again.
- zserv: flags above 32bits should make it across to daemons now
   (affecting Solaris and IFF_NOXMIT and IFF_VIRTUAL)
- ripd: MD5 auth verification fixed.

The full changelog is available at:

    http://www.quagga.net/download/quagga-0.99.3.changelog.txt

Generated with FreeBSD Port Tools 0.63
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2006-02-03 10:52:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Busy
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2006-02-03 11:51:08 UTC
State Changed
From-To: open->closed

Committed, with minor changes (Fix build on 4.11 (by sem@). Thanks!