diff --git a/README.md b/README.md index 912f6e5c..fc4c4485 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ An RPKI Validator and RTR Server, part of the [FORT project](https://www.fortpro ## Status -Due to a temporary resource shortage, the project's development has slowed down to essential maintenance. No new features are expected to be developed during 2022, but bugfixing and support will remain active. +Due to a temporary resource shortage, the project's development has slowed down to essential maintenance. No new features are expected to be developed during the first half of 2023, but bugfixing and support will remain active. -Development will resume in full during 2023. +Development will resume in full during the second half of 2023. ## Documentation diff --git a/docs/index.md b/docs/index.md index 769bd3d0..1e190704 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,9 +11,9 @@ The FORT validator is an MIT-licensed RPKI Relying Party, offered as part of the ## Status -> Due to a temporary resource shortage, the project's development has slowed down to essential maintenance. No new features are expected to be developed during 2022, but bugfixing and support will remain active. +> Due to a temporary resource shortage, the project's development has slowed down to essential maintenance. No new features are expected to be developed during the first half of 2023, but bugfixing and support will remain active. > -> Development will resume in full during 2023. +> Development will resume in full during the second half of 2023. Version {{ site.fort-latest-version }} is the latest official release. To fetch or review it, visit the [GitHub release](https://github.com/NICMx/FORT-validator/releases/tag/{{ site.fort-latest-version }}){:target="_blank"}. diff --git a/docs/installation.md b/docs/installation.md index 57f7c7ad..d39992e9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -243,11 +243,11 @@ sudo make install {% highlight bash %} su -pkg_add jansson libexecinfo rsync libxml # OpenBSD already ships with LibreSSL +pkg_add curl jansson libexecinfo rsync libxml # OpenBSD already ships with LibreSSL exit ftp https://github.com/NICMx/FORT-validator/releases/download/{{ site.fort-latest-version }}/fort-{{ site.fort-latest-version }}.tar.gz -tar xvzf fort-{{ site.fort-latest-version }}.tar.gz +tar xzf fort-{{ site.fort-latest-version }}.tar.gz cd fort-{{ site.fort-latest-version }}/ # clang is needed because of gnu11. env CC=clang CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure @@ -257,6 +257,8 @@ make install exit {% endhighlight %} +Last tested on OpenBSD 7.2. + ### RHEL/CentOS version #### RHEL/CentOS 8 @@ -341,30 +343,20 @@ sudo make install ### FreeBSD version -The following steps are for FreeBSD 12.0 and later. - -FORT validator is available as part of the FreeBSD ports tree. You can build it it effortlessly from there: - -{% highlight bash %} -cd /usr/ports/net/fort -make install clean -{% endhighlight %} - -The ports system will find and install all the necessary dependencies for you. - -Should you want to build from a release tarball or a Git checkout, follow these instructions: - {% highlight bash %} -pkg install autotools curl jansson pkgconf rsync libxml2 +sudo pkg install autotools curl jansson pkgconf rsync libxml2 fetch https://github.com/NICMx/FORT-validator/releases/download/{{ site.fort-latest-version }}/fort-{{ site.fort-latest-version }}.tar.gz -tar xvzf fort-{{ site.fort-latest-version }}.tar.gz +tar xzf fort-{{ site.fort-latest-version }}.tar.gz cd fort-{{ site.fort-latest-version }}/ -sh ./autoconf.sh + +export CFLAGS=-I/usr/local/include ./configure make -make install +sudo make install {% endhighlight %} +Last tested on FreeBSD 13.1. + ### Slackware version The following steps are for Slackware "current" release (as of 2020-07-13). diff --git a/man/fort.8 b/man/fort.8 index d3b31877..ed5dd958 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2022-12-13" "v1.5.4" "FORT validator" +.TH fort 8 "2023-02-06" "v1.5.4" "FORT validator" .SH NAME fort \- RPKI validator and RTR server