From 6716855f1cb2479e709039429e56d51ee3bdca3d Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Fri, 29 May 2026 15:08:32 -0600 Subject: [PATCH] Protocolary updates for release 1.6.8 --- configure.ac | 2 +- docker/Dockerfile | 2 +- docs/_config.yml | 2 +- docs/intro-fort.md | 3 +-- man/fort.8 | 4 ++-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 83d5559d..ac9ac044 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.6.7],[validadorfort@fortproject.net]) +AC_INIT([fort],[1.6.8],[validadorfort@fortproject.net]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/docker/Dockerfile b/docker/Dockerfile index bc7dc9ab..96e45917 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.6.7 +ARG FORT_VERSION=1.6.8 # 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 90d9c6d0..77e9e0c1 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.6.7 +fort-latest-version: 1.6.8 plugins: - jekyll-seo-tag - jekyll-sitemap diff --git a/docs/intro-fort.md b/docs/intro-fort.md index 3f94bc36..fe4ccc72 100644 --- a/docs/intro-fort.md +++ b/docs/intro-fort.md @@ -20,13 +20,13 @@ Fort is a command-line application intended for UNIX operating systems, written | Issue | Title | Urgency | Due release | |-------|-------|---------|-------------| | [issue82](https://github.com/NICMx/FORT-validator/issues/82) | Reach 100% RFC 9286 compliance | Critical | 2.0.0 | -| [issue112](https://github.com/NICMx/FORT-validator/issues/112) | Enforce same origin for RRDP files | High | 2.0.0 | | [issue149](https://github.com/NICMx/FORT-validator/issues/149) | Lock the cache during updates | High | 2.0.0 | | [issue113](https://github.com/NICMx/FORT-validator/issues/113) | Detect and properly respond to subtler RRDP session desynchronization | Medium | 2.0.0 | | [issue124](https://github.com/NICMx/FORT-validator/issues/124) | Atomize output files (`--output.roa` and `--output.bgpsec`) | Medium | 2.0.0 | | [issue129](https://github.com/NICMx/FORT-validator/issues/129) | Rethink the thread pools | Medium | 2.0.0 | | [issue114](https://github.com/NICMx/FORT-validator/issues/114) | Support automatic TA key rollover | Very High | 2.0.1 | | [issue58](https://github.com/NICMx/FORT-validator/issues/58) | Fort's validation produces no router keys | Very High | 2.0.2 | +| [issue132](https://github.com/NICMx/FORT-validator/issues/132) | Implement RTRv2 | Very High | - | | [issue116](https://github.com/NICMx/FORT-validator/issues/116) | SLURM review | High | - | | [issue118](https://github.com/NICMx/FORT-validator/issues/118) | Implement validation re-reconsidered | High | - | | [issue119](https://github.com/NICMx/FORT-validator/issues/119) | Review IRIs to file names transition | High | - | @@ -51,5 +51,4 @@ Fort is a command-line application intended for UNIX operating systems, written | [issue70](https://github.com/NICMx/FORT-validator/issues/70) | Do a quick temporary offline validation to prevent `No Data Available` | Low | - | | [issue123](https://github.com/NICMx/FORT-validator/issues/123) | New invocation mode: Validate single file | Low | - | | [issue131](https://github.com/NICMx/FORT-validator/issues/131) | Implement vCard validation | Low | - | -| [issue132](https://github.com/NICMx/FORT-validator/issues/132) | Implement RTRv2 | Low | - | | [issue134](https://github.com/NICMx/FORT-validator/issues/134) | Add support RFC 9589 (On the Use of the CMS Signing-Time Attribute in RPKI Signed Objects) | Low | - | diff --git a/man/fort.8 b/man/fort.8 index 40b5af82..5bd5eb6a 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2025-09-12" "v1.6.7" "FORT validator" +.TH fort 8 "2026-05-29" "v1.6.8" "FORT validator" .SH NAME fort \- RPKI validator and RTR server @@ -1318,7 +1318,7 @@ well as some dummy Router Keys (BGPsec) info: .P .\".SH COPYRIGHT -.\" FORT-validator 2025 +.\" FORT-validator 2026 .\" MIT License .SH SEE ALSO -- 2.47.3