Port details |
- fort FORT Validator is an open source RPKI validator
- 1.5.3_2 net
=1 Version of this port present on the latest quarterly branch. - Maintainer: toni@devboks.com
 - Port Added: 2021-10-22 05:57:04
- Last Update: 2022-04-10 19:11:41
- Commit Hash: d63665f
- People watching this port, also watch:: tcpdump, metalock
- License: MIT
- Description:
- FORT validator is an MIT-licensed RPKI Relying Party, this is a tool offered as
part of the FORT project. It is a solution that allows operators to validate BGP
routing information against the RPKI repository for use in router configuration
and resolution. The service performs the validation of the entire RPKI
repository, and which serves the resulting ROAs for easy access by your routers.
WWW: https://fortproject.net/en/validator
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/fort/ && make install clean
- To add the package, run one of these commands:
- pkg install net/fort
- pkg install fort
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fort
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636471861
SHA256 (NICMx-FORT-validator-1.5.3_GH0.tar.gz) = a6cfe7a194399e75716d4bb7c39177b6affdcf04e9087a17ec831980d03f71f2
SIZE (NICMx-FORT-validator-1.5.3_GH0.tar.gz) = 485271
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Runtime dependencies:
-
- rsync : net/rsync
- Library dependencies:
-
- libcurl.so : ftp/curl
- libjansson.so : devel/jansson
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net_fort
- USES:
- autoreconf compiler:c11 pkgconfig ssl
- pkg-message:
- For install:
- A default configuration file has been installed in
/usr/local/etc/fort/fort-config.json.sample.
To use FORT, you will need the Trust Anchor Locator (TAL) files.
You can download these by running "fort --init-tals" as follows:
# fort --init-tals --tal /usr/local/etc/fort/tal
When you have downloaded the TAL files, you can start the RTR
server and validator:
# sysrc fort_enable=YES # or edit /etc/rc.conf manually
# service fort start
The default configuration will bind the RTR server to localhost
on port 8323.
Consult the FORT manual for more information:
https://nicmx.github.io/FORT-validator/run.html
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 19:11:41 1.5.3_2 |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 1.5.3_1 |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
09 Nov 2021 18:03:11 1.5.3 |
Juraj Lutter (otis)  |
net/fort: Update to 1.5.3
- Update to 1.5.3
- Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.5.3
Reported by: Job Snijders <job@sobornost.net>
Differential Revision: https://reviews.freebsd.org/D32910 |
27 Oct 2021 07:59:54 1.5.2_1 |
Philip Paeps (philip)  |
net/fort: don't depend on gcc10, fix version check
The current version of FORT builds fine with any c11 compiler. There is
no need for USE_GCC.
Patch the build system to correctly define the version of FORT as seen
in the output of "fort --version" and the "User-Agent:" HTTP header. [1]
Approved by: Toni Yannick Kalombo <toni@devboks.com> (maintainer)
Reported by: Mark Tinka <mark@tinka.africa> [1] |
22 Oct 2021 05:53:47 1.5.2 |
Philip Paeps (philip)  |
net/fort: new port: FORT Validator
FORT Validator is an open source RPKI validator. This solution
allows operators to validate BGP routing information against the
RPKI repository for use in router configuration and resolution.
Submitted by: Toni Kalombo <toni@devboks.com> (maintainer)
Tested by: Mark Tinka <mark@tinka.africa> |
Number of commits found: 5
|