]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Protocolary updates for release 1.6.8 main 1.6.8
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 29 May 2026 21:08:32 +0000 (15:08 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 29 May 2026 21:08:32 +0000 (15:08 -0600)
configure.ac
docker/Dockerfile
docs/_config.yml
docs/intro-fort.md
man/fort.8

index 83d5559d8a3367ea14a700a73d3639259af79035..ac9ac0441e5b3b89c0ecee3a3d6653e3652e6880 100644 (file)
@@ -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])
 
index bc7dc9abbad1c738fc2191c464b8874fec3e6590..96e459170d9ced0ae141ecb955473119c8028f89 100644 (file)
@@ -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 \
index 90d9c6d0965f9ac213c6739b7fc46bb1f88c803c..77e9e0c1e28b84159efe9aac2cb0a30d1bd733b7 100644 (file)
@@ -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
index 3f94bc36ad240ab9c3dc427e73dd7826cd28800f..fe4ccc72ae137c0d66ebdc1ae5eaf0c5c16d93be 100644 (file)
@@ -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 | <span class="urgency-critical">Critical</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">2.0.0</a> |
-| [issue112](https://github.com/NICMx/FORT-validator/issues/112) | Enforce same origin for RRDP files | <span class="urgency-high">High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">2.0.0</a> |
 | [issue149](https://github.com/NICMx/FORT-validator/issues/149) | Lock the cache during updates | <span class="urgency-high">High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">2.0.0</a> |
 | [issue113](https://github.com/NICMx/FORT-validator/issues/113) | Detect and properly respond to subtler RRDP session desynchronization | <span class="urgency-medium">Medium</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">2.0.0</a> |
 | [issue124](https://github.com/NICMx/FORT-validator/issues/124) | Atomize output files (`--output.roa` and `--output.bgpsec`) | <span class="urgency-medium">Medium</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">2.0.0</a> |
 | [issue129](https://github.com/NICMx/FORT-validator/issues/129) | Rethink the thread pools | <span class="urgency-medium">Medium</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">2.0.0</a> |
 | [issue114](https://github.com/NICMx/FORT-validator/issues/114) | Support automatic TA key rollover | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/13">2.0.1</a> |
 | [issue58](https://github.com/NICMx/FORT-validator/issues/58) | Fort's validation produces no router keys | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/14">2.0.2</a> |
+| [issue132](https://github.com/NICMx/FORT-validator/issues/132) | Implement RTRv2 | <span class="urgency-very-high">Very High</span> | - |
 | [issue116](https://github.com/NICMx/FORT-validator/issues/116) | SLURM review | <span class="urgency-high">High</span> | - |
 | [issue118](https://github.com/NICMx/FORT-validator/issues/118) | Implement validation re-reconsidered | <span class="urgency-high">High</span> | - |
 | [issue119](https://github.com/NICMx/FORT-validator/issues/119) | Review IRIs to file names transition | <span class="urgency-high">High</span> | - |
@@ -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` | <span class="urgency-low">Low</span> | - |
 | [issue123](https://github.com/NICMx/FORT-validator/issues/123) | New invocation mode: Validate single file | <span class="urgency-low">Low</span> | - |
 | [issue131](https://github.com/NICMx/FORT-validator/issues/131) | Implement vCard validation | <span class="urgency-low">Low</span> | - |
-| [issue132](https://github.com/NICMx/FORT-validator/issues/132) | Implement RTRv2 | <span class="urgency-low">Low</span> | - |
 | [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) | <span class="urgency-low">Low</span> | - |
index 40b5af829c93a7bf0d41018f15de44bd7a7c968c..5bd5eb6aed25d8d0c7e51eeeeddf6709343d1c51 100644 (file)
@@ -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