diff --git a/configure.ac b/configure.ac index 5cb1d2d8..2db3ae46 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.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]) diff --git a/docs/_config.yml b/docs/_config.yml index e3a72e12..735fc3fe 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.0 +fort-latest-version: 1.6.1 plugins: - jekyll-seo-tag - jekyll-sitemap diff --git a/man/fort.8 b/man/fort.8 index 83311bee..bac02f98 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -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/ diff --git a/src/types/uri.h b/src/types/uri.h index 4730ec48..8e7392fb 100644 --- a/src/types/uri.h +++ b/src/types/uri.h @@ -1,7 +1,6 @@ #ifndef SRC_TYPES_URI_H_ #define SRC_TYPES_URI_H_ -#include #include "asn1/asn1c/IA5String.h" #include "data_structure/array_list.h"