Commit graph

10 commits

Author SHA1 Message Date
joerg
65d3ceb297 Don't conflict with readline 6.3. 2014-04-17 20:28:12 +00:00
pettai
f8d6e7077a Version 1.3.11 (2013-07-27)
o OSPF stub router option (RFC 3137).
  o TTL security for OSPF and RIP.
  o Protocol packet priority and traffic class handling.
  o Multiple routing tables support for FreeBSD and OpenBSD.
  o Extends constants to all filter data types.
  o Implements eval command.
  o 'bgppath ~ int set' filter operation.
  o Several bugfixes.

Version 1.3.10 (2013-04-30)
  o Lightweight BIRD client for embedded environments.
  o Dynamic IPv6 router advertisements.
  o New 'next hop keep' option for BGP.
  o Smart default routing table for 'show route export/preexport/protocol'.
  o Automatic router ID selection could be configured to use address of loopback.
  o Allows configured global addresses of NBMA neighbors in OSPFv3.
  o Allows BIRD commands from UNIX shell even in restricted mode.
  o Route limits inherited from templates can be disabled.
  o Symbol names enclosed by apostrophes can contain dots.
  o Several bugfixes.

Version 1.3.9 (2013-01-11)
  o BIRD can be configured to keep and show filtered routes.
  o Separate receive and import limits.
  o Several new reconfiguration cmd options (undo, timeout, check).
  o Configurable automatic router ID selection.
  o Dragonfly BSD support.
  o Fixed OSPFv3 vlinks.
  o Several minor bugfixes.

Version 1.3.8 (2012-08-07)
  o Generalized import and export route limits.
  o RDNSS and DNSSL support for RAdv.
  o Include in config file support wildcards.
  o History deduplication in BIRD client.
  o New route attributes krt_source, krt_metric.
  o Different instance ID support for OSPFv3.
  o Real broadcast mode for OSPFv2.
  o Several minor bugfixes.

Version 1.3.7 (2012-03-22)
  o Route Origin Authorization basics.
  o RIPng working again.
  o Extended clist operations in filters.
  o Fixes several bugs in BSD iface handling.
  o Several minor bugfixes and enhancements.
2014-03-28 23:27:16 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
joerg
a94c5655a0 Prefix rpath options with -Wl. 2013-10-20 18:00:57 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
marino
5d756b3421 net/bird: Teach it about DragonFly
1. Add DragonFly to the configure script
2. Define TCP_MD5SIG in BSD header which is not used on DragonFly

Patches will be sent upstream.
2012-08-07 19:20:39 +00:00
joerg
a126c83656 Fix inline usage. 2012-06-29 12:37:45 +00:00
agc
cf6e3139a7 expand the description a bit 2012-01-22 02:58:11 +00:00
agc
e32aadab54 Move bird package from pkgsrc-wip (packaged by jkjuopperi with changes by
tnn) into the Packages Collection.

	The BIRD project aims to develop a fully functional dynamic IP
	routing daemon primarily targetted on (but not limited to)
	UNIX-like systems and distributed under the GNU General Public
	License.

	- This package is for IPv4, a separate IPv6 package is available
	- Multiple routing tables
	- BGP
	- RIP
	- OSPF
	- Static routes
	- Inter-table protocol
	- Command-line interface
	- Soft reconfiguration
	- Powerful language for route filtering

Updated by myself from bird-1.3.4 to 1.3.6 (to correct a BGP protocol problem).
2012-01-22 02:53:01 +00:00