]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Protocolary updates for release 1.6.3 1.6.3
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 19 Aug 2024 19:11:44 +0000 (13:11 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 19 Aug 2024 19:11:44 +0000 (13:11 -0600)
configure.ac
docs/_config.yml
docs/intro-fort.md
man/fort.8
src/print_file.c
test/mock.c
test/tal_test.c
test/types/uri_test.c

index 6159ac94bf7da257a2e42c6bc003c0165daa978f..acdf4a21f2716f215c896cd9f859862f60ebcc33 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([fort],[1.6.2],[validadorfort@fortproject.net])
+AC_INIT([fort],[1.6.3],[validadorfort@fortproject.net])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([subdir-objects])
 
index 6df0b48aa7884103950d4ffcbd95136f2526dfe2..7f087fcaf9d34bccd9f3c8776e848f4ac31747bf 100644 (file)
@@ -8,7 +8,7 @@ defaults:
       layout: "default"
       image: "/img/logo_validador_og.png"
 
-fort-latest-version: 1.6.2
+fort-latest-version: 1.6.3
 plugins:
   - jekyll-seo-tag
   - jekyll-sitemap
index 834c40286ba5ff31b32fd4c7a7b2ed5ac9c20ca3..862f9c24800afa660de8b4bf3a1ec1c927ca8d89 100644 (file)
@@ -21,14 +21,13 @@ Fort is a command-line application intended for UNIX operating systems, written
 
 | Issue | Title | Urgency | Due release |
 |-------|-------|---------|-------------|
-| [issue122](https://github.com/NICMx/FORT-validator/issues/122) | New invocation mode: Decode and print RPKI file in standard output | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/11">1.6.2</a> |
-| [issue82](https://github.com/NICMx/FORT-validator/issues/82) | Reach 100% RFC 9286 compliance | <span class="urgency-critical">Critical</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">1.6.3</a> |
-| [issue112](https://github.com/NICMx/FORT-validator/issues/112) | Enforce same origin for RRDP files | <span class="urgency-high">High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">1.6.3</a> |
-| [issue113](https://github.com/NICMx/FORT-validator/issues/113) | Detect and properly respond to subtler RRDP session desynchronization | <span class="urgency-medium">Medium</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">1.6.3</a> |
-| [issue114](https://github.com/NICMx/FORT-validator/issues/114) | Support automatic TA key rollover | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/13">1.6.4</a> |
-| [issue50](https://github.com/NICMx/FORT-validator/issues/50) | Provide prometheus endpoint | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/14">1.6.5</a> |
-| [issue58](https://github.com/NICMx/FORT-validator/issues/58) | Fort's validation produces no router keys | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/15">1.6.6</a> |
-| [issue74](https://github.com/NICMx/FORT-validator/issues/74) | Kill rsync if a timeout is exceeded | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/16">1.6.7</a> |
+| [issue82](https://github.com/NICMx/FORT-validator/issues/82) | Reach 100% RFC 9286 compliance | <span class="urgency-critical">Critical</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">1.6.4</a> |
+| [issue112](https://github.com/NICMx/FORT-validator/issues/112) | Enforce same origin for RRDP files | <span class="urgency-high">High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">1.6.4</a> |
+| [issue113](https://github.com/NICMx/FORT-validator/issues/113) | Detect and properly respond to subtler RRDP session desynchronization | <span class="urgency-medium">Medium</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/12">1.6.4</a> |
+| [issue114](https://github.com/NICMx/FORT-validator/issues/114) | Support automatic TA key rollover | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/13">1.6.5</a> |
+| [issue50](https://github.com/NICMx/FORT-validator/issues/50) | Provide prometheus endpoint | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/14">1.6.6</a> |
+| [issue58](https://github.com/NICMx/FORT-validator/issues/58) | Fort's validation produces no router keys | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/15">1.6.7</a> |
+| [issue74](https://github.com/NICMx/FORT-validator/issues/74) | Kill rsync if a timeout is exceeded | <span class="urgency-very-high">Very High</span> | <a href="https://github.com/NICMx/FORT-validator/milestone/16">1.6.8</a> |
 | [issue116](https://github.com/NICMx/FORT-validator/issues/116) | SLURM review | <span class="urgency-high">High</span> | - |
 | [issue118](https://github.com/NICMx/FORT-validator/issues/118) | Implement validation re-reconsidered | <span class="urgency-high">High</span> | - |
 | [issue119](https://github.com/NICMx/FORT-validator/issues/119) | Review IRIs to file names transition | <span class="urgency-high">High</span> | - |
index 803a65f26b939d859479c500f2bc8b456d8b3c90..3411106c0f5fc4c82fed7af3f5cafa498edfa23e 100644 (file)
@@ -1,4 +1,4 @@
-.TH fort 8 "2024-05-24" "v1.6.2" "FORT validator"
+.TH fort 8 "2024-08-19" "v1.6.3" "FORT validator"
 
 .SH NAME
 fort \- RPKI validator and RTR server
index dcd601ad06fea84f88cd8998118bb7040351e052..f677818a416a4445bb65e29927370410fb51184e 100644 (file)
@@ -37,7 +37,7 @@ rsync2bio_tmpdir(char const *src)
 #define TMPDIR "/tmp/fort-XXXXXX"
 
        struct path_builder pb;
-       char buf[strlen(TMPDIR) + 1];
+       char buf[17]; /* strlen(TMPDIR) + 1 */
        char *tmpdir;
        BIO *result = NULL;
        int error;
index b0bb560df20c64bb9909575d04372c28603af268..1f83bbe2897654bfc2add4aa748a139a784b9691 100644 (file)
@@ -3,6 +3,7 @@
 #include <errno.h>
 #include <arpa/inet.h>
 #include "config.h"
+#include "log.h"
 #include "state.h"
 #include "thread_var.h"
 #include "config/filename_format.h"
index fb43067f84209da24bc4e70b8b95cd7b791f90df..916e881bf3ab10a4a8b97f6ba648c73fa00eaa88 100644 (file)
@@ -8,6 +8,7 @@
 #include "line_file.c"
 #include "mock.c"
 #include "data_structure/path_builder.c"
+#include "rrdp.h"
 #include "types/uri.c"
 #include "crypto/base64.c"
 
index d81960936f44015f65901b8a16a46a9a5f037f55..d8439db1c52a49b6aa64e38bc8e2dfd3a665f927 100644 (file)
@@ -5,6 +5,7 @@
 #include "alloc.c"
 #include "common.c"
 #include "mock.c"
+#include "rrdp.h"
 #include "types/uri.c"
 #include "data_structure/path_builder.c"