Skip to content

Commit

Permalink
Protocolary updates for release 1.5.4 (2nd attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Feb 7, 2023
1 parent da39bc6 commit 1a9e99b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}.

Expand Down
30 changes: 11 additions & 19 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -257,6 +257,8 @@ make install
exit
{% endhighlight %}

Last tested on OpenBSD 7.2.

### RHEL/CentOS version

#### RHEL/CentOS 8
Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion man/fort.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1a9e99b

Please sign in to comment.