Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.20121209_5,1 29 Mar 2024 08:11:37 |
Yasuhiro Kimura (yasu) |
net/openbgpd: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.2.20121209_4,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.2.20121209_4,1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
5.2.20121209_4,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.2.20121209_4,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
5.2.20121209_4,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.20121209_4,1 17 Nov 2020 01:33:59 |
cy |
Fix build under LLVM11 (13-CURRENT).
PR: 250518
Submitted by: cy
Reported by: cy
Approved by: maintainer timeout (hrs), dbaio |
5.2.20121209_4,1 20 Feb 2020 23:40:54 |
hrs |
- Add dynamicrouting keyword.
- Some minor style fixes.
Submitted by: olivier
PR: 244028 |
5.2.20121209_3,1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
5.2.20121209_3,1 03 Jun 2019 20:08:37 |
pi |
net/openbgpd: revert upgrade from 6.5p0 to 5.2.20121209
- openbgpd version 6.5p0 was the "portable" version, which specifically
does *not* support kernel routing updates.
- Therefore this is only suitable for route servers/collectors, not
for production use in routers. This significantly violates POLA :)
PR: 213445
Submitted by: Oliver H <oliver@watershed.co.uk> |
6.5p0 31 May 2019 15:04:30 |
pi |
net/openbgpd: upgrade 5.2.20121209 -> 6.5p0
- petted portlint
PR: 213445
Submitted by: egypcio, pi
Reviewed by: dch, koobs
Approved by: hrs (maintainer timeout)
Relnotes: https://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-6.5p0-relnotes.txt |
5.2.20121209_3 02 Feb 2019 09:43:45 |
tobik |
net/*: Use NO_WRKSUBDIR |
5.2.20121209_3 12 Jan 2018 09:03:49 |
pi |
net/openbgpd: Add patches to allow use of TCPMD5 options
- For additional details, see this post from 2013:
http://lists.freebsd.org/pipermail/freebsd-net/2013-November/037133.html
- Please note that this patch is used by pfsense
- related changes in the base system have already been integrated, see
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220170
PR: 184545
Submitted by: anarcat@koumbit.org, eksffa@freebsdbrasil.com.br,
garga@FreeBSD.org
Reviewed by: mykel@mware.ca
Approved by: hrs (maintainer timeout) |
5.2.20121209_2 29 May 2017 15:27:55 |
sunpoet |
Convert to options helper |
5.2.20121209_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
5.2.20121209_2 03 May 2015 17:47:07 |
antoine |
Alloww staging as a regular user |
5.2.20121209_2 07 Sep 2014 16:37:44 |
antoine |
Allow staging as a regular user |
5.2.20121209_2 03 Jun 2014 19:50:11 |
hrs |
Make rc.d/openbgpd send signals only to the parent daemon process to fix
a race condition.
Submitted by: naddy |
5.2.20121209_1 16 May 2014 01:29:02 |
hrs |
- Fix a bug in embedded scope id handling in LLA which prevented it from
working on 10.x.
- Add LICENSE. |
5.2.20121209 17 Oct 2013 16:47:58 |
ohauer |
- fix INDEX building s/)/}/
Approved by: hrs@ (implicit) |
5.2.20121209 17 Oct 2013 06:19:26 |
hrs |
Add STAGEDIR support. |
5.2.20121209 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
5.2.20121209 24 Dec 2012 12:41:36 |
hrs |
Update to 5.2.201201209. |
5.2.20121014 13 Oct 2012 19:40:43 |
hrs |
Update to 5.2.20121014.
Feature safe: yes |
4.9.20110612_1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
4.9.20110612_1 14 Jan 2012 08:57:23 |
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. |
4.9.20110612_1 03 Jul 2011 11:27:55 |
hrs |
Fix a bug that can lead to 100% CPU-time consuming. |
4.9.20110612 03 Jul 2011 05:18:37 |
hrs |
- Update to a 4.9 snapshot as of 2011.06.12.
- Use USERS and GROUPS. |
4.7.20100410 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.7.20100410 10 Apr 2010 12:26:09 |
hrs |
Update to 4.7.20100410. |
4.6.20100227 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
4.6.20100227 02 Mar 2010 05:53:36 |
hrs |
Update to 4.6.20100227. A small fix for 127/8 interface
handling.
Feature safe: yes |
4.6.20100215_1 19 Feb 2010 01:45:41 |
hrs |
Fix an issue that openbgpd does not recognize any connected routes.
Spotted by: Alexander Zagrebin
PR: ports/144054
Feature safe: yes |
4.6.20100215 16 Feb 2010 19:27:03 |
hrs |
Update to 4.6.20100215.
Feature safe: yes |
4.5.20091022 02 Nov 2009 07:09:38 |
hrs |
Update to 20091022 snapshot. |
4.5.20090709 16 Aug 2009 11:19:21 |
erwin |
Mark BROKEN on 6.x: does not build |
4.5.20090709 19 Jul 2009 07:31:04 |
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)). |
4.4.1_2 15 Jul 2009 16:56:10 |
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. |
4.4.1_2 03 Jul 2009 15:40:29 |
hrs |
Fix default CONFFILE. Bump PORTREVISION.
Spotted by: Andrey Groshev |
4.4.1_1 30 Jun 2009 18:54:59 |
hrs |
Fix a typo in bgpd.8 (s/openbgpd_flags="YES"/openbgpd_enable="YES"/).
Spotted by: Jason J. Hellenthal |
4.4.1 30 Jun 2009 07:35:13 |
hrs |
Simplify Makefile. No change of the resultant package. |
4.4.1 23 Jun 2009 16:44:19 |
hrs |
Update to 4.4.1. Take maintainership. |
4.2 24 Apr 2009 18:23:02 |
trasz |
Fix build on -CURRENT. |
4.2 09 Mar 2009 19:29:12 |
miwi |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
4.2 08 Jan 2009 17:42:46 |
erwin |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat |
4.2 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
4.2 17 Dec 2008 15:58:32 |
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) |
4.0 24 Sep 2007 17:45:50 |
pav |
- Mark IGNORE on 5.X: requires strtonum in libc
Reported by: pointyhat |
4.0 02 Aug 2007 14:42:30 |
miwi |
- Pass maintainership to farrokhi
Approved by: flz (maintainer) |
4.0 19 Jul 2007 11:58:59 |
flz |
- Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions. |
3.9 25 May 2006 11:09:27 |
flz |
Update openbgpd to 3.9.
Reminded by: osa |
3.7_3 25 May 2006 10:47:13 |
flz |
Fix build.
Reported by: BugMagnet |
3.7_3 16 May 2006 16:26:40 |
flz |
- Update openbgpd-devel to today's snapshot (20060516). |
3.7_3 20 Mar 2006 12:24:59 |
flz |
- Make it a master port for upcoming openbgpd-devel port.
- Add an install script to create _bgpd user.
- De-capitalize IGNORE.
- Style fixes. |
3.7_2 20 Feb 2006 20:47:50 |
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. |
3.7_2 09 Nov 2005 11:23:01 |
flz |
- Add SHA256 checksums. |
3.7_2 03 Nov 2005 14:40:12 |
osa |
Add CONFLICTS with quagga and zebra.
Bump PORTREVISION.
Approved by: flz (maintainer) |
3.7_1 31 Oct 2005 12:05:30 |
osa |
Use real prefix path instead of %%PREFIX%% macro for bgpctl(8).
Bump PORTREVISION.
Approved by: flz (maintainer) |
3.7 13 Jul 2005 05:29:48 |
flz |
- Update to 3.7.
PR: ports/83301
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
3.6 21 May 2005 18:39:18 |
flz |
- Set IGNORE for OSVERSION < 500037.
Reported by: pointyhat via krisbot via krismail |
3.6 19 May 2005 19:58:26 |
flz |
- Add main distfile in :freebsd group.
Noticed by: pointyhat via kris |
3.6 17 May 2005 14:46:42 |
flz |
- Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.
Credits to: Lukasz Bromirski <lukasz@bromirski.net> |