summaryrefslogtreecommitdiff
path: root/net/openbgpd6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/openbgpd6: Remove expired portRene Ladan2025-05-3111-168/+0
| | | | 2025-05-30 net/openbgpd6: Unsupported upstream, consider using net/openbgpd8
* net/openbgpd6: Deprecate and set expiration date to 2025-05-30Daniel Engberg2025-04-161-0/+3
| | | | | | | | | | Unsupported upstream, redirect users to net/openbgpd8 Reference: https://github.com/openbgpd-portable/openbgpd-portable/issues/98 PR: 285465 Approved by: portmgr (maintainer timeout, 4+ weeks)
* net/openbgpd6: Moved man to share/manKurt Jaeger2024-02-262-3/+5
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | 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)
* net/openbgpd6: update 6.8 -> 6.9Kurt Jaeger2021-05-236-80/+4
| | | | Changes: https://marc.info/?l=openbgpd-users&m=161977120713468&w=2
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/openbgpd6: update 6.6.0 -> 6.8.0, fix -fno-commonKurt Jaeger2020-10-2110-12/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6.8.0: - In bgpctl(8), the "reload" command now takes a 'reason' argument to use as Administrative Shutdown Communication to its neighbors. - Added bgpctl(8) support for VPNv6 in the family option of the "show rib" command. - Added bgpctl(8) support for JSON formatted output in various "show" commands. - Support to build OpenBGPD on Alpine Linux added 6.7.0: - Add initial support for JSON output in bgpctl(8). - Allow setting both IPv4 and IPv6 local-addresses at the same time in bgpd.conf group blocks. Introduced 'no local-address' to reset a previously set local address. - Properly aggregate duplicate bgpd(8) roa table prefix/source-as combinations into a single entry with the longest maxlen length. - Implemented bgpd.conf(5) max-prefix NUM out to limit the number of announced prefixes, avoiding leaks of full tables to upstreams and peers. - Extended bgpctl(8) 'show neighbor' to include the received and set prefix count, as well as the max-prefix out limit if set. - Improved reporting of notifications to include the suberror cause. - Also report the last received error cause in bgpctl(8) show neighbor output. - Fix softreconfig out handling to also work for neighbors using 'export default-route'. - Mark stale prefixes in the Adj-RIB-Out so that graceful reload operates properly. - Made it possible to build OpenBGPD-portable with bison. There is no longer the need to use byacc on Linux distributions. - Support for --runstatedir to specify the location of the bgpctl.sock. - Cleaned up configure script for better protability. See also: https://github.com/openbgpd-portable/openbgpd-portable/issues/8 PR: 250274 Notes: svn path=/head/; revision=552864
* net/openbgpd6: adding a new PROVIDE keywordKurt Jaeger2020-02-202-1/+2
| | | | | | | | | | - see also https://reviews.freebsd.org/D23329 PR: 244029 Submitted by: olivier Notes: svn path=/head/; revision=526573
* net/openbgpd6: upgrade 6.5.1 -> 6.6.0Kurt Jaeger2019-12-012-4/+4
| | | | | | | Relnotes: https://marc.info/?l=openbsd-tech&m=157253188025803 Notes: svn path=/head/; revision=518813
* net/openbgpd6: upgrade 6.5p0 -> 6.5p1Kurt Jaeger2019-08-212-4/+4
| | | | | | | | | | PR: 239674 Submitted by: pizzamig MFH: 2019Q3 Relnotes: https://undeadly.org/cgi?action=article;sid=20190802072427 Notes: svn path=/head/; revision=509496
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* New port: net/openbgpd6Kurt Jaeger2019-06-048-0/+132
OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol. This is the portable version and it does not have the means to influence kernel routing tables. It is only suitable for route servers/collectors. WWW: http://www.openbgpd.org/ PR: 213445 Notes: svn path=/head/; revision=503486