]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Bump version number already
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 16 Nov 2023 17:32:35 +0000 (11:32 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 16 Nov 2023 17:34:57 +0000 (11:34 -0600)
configure.ac
docker/Dockerfile
docs/_config.yml
docs/usage.md
man/fort.8

index 197ec2d16d1fb802b82bbdd523240a73a4555b0e..5cb1d2d80d923219e9ddddecfbd60318e229eb4b 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([fort],[1.5.4],[fort-validator@nic.mx])
+AC_INIT([fort],[1.6.0],[fort-validator@nic.mx])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([subdir-objects])
 
index 4707a3464199b41defebb406753eeb994608a2e7..1c251155b5647613fa193f8acf2e2737c1e567a6 100644 (file)
@@ -1,6 +1,6 @@
 #--- Alpine build container ---
 FROM alpine:latest AS builder
-ARG FORT_VERSION=1.5.4
+ARG FORT_VERSION=1.6.0
 
 # Install compiler and dependencies
 RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \
index bed3f368644b48bdb75b2263b9b826ad59f2ce4a..e3a72e1250686ef47537421c82b95f27b1131464 100644 (file)
@@ -8,7 +8,7 @@ defaults:
       layout: "default"
       image: "/img/logo_validador_og.png"
 
-fort-latest-version: 1.5.4
+fort-latest-version: 1.6.0
 plugins:
   - jekyll-seo-tag
   - jekyll-sitemap
index e8d89ef340348b2c02a692375f3e63661149f522..e4e3bdd0a1a979897faba437d6b2dfc670965def 100644 (file)
@@ -811,7 +811,7 @@ If `--output.roa` is omitted, the ROAs are not printed.
 - **Type:** String (Path to file)
 - **Availability:** `argv` and JSON
 
-> ![Warning!](img/warn.svg) BGPsec certificate validation has been disabled in version 1.5.2 because of [this bug](https://github.com/NICMx/FORT-validator/issues/58). It will be restored in version 1.5.4.
+> ![Warning!](img/warn.svg) BGPsec certificate validation has been disabled in version 1.5.2 because of [this bug](https://github.com/NICMx/FORT-validator/issues/58).
 
 File where the BGPsec Router Keys (found during each validation run) will be stored. See [`--output.format`](#--outputformat).
 
index a036f2c9f510b46f861631f89c195b8195e72c1f..f9f161d5f8d6dd394ae305955517903e987f7a7e 100644 (file)
@@ -1,4 +1,4 @@
-.TH fort 8 "2023-02-06" "v1.5.4" "FORT validator"
+.TH fort 8 "2023-11-16" "v1.6.0" "FORT validator"
 
 .SH NAME
 fort \- RPKI validator and RTR server