File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.69] )
5
- AC_INIT ( [ fort] ,
[ 1.4.0 ] ,
[ [email protected] ] )
5
+ AC_INIT ( [ fort] ,
[ 1.4.1 ] ,
[ [email protected] ] )
6
6
AC_CONFIG_SRCDIR ( [ src/main.c] )
7
7
AM_INIT_AUTOMAKE ( [ subdir-objects] )
8
8
Original file line number Diff line number Diff line change 1
1
# --- Alpine build container ---
2
2
FROM alpine:latest AS builder
3
- ARG FORT_VERSION=1.4.0
3
+ ARG FORT_VERSION=1.4.1
4
4
5
5
# Install compiler and dependencies
6
6
RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defaults:
8
8
layout : " default"
9
9
image : " /img/logo_validador_og.png"
10
10
11
- fort-latest-version : 1.4.0
11
+ fort-latest-version : 1.4.1
12
12
plugins :
13
13
- jekyll-seo-tag
14
14
- jekyll-sitemap
Original file line number Diff line number Diff line change 41
41
"count" : 2 ,
42
42
"interval" : 5
43
43
},
44
- "user-agent" : " fort/1.4.0 " ,
44
+ "user-agent" : " fort/1.4.1 " ,
45
45
"connect-timeout" : 30 ,
46
46
"transfer-timeout" : 0 ,
47
47
"idle-timeout" : 15 ,
Original file line number Diff line number Diff line change 1
- .TH fort 8 "2020-07-27 " "v1.4.0 " "FORT validator"
1
+ .TH fort 8 "2020-09-23 " "v1.4.1 " "FORT validator"
2
2
3
3
.SH NAME
4
4
fort \- RPKI certificate path validator and RTR server
@@ -1160,7 +1160,7 @@ to a specific value:
1160
1160
"count": 2,
1161
1161
"interval": 5
1162
1162
},
1163
- "user-agent": "fort/1.4.0 ",
1163
+ "user-agent": "fort/1.4.1 ",
1164
1164
"connect-timeout": 30,
1165
1165
"transfer-timeout": 0,
1166
1166
"idle-timeout": 15,
You can’t perform that action at this time.
0 commit comments