]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Protocolary updates for release 1.6.1 1.6.1
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 14 Dec 2023 21:49:29 +0000 (15:49 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 14 Dec 2023 21:49:29 +0000 (15:49 -0600)
configure.ac
docs/_config.yml
man/fort.8
src/types/uri.h

index 5cb1d2d80d923219e9ddddecfbd60318e229eb4b..2db3ae465c06b0fd92d8a57ee36a7b5a66903cd2 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.0],[fort-validator@nic.mx])
+AC_INIT([fort],[1.6.1],[fort-validator@nic.mx])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([subdir-objects])
 
index e3a72e1250686ef47537421c82b95f27b1131464..735fc3fe3e4ea5133ab9fd2fe14db0e13387d78c 100644 (file)
@@ -8,7 +8,7 @@ defaults:
       layout: "default"
       image: "/img/logo_validador_og.png"
 
-fort-latest-version: 1.6.0
+fort-latest-version: 1.6.1
 plugins:
   - jekyll-seo-tag
   - jekyll-sitemap
index 83311beefd4131fa10e78eff715e2d75a1d3cf2a..bac02f984c524b8843f126c4fc64a3b3dd9f53ef 100644 (file)
@@ -1,4 +1,4 @@
-.TH fort 8 "2023-11-30" "v1.6.0" "FORT validator"
+.TH fort 8 "2023-12-15" "v1.6.1" "FORT validator"
 
 .SH NAME
 fort \- RPKI validator and RTR server
@@ -1395,15 +1395,4 @@ well as some dummy Router Keys (BGPsec) info:
 .\" MIT License
 
 .SH SEE ALSO
-.B Regular man pages
-.RS 4
-.IR getaddrinfo(3) ", " services(5) ", " listen(2) ", " rsync(1)
-.RE
-.P
-
-.B FORTs official documentation
-.RS 4
-More documentation about FORT validator can be consulted at github repository
-(https://github.com/NICMx/FORT-validator) and github website
-(https://nicmx.github.io/FORT-validator/)
-.RE
+https://nicmx.github.io/FORT-validator/
index 4730ec4834b7a56088eb6e12f88781d15ac3d26b..8e7392fbdb810b0de26f01ac8bef3aef2973bd7b 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SRC_TYPES_URI_H_
 #define SRC_TYPES_URI_H_
 
-#include <stdbool.h>
 #include "asn1/asn1c/IA5String.h"
 #include "data_structure/array_list.h"