b153 FreshPorts -- net/bird
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
bird 1.3.10 net on this many watch lists=2 search for ports that depend on this port
Dynamic IP routing daemon (IPv4 version)
Maintained by: melifaro@ipfw.ru search for ports maintained by this maintainer
Port Added: 12 May 2005 19:26:46
License: GPLv2


The BIRD project aims to develop a fully functional dynamic IP routing daemon.

- Both IPv4 and IPv6
- Multiple routing tables
- BGP
- RIP
- OSPF
- Static routes
- Inter-table protocol
- Command-line interface
- Soft reconfiguration
- Powerful language for route filtering

WWW: http://bird.network.cz/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/bison
  2. devel/gmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/bird/ && make install clean
To add the package: pkg_add -r bird


Configuration Options
===> The following configuration options are available for bird-1.3.10:
     FIBS=off: Enable multiple fib support
     FIREWALL=off: Enable firewall protocol
     AGG=off: Enable aggregation protocol (EXPERIMENTAL)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://bird.network.cz/pub/bird/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  3. http://bird.mpls.in/distfiles/bird/

Number of commits found: 33

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
07 May 2013 16:50:04
Original commit files touched by this commit  1.3.10
melifaro (src committer) search for other commits by this committer
Add forgotten birdcl (lightweight client) to plist.

Reviewed by:	az
07 May 2013 16:29:13
Original commit files touched by this commit  1.3.10
melifaro (src committer) search for other commits by this committer
Update net/bird && net/bird6 to 1.3.10.

Reviewed by:	az
08 Mar 2013 11:32:12
Original commit files touched by this commit  1.3.9_1
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
02 Mar 2013 23:54:11
Original commit files touched by this commit  1.3.9_1
melifaro (src committer) search for other commits by this committer
* Move net/bird, net/bird6 and net/bird-devel socket to /var/run
* Bump portrevision for net/bird and net/bird6
* Update net/bird-devel to current version (20130301)
* Add router id fix patch to net/bird
* Add multiple fibs patch to net/bird-devel

Approved by:    az (implicit)
12 Jan 2013 13:55:20
Original commit files touched by this commit  1.3.9
melifaro (src committer) search for other commits by this committer
Fix building bird with clang

PR:		ports/173942
Submitted by:	Olivier Cochard-Labbe <olivier at cochard.me>
Approved by:	az
11 Jan 2013 19:13:13
Original commit files touched by this commit  1.3.9
melifaro (src committer) search for other commits by this committer
Fix r310237 - remove unused rtrid patch

Reviewed by:	sem(implicit)
11 Jan 2013 15:43:37
Original commit files touched by this commit  1.3.9
melifaro (src committer) search for other commits by this committer
Update to 1.3.9
Update aggregation protocol
Use GCC to build (ports/173942)
Update to OptionsNG (ports/173523)

Reviewed by:	sem
17 Aug 2012 12:12:53
Original commit files touched by this commit  1.3.8
sem search for other commits by this committer
- Add another master site

PR:		ports/170697
Submitted by:	Olivier Cochard-Labbe <olivier at cochard.me>
Approved by:	maintainer
15 Aug 2012 16:40:14
Original commit files touched by this commit  1.3.8
sem search for other commits by this committer
- Update to 1.3.8

Submitted by:	maintainer
22 Mar 2012 16:52:51
Original commit files touched by this commit  1.3.7
sem search for other commits by this committer
- Missed a patch with the last commit

Feature safe:   Yes
22 Mar 2012 16:51:22
Original commit files touched by this commit  1.3.7
sem search for other commits by this committer
- Update to 1.3.7

Submitted by:   mainteiner
Feature safe:   Yes
26 Jan 2012 15:17:58
Original commit files touched by this commit  1.3.6
sem search for other commits by this committer
- Update to 1.3.6
- Add all current git patches
- for net/bird add beta firewall protocol support

Submitted by:   mainteiner
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.3.4
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
07 Nov 2011 17:36:29
Original commit files touched by this commit  1.3.4
sem search for other commits by this committer
- Merge protocol templates patch from head

Submitted by:   mainteiner
Feature safe:   Yes
10 Oct 2011 09:43:21
Original commit files touched by this commit  1.3.4
sem search for other commits by this committer
- Update to 1.3.4

Submitted by:   maintainer
Feature safe:   Yes
13 Sep 2011 18:11:35
Original commit files touched by this commit  1.3.3
sem search for other commits by this committer
- Update to 1.3.3

Submitted by:   maintainer
08 Aug 2011 12:45:45
Original commit files touched by this commit  1.3.2
pav search for other commits by this committer
- Update to 1.3.2
- Update fibs patch (stop bird dumping core on shutdown)
- Update include patch (config errors are displayed correctly after SIGHUP or
configure)
- Remove bgp patch (included in tree now)

PR:             ports/159330
Submitted by:   Alexander V. Chernikov <melifaro@ipfw.ru> (maintainer)
26 Jun 2011 04:59:02
Original commit files touched by this commit  1.3.1_1
miwi search for other commits by this committer
* Import BGP incorrect attribute patch from git
* Improve multiple fibs support with working patch and warning
* Add CONFIG_INCLUDES option/patch permitting including other files in config
* Remove LEARN_FIX option due to problems with bird restarts
* Bump PORTREVISION

PR:             157645
Submitted by:   "Alexander V. Chernikov" <melifaro@ipfw.ru>
02 Jun 2011 19:52:40
Original commit files touched by this commit  1.3.1
pav search for other commits by this committer
- Update to 1.3.1
- Add optional patches (to ipv4 port) to enable multiple fibs support, and to
  enable a simultaneous operation with other routing software
- Sign over a maintainership to an enthusiastic user

PR:             ports/157001
Submitted by:   Alexander V. Chernikov <melifaro@ipfw.ru>
12 Apr 2011 17:52:19
Original commit files touched by this commit  1.3.0
pav search for other commits by this committer
- Update to 1.3.0

PR:             ports/156356, ports/156357
Submitted by:   Alexander Hausner <alex@hugo.bmg.gv.at>
27 Dec 2010 20:27:11
Original commit files touched by this commit  1.2.5
pav search for other commits by this committer
- Update to 1.2.5
04 Aug 2010 13:21:14
Original commit files touched by this commit  1.2.4
pav search for other commits by this committer
- Update to 1.2.4
04 Aug 2010 13:16:52
Original commit files touched by this commit  1.2.3
pav search for other commits by this committer
- Fix build on sparc64

PR:             ports/149258
Submitted by:   Olivier Cochard-Labbe <olivier@cochard.me>
28 Jun 2010 07:58:08
Original commit files touched by this commit  1.2.3
pav search for other commits by this committer
- Update to 1.2.3
- Provide ports for both ipv4 and ipv6 reincarnation

Submitted by:   Jiri Kubicek <jiri.kubicek@kraxnet.cz>
Feature safe:   yes
26 Feb 2010 18:48:15
Original commit files touched by this commit  1.2.1
pav search for other commits by this committer
- Update to 1.2.1

Feature safe:   yes
16 Jan 2010 08:30:12
Original commit files touched by this commit  1.2.0
pav search for other commits by this committer
- Update to 1.2.0
04 Oct 2009 20:47:15
Original commit files touched by this commit  1.1.4
pav search for other commits by this committer
- Update to 1.1.4
16 Sep 2009 20:24:42
Original commit files touched by this commit  1.1.3
pav search for other commits by this committer
- Update to 1.1.3

Feature safe:   yes
06 Jun 2009 15:50:58
Original commit files touched by this commit  1.0.15
pav search for other commits by this committer
- Update to 1.0.15
08 Jan 2009 17:33:50
Original commit files touched by this commit  1.0.11_1
erwin search for other commits by this committer
Mark BROKEN on 8: does not build after the arp-v2 import.

Submitted by:   pointyhat
17 Oct 2007 10:13:01
Original commit files touched by this commit  1.0.11_1
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
23 Nov 2005 17:38:02
Original commit files touched by this commit  1.0.11
pav search for other commits by this committer
- Add some SHA256s
12 May 2005 19:25:55
Original commit files touched by this commit  1.0.11
pav search for other commits by this committer
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.

* Both IPv4 and IPv6 (use --enable-ipv6 when configuring)
* Multiple routing tables
* BGP
* RIP
* OSPF (IPv4 only)
* Static routes
* Inter-table protocol

Number of commits found: 33

2853
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight63
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0