From: Alberto Leiva Popper Date: Thu, 16 Nov 2023 17:32:35 +0000 (-0600) Subject: Bump version number already X-Git-Tag: 1.6.0~11 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e581ff14e80c8e9b3ca29462d783121d1250b8c;p=thirdparty%2FFORT-validator.git Bump version number already --- diff --git a/configure.ac b/configure.ac index 197ec2d1..5cb1d2d8 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.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]) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4707a346..1c251155 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ diff --git a/docs/_config.yml b/docs/_config.yml index bed3f368..e3a72e12 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.5.4 +fort-latest-version: 1.6.0 plugins: - jekyll-seo-tag - jekyll-sitemap diff --git a/docs/usage.md b/docs/usage.md index e8d89ef3..e4e3bdd0 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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). diff --git a/man/fort.8 b/man/fort.8 index a036f2c9..f9f161d5 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -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