]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Upgrade current version
authorpcarana <pc.moreno2099@gmail.com>
Thu, 26 Mar 2020 23:06:40 +0000 (17:06 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 26 Mar 2020 23:06:40 +0000 (17:06 -0600)
configure.ac
docs/_config.yml
docs/index.md
examples/config.json
man/fort.8

index 220cec9c4ced5951e01c2275c59d69f9fa0f5172..e09811578012e9ec1a8e611032f251854b112dd9 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([fort], [1.2.0], [fort-validator@nic.mx])
+AC_INIT([fort], [1.2.1], [fort-validator@nic.mx])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([subdir-objects])
 
index f34c8a93aa7b654caad5553c60900df2f8447341..5d8a28f0d1a99142cf45691ac773614f4c16d737 100644 (file)
@@ -7,4 +7,4 @@ defaults:
     values:
       layout: "default"
 
-fort-latest-version: 1.2.0
+fort-latest-version: 1.2.1
index 2d791b71ca9ed6155cda75fa583564e14cfc204f..e733d08c8e438d66662d54c611cba2fedb319e5d 100644 (file)
@@ -10,9 +10,4 @@ FORT validator is an MIT-licensed RPKI Relying Party, this is a tool offered as
 
 ## Status
 
-Version [{{ site.fort-latest-version }}](https://github.com/NICMx/FORT-validator/releases/tag/v{{ site.fort-latest-version }}){:target="_blank"} is the latest official release, includes several updates, including:
-- RRDP support (see [RFC 8182](https://tools.ietf.org/html/rfc8182)).
-- Support HTTPS URIs at TALs (see [RFC 8630](https://tools.ietf.org/html/rfc8630)).
-- Remember last valid SLURM in case of syntax error with a newer version.
-- Setup script to fetch ARINs TAL.
-- Add incidence to validate signed objects DER encoding.
+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/v{{ site.fort-latest-version }}){:target="_blank"}.
\ No newline at end of file
index 7de9eacf2ef65979fa580a061326bdfdb47db804..550d19585a0d516ac36dce3c77091311b3d2b27f 100644 (file)
@@ -24,7 +24,7 @@
     "file-name-format": "global-url"
   },
   "http": {
-    "user-agent": "fort/1.2.0",
+    "user-agent": "fort/1.2.1",
     "connect-timeout": 30,
     "transfer-timeout": 0,
     "idle-timeout": 15,
index 68d63db9a08c2f678d97b6ea95ae5233403f1278..e6ddb6913caf9f23058c8885f7e76e9017c89acb 100644 (file)
@@ -1,4 +1,4 @@
-.TH fort 8 "2020-02-07" "v1.2.0" "FORT validator"
+.TH fort 8 "2020-02-07" "v1.2.1" "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.0",
+    "user-agent": "fort/1.2.1",
     "connect-timeout": 30,
     "transfer-timeout": 0,
     "idle-timeout": 15,