From 468aa9a03091d7facfb092b217e7b3bc8487e960 Mon Sep 17 00:00:00 2001 From: pcarana Date: Wed, 2 Sep 2020 16:41:01 -0500 Subject: [PATCH] Update to newer version 1.4.1 --- configure.ac | 2 +- docker/Dockerfile | 2 +- docs/_config.yml | 2 +- examples/config.json | 2 +- man/fort.8 | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 689dbd00..304c4f7d 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.4.0], [fort-validator@nic.mx]) +AC_INIT([fort], [1.4.1], [fort-validator@nic.mx]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/docker/Dockerfile b/docker/Dockerfile index cb4d0b21..1b20cf2f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.4.0 +ARG FORT_VERSION=1.4.1 # 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 3f853c70..8ec1fd42 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.4.0 +fort-latest-version: 1.4.1 plugins: - jekyll-seo-tag - jekyll-sitemap diff --git a/examples/config.json b/examples/config.json index 5f80b470..a7ce942f 100644 --- a/examples/config.json +++ b/examples/config.json @@ -41,7 +41,7 @@ "count": 2, "interval": 5 }, - "user-agent": "fort/1.4.0", + "user-agent": "fort/1.4.1", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, diff --git a/man/fort.8 b/man/fort.8 index dd4256b3..6315a072 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2020-07-27" "v1.4.0" "FORT validator" +.TH fort 8 "2020-07-27" "v1.4.1" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server @@ -1160,7 +1160,7 @@ to a specific value: "count": 2, "interval": 5 }, - "user-agent": "fort/1.4.0", + "user-agent": "fort/1.4.1", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, -- 2.47.2