From: pcarana Date: Wed, 13 May 2020 23:47:07 +0000 (-0500) Subject: Upgrade to new version X-Git-Tag: v1.3.0~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=584f3617986364e3995b4ffa623898ed7d0047b9;p=thirdparty%2FFORT-validator.git Upgrade to new version --- diff --git a/configure.ac b/configure.ac index e0981157..270017c7 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.2.1], [fort-validator@nic.mx]) +AC_INIT([fort], [1.3.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 5d8a28f0..2ac47384 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,4 +7,4 @@ defaults: values: layout: "default" -fort-latest-version: 1.2.1 +fort-latest-version: 1.3.0 diff --git a/examples/config.json b/examples/config.json index e9d34e12..9770277d 100644 --- a/examples/config.json +++ b/examples/config.json @@ -24,7 +24,7 @@ "file-name-format": "global-url" }, "http": { - "user-agent": "fort/1.2.1", + "user-agent": "fort/1.3.0", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, diff --git a/man/fort.8 b/man/fort.8 index d75031a6..2c1a73af 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2020-02-07" "v1.2.1" "FORT validator" +.TH fort 8 "2020-02-07" "v1.3.0" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server @@ -891,7 +891,7 @@ to a specific value: "file-name-format": "local-path" }, "http": { - "user-agent": "fort/1.2.1", + "user-agent": "fort/1.3.0", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15,