cvs commit: ports/net/quagga Makefile distinfo pkg-plist ports/net/quagga/files extra-tcpmd5-patch-bgpd-bgpd.h patch-configure patch-lib-buffer.c patch-ospfd-ospfd.h

Andrej Zverev az at FreeBSD.org
Fri Feb 3 03:39:39 PST 2006


az          2006-02-03 11:39:37 UTC

  FreeBSD ports repository

  Modified files:
    net/quagga           Makefile distinfo pkg-plist 
    net/quagga/files     extra-tcpmd5-patch-bgpd-bgpd.h 
                         patch-configure 
  Added files:
    net/quagga/files     patch-lib-buffer.c patch-ospfd-ospfd.h 
  Log:
  - Update to 0.99.3
  - Fix build on 4.11 by sem@ (files/patch-lib-buffer.c
                               files/patch-ospfd-ospfd.h
  
  --------------------------------
  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
  
  PR:             ports/92524
  Submitted by:   Boris Kovalenko <boris at tagnet.ru> (maintainer)
  
  Revision  Changes    Path
  1.36      +2 -2      ports/net/quagga/Makefile
  1.12      +3 -2      ports/net/quagga/distinfo
  1.2       +18 -18    ports/net/quagga/files/extra-tcpmd5-patch-bgpd-bgpd.h
  1.2       +14 -27    ports/net/quagga/files/patch-configure
  1.1       +11 -0     ports/net/quagga/files/patch-lib-buffer.c (new)
  1.1       +13 -0     ports/net/quagga/files/patch-ospfd-ospfd.h (new)
  1.12      +4 -1      ports/net/quagga/pkg-plist


More information about the cvs-all mailing list