| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
4.9.20110612_1
|
dougb  |
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. |
03 Jul 2011 11:27:55
4.9.20110612_1
|
hrs  |
Fix a bug that can lead to 100% CPU-time consuming. |
03 Jul 2011 05:18:37
4.9.20110612
|
hrs  |
- Update to a 4.9 snapshot as of 2011.06.12.
- Use USERS and GROUPS. |
20 Mar 2011 12:54:45
4.7.20100410
|
miwi  |
- Get Rid MD5 support |
10 Apr 2010 12:26:09
4.7.20100410
|
hrs  |
Update to 4.7.20100410. |
27 Mar 2010 00:15:24
4.6.20100227
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
02 Mar 2010 05:53:36
4.6.20100227
|
hrs  |
Update to 4.6.20100227. A small fix for 127/8 interface
handling.
Feature safe: yes |
19 Feb 2010 01:45:41
4.6.20100215_1
|
hrs  |
Fix an issue that openbgpd does not recognize any connected routes.
Spotted by: Alexander Zagrebin
PR: ports/144054
Feature safe: yes |
16 Feb 2010 19:27:03
4.6.20100215
|
hrs  |
Update to 4.6.20100215.
Feature safe: yes |
02 Nov 2009 07:09:38
4.5.20091022
|
hrs  |
Update to 20091022 snapshot. |
16 Aug 2009 11:19:21
4.5.20090709
|
erwin  |
Mark BROKEN on 6.x: does not build |
19 Jul 2009 07:31:04
4.5.20090709
|
hrs  |
Update to 4.5.20090709 (from snapshot as of 2009/7/9).
Add support for nexthop with an IPv6 link-local address. To
enable this, specify "interface" in bgpd.conf (see bgpd.conf(5)). |
15 Jul 2009 16:56:10
4.4.1_2
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
03 Jul 2009 15:40:29
4.4.1_2
|
hrs  |
Fix default CONFFILE. Bump PORTREVISION.
Spotted by: Andrey Groshev |
30 Jun 2009 18:54:59
4.4.1_1
|
hrs  |
Fix a typo in bgpd.8 (s/openbgpd_flags="YES"/openbgpd_enable="YES"/).
Spotted by: Jason J. Hellenthal |
30 Jun 2009 07:35:13
4.4.1
|
hrs  |
Simplify Makefile. No change of the resultant package. |
23 Jun 2009 16:44:19
4.4.1
|
hrs  |
Update to 4.4.1. Take maintainership. |
24 Apr 2009 18:23:02
4.2
|
trasz  |
Fix build on -CURRENT. |
09 Mar 2009 19:29:12
4.2
|
miwi  |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
08 Jan 2009 17:42:46
4.2
|
erwin  |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat |
06 Jan 2009 17:59:31
4.2
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
17 Dec 2008 15:58:32
4.2
|
stefan  |
- Update to 4.2.
- Provide LINK_STATE_IS_UP macros that is missing in FreeBSD.
- Disable CARP demotion: FreeBSD has no support for it.
- Disable check for the routing table number: FreeBSD has single routing table
now.
- Disable route labeling: FreeBSD has no support for it.
PR: 121831
Submitted by: Matthieu Guegan <matthieu@virtua.ch>
Approved by: maintainer timeout (9 months) |
24 Sep 2007 17:45:50
4.0
|
pav  |
- Mark IGNORE on 5.X: requires strtonum in libc
Reported by: pointyhat |
02 Aug 2007 14:42:30
4.0
|
miwi  |
- Pass maintainership to farrokhi
Approved by: flz (maintainer) |
19 Jul 2007 11:58:59
4.0
|
flz  |
- Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions. |
25 May 2006 11:09:27
3.9
|
flz  |
Update openbgpd to 3.9.
Reminded by: osa |
25 May 2006 10:47:13
3.7_3
|
flz  |
Fix build.
Reported by: BugMagnet |
16 May 2006 16:26:40
3.7_3
|
flz  |
- Update openbgpd-devel to today's snapshot (20060516). |
20 Mar 2006 12:24:59
3.7_3
|
flz  |
- Make it a master port for upcoming openbgpd-devel port.
- Add an install script to create _bgpd user.
- De-capitalize IGNORE.
- Style fixes. |
20 Feb 2006 20:47:50
3.7_2
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
09 Nov 2005 11:23:01
3.7_2
|
flz  |
- Add SHA256 checksums. |
03 Nov 2005 14:40:12
3.7_2
|
osa  |
Add CONFLICTS with quagga and zebra.
Bump PORTREVISION.
Approved by: flz (maintainer) |
31 Oct 2005 12:05:30
3.7_1
|
osa  |
Use real prefix path instead of %%PREFIX%% macro for bgpctl(8).
Bump PORTREVISION.
Approved by: flz (maintainer) |
13 Jul 2005 05:29:48
3.7
|
flz  |
- Update to 3.7.
PR: ports/83301
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
21 May 2005 18:39:18
3.6
|
flz  |
- Set IGNORE for OSVERSION < 500037.
Reported by: pointyhat via krisbot via krismail |
19 May 2005 19:58:26
3.6
|
flz  |
- Add main distfile in :freebsd group.
Noticed by: pointyhat via kris |
17 May 2005 14:46:42
3.6
|
flz  |
- Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.
Credits to: Lukasz Bromirski <lukasz@bromirski.net> |