Skip to content

Commit

Permalink
Protocolary updates for release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Dec 14, 2023
1 parent 66fcc5c commit 2cacd2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 2 additions & 13 deletions man/fort.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/
1 change: 0 additions & 1 deletion src/types/uri.h
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 2cacd2c

Please sign in to comment.