From: pcarana Date: Tue, 29 Sep 2020 16:23:55 +0000 (-0500) Subject: Update to current version 1.4.2 X-Git-Tag: v1.4.2~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc6a0d25b8fcd11ec76c450cc1659c2db1d912a6;p=thirdparty%2FFORT-validator.git Update to current version 1.4.2 --- diff --git a/configure.ac b/configure.ac index 304c4f7d..bf9bd2d6 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.1], [fort-validator@nic.mx]) +AC_INIT([fort], [1.4.2], [fort-validator@nic.mx]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1b20cf2f..dec1d95e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.4.1 +ARG FORT_VERSION=1.4.2 # 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 8ec1fd42..9b460a1c 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.1 +fort-latest-version: 1.4.2 plugins: - jekyll-seo-tag - jekyll-sitemap diff --git a/examples/config.json b/examples/config.json index a7ce942f..71d9fdb2 100644 --- a/examples/config.json +++ b/examples/config.json @@ -41,7 +41,7 @@ "count": 2, "interval": 5 }, - "user-agent": "fort/1.4.1", + "user-agent": "fort/1.4.2", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, diff --git a/man/fort.8 b/man/fort.8 index 992a3643..3a4f51a0 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2020-09-23" "v1.4.1" "FORT validator" +.TH fort 8 "2020-09-29" "v1.4.2" "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.1", + "user-agent": "fort/1.4.2", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15,