Commit graph

15 commits

Author SHA1 Message Date
Cheng-Lung Sung
64f2a45295 - Update to 0.99.5
BGP users of 0.99 are strongly encouraged to upgrade to 0.99.5, due to an
important fix for an AS-Path loop-checking regression, or even a CVS snapshot,
to assist in testing. OSPF 0.99-CVS is believed to be stable at this point.

PR:		ports/104371
Submitted by:	maintainer (Boris Kovalenko)
2006-10-31 03:03:15 +00:00
Sam Lawrance
c34e741cef Update to 0.99.4.
PR:		ports/97122
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-05-29 20:28:35 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Andrej Zverev
70b6c15f1a - 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@tagnet.ru> (maintainer)
2006-02-03 11:39:37 +00:00
Sergey Matveychuk
c06d49c051 - Update to 0.98.3
PR:		ports/79517
Submitted by:	maintainer
2005-04-04 08:52:54 +00:00
Florent Thoumie
9950cafcdb - Make use of USE_RCORDER.
PR:		ports/78614
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
Approved by:	pav (mentor)
2005-03-09 16:58:31 +00:00
Yaroslav Tykhiy
a74cb3b9f7 Fix some bugs in this port and work around the issue
of @exec'ing ldconfig after @cwd.  The latter is a hack
that should be revised.

PR:		ports/77194
Submitted by:	maintainer
2005-02-07 10:39:44 +00:00
Pav Lucistnik
d2734c1894 - Update to 0.98.2
PR:		ports/77086
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2005-02-05 22:19:43 +00:00
Pav Lucistnik
d699ca710f - Update to 0.98.0
- Kill the ultra-ugly configure script and use OPTIONS

PR:		ports/76243
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2005-01-15 03:01:27 +00:00
Bruce M Simpson
78abf48407 Update to 0.96.5 of Quagga. This fixes a number of bugs, especially on
-CURRENT, and adds support for the OSI IS-IS backbone routing protocol.

Submitted by:	Boris Kovalenko
2004-05-13 11:21:30 +00:00
Bruce M Simpson
86099a8380 Whitespace. 2004-03-24 23:28:58 +00:00
Bruce M Simpson
de73c23a01 Use new rc script suite.
Submitted by:	Boris Kovalenko
2003-11-21 11:02:22 +00:00
Bruce M Simpson
461abecb09 Fix packaging when OSPFAPI is requested. This installs additional headers,
and an additional directory.

Use the PLIST_SUB mechanism to achieve this rather than rewriting the entire
pkg-plist; if more sweeping additions are required we can do this later. The
smoke-and-mirrors going on here mean that we have to keep Makefile.inc around
in the WRKDIR until the install step, so that the pkg-plist can be substituted.

Keep the pkg-plist sort -r'd to avoid churn on future changes.

Noticed by:	kris
2003-11-14 16:18:17 +00:00
Bruce M Simpson
38b77347c7 Fix a bug whereby the port could overwrite headers belonging to other ports
when installed.

Submitted by:	Boris Kovalenko
Reviewed by:	bms
2003-11-09 07:15:01 +00:00
Bruce M Simpson
cbb181edcd Quagga is a new fork of the GNU Zebra software router. This version, 0.96.2,
fixes many bugs in Zebra and adds several new features including support
for OSPFAPI, allowing developers to build powerful applications on top
of the OSPF routing protocol.

Submitted by:	fuzzball@ipv6peer.net
2003-09-27 23:40:56 +00:00