]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Protocolary updates for release 1.5.4 (2nd attempt) 1.5.4
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 6 Feb 2023 19:46:09 +0000 (13:46 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 7 Feb 2023 00:56:58 +0000 (18:56 -0600)
README.md
docs/index.md
docs/installation.md
man/fort.8

index 912f6e5ccb15f632aec6d428db4e84388387d51d..fc4c4485d6fdc7ab95bb1fe04e1b104d63b489d0 100644 (file)
--- 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
 
index 769bd3d071030f4fab7ee01429216b1affbee701..1e19070467ce588be4a2dadd244318b74bf9be65 100644 (file)
@@ -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"}.
 
index 57f7c7ade80b24b100a865ea5b62ab8cdc6d5ec9..d39992e93c08644ee9ccb91cf23986f8c6f9ec5f 100644 (file)
@@ -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).
index d3b31877d41571bfe52f7fecaff69e763a9ac5f7..ed5dd958eae601393e474cdf6aeb5d94fb1cb973 100644 (file)
@@ -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