From: pcarana Date: Tue, 24 Nov 2020 00:25:09 +0000 (-0600) Subject: Update to newer version 1.5.0 and TODO list at docs X-Git-Tag: v1.5.0~12 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae22d59c294403cea1fad68f6715076bef0b97ed;p=thirdparty%2FFORT-validator.git Update to newer version 1.5.0 and TODO list at docs --- diff --git a/configure.ac b/configure.ac index bf9bd2d6..31f92167 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/docker/Dockerfile b/docker/Dockerfile index dec1d95e..62206f63 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ diff --git a/docs/_config.yml b/docs/_config.yml index 9b460a1c..f1f3948f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/intro-fort.md b/docs/intro-fort.md index de7a92c9..31b626be 100644 --- a/docs/intro-fort.md +++ b/docs/intro-fort.md @@ -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 diff --git a/examples/config.json b/examples/config.json index 9951dc0f..163e306a 100644 --- a/examples/config.json +++ b/examples/config.json @@ -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, diff --git a/man/fort.8 b/man/fort.8 index fe941cd9..30dfc139 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -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,