From: pcarana Date: Tue, 14 Jul 2020 00:18:57 +0000 (-0500) Subject: Update to the newer version X-Git-Tag: v1.4.0~20 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4befdacec04df64f16eb351132b6fe6473f60098;p=thirdparty%2FFORT-validator.git Update to the newer version --- diff --git a/configure.ac b/configure.ac index 270017c7..689dbd00 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.3.0], [fort-validator@nic.mx]) +AC_INIT([fort], [1.4.0], [fort-validator@nic.mx]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/docs/_config.yml b/docs/_config.yml index 2ac47384..f0df557c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,4 +7,4 @@ defaults: values: layout: "default" -fort-latest-version: 1.3.0 +fort-latest-version: 1.4.0 diff --git a/examples/config.json b/examples/config.json index a2031e88..354e4ac2 100644 --- a/examples/config.json +++ b/examples/config.json @@ -35,7 +35,7 @@ "tag": "Validation" }, "http": { - "user-agent": "fort/1.3.0", + "user-agent": "fort/1.4.0", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, diff --git a/man/fort.8 b/man/fort.8 index 92841749..fc5c8cb4 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2020-05-21" "v1.3.0" "FORT validator" +.TH fort 8 "2020-07-13" "v1.4.0" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server @@ -1097,7 +1097,7 @@ to a specific value: "tag": "Validation" }, "http": { - "user-agent": "fort/1.3.0", + "user-agent": "fort/1.4.0", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15,