]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Update to newer version 1.5.0 and TODO list at docs
authorpcarana <pc.moreno2099@gmail.com>
Tue, 24 Nov 2020 00:25:09 +0000 (18:25 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 24 Nov 2020 00:25:09 +0000 (18:25 -0600)
configure.ac
docker/Dockerfile
docs/_config.yml
docs/intro-fort.md
examples/config.json
man/fort.8

index bf9bd2d6b4fa4d45ad5192fdfccc65c35a0bea7f..31f92167910a59a42f15ef202934c05c9fda75f0 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([fort], [1.4.2], [fort-validator@nic.mx])
+AC_INIT([fort], [1.5.0], [fort-validator@nic.mx])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([subdir-objects])
 
index dec1d95ea15161feb4860f8b6473d90a0f8e33ab..62206f63b24c1b155b3b01385568309ac6d62ffe 100644 (file)
@@ -1,6 +1,6 @@
 #--- Alpine build container ---
 FROM alpine:latest AS builder
-ARG FORT_VERSION=1.4.2
+ARG FORT_VERSION=1.5.0
 
 # Install compiler and dependencies
 RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \
index 9b460a1c9fd94f25c34e332250fca18ce1a19ff5..f1f3948fb0c7c18e5eac2f0d4ac7a691b05b5177 100644 (file)
@@ -8,7 +8,7 @@ defaults:
       layout: "default"
       image: "/img/logo_validador_og.png"
 
-fort-latest-version: 1.4.2
+fort-latest-version: 1.5.0
 plugins:
   - jekyll-seo-tag
   - jekyll-sitemap
index de7a92c911e1d92b94f2f8f4f2ab355989d4f9e5..31b626bede8404709572ea23c10ae98ca1eaf98f 100644 (file)
@@ -48,4 +48,5 @@ The specific validations have been implemented, while the basic ones have not.
 ## TO-DO
 
 - Reach 100% RFC compliance
-- Daemon quirks (stuff like "send self to background automatically"), maybe
+- Trigger revalidation and SLURM reload on SIGHUP.
+- Configurable origin address for outgoing requests.
\ No newline at end of file
index 9951dc0f97055a0a5887f939caac9e98ae75f7de..163e306a92e6f128dd27094c38d2140447d87799 100644 (file)
@@ -42,7 +42,7 @@
       "count": 2,
       "interval": 5
     },
-    "user-agent": "fort/1.4.2",
+    "user-agent": "fort/1.5.0",
     "connect-timeout": 30,
     "transfer-timeout": 0,
     "idle-timeout": 15,
index fe941cd99323ecc1148ebc6ab31f03080626ab5b..30dfc1390d8e0d4a0aa526dade8313747aa2c67d 100644 (file)
@@ -1,4 +1,4 @@
-.TH fort 8 "2020-09-29" "v1.4.2" "FORT validator"
+.TH fort 8 "2020-09-29" "v1.5.0" "FORT validator"
 
 .SH NAME
 fort \- RPKI certificate path validator and RTR server
@@ -1256,7 +1256,7 @@ to a specific value:
       "count": 2,
       "interval": 5
     },
-    "user-agent": "fort/1.4.2",
+    "user-agent": "fort/1.5.0",
     "connect-timeout": 30,
     "transfer-timeout": 0,
     "idle-timeout": 15,