From: Alberto Leiva Popper Date: Fri, 24 May 2024 21:41:42 +0000 (-0600) Subject: Update debian metadata (Fort 1.6.2) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4c8df88028e2ac35d4184bcad303537eedacbf1;p=thirdparty%2FFORT-validator.git Update debian metadata (Fort 1.6.2) --- diff --git a/debian/changelog b/debian/changelog index 144a42e9..b9720326 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fort (1.6.2-1) unstable; urgency=medium + + * New upstream release + + -- Alberto Leiva Popper Fri, 24 May 2024 14:53:49 -0500 + fort (1.6.1-1) unstable; urgency=medium * New upstream release diff --git a/debian/copyright b/debian/copyright index f5c094da..bfd2783a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ Copyright: 2003-2013 Lev Walkin License: BSD-2-clause Files: debian/* -Copyright: 2023 Alberto Leiva Popper +Copyright: 2024 Alberto Leiva Popper License: MIT License: MIT diff --git a/debian/patches/program_defaults b/debian/patches/program_defaults index 4fe7bf2d..85c8ceaf 100644 --- a/debian/patches/program_defaults +++ b/debian/patches/program_defaults @@ -1,8 +1,9 @@ -Description: Mimic patches from Marco D'itri debian packaging - These are almost the same updates from fort-validator package, trying to - simplify the migration from this package to that package. +Description: Changes two configuration defaults to better match the + Debian environment. Origin: https://salsa.debian.org/md/fort-validator/-/tree/master/debian/patches Forwarded: not-needed +diff --git a/man/fort.8 b/man/fort.8 +index 803a65f..13bfd7d 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -211,6 +211,8 @@ The TAL ("Trust Anchor Locator") is a text file that lists a few URLs which can @@ -23,69 +24,11 @@ Forwarded: not-needed .RE .P -@@ -1135,27 +1137,27 @@ Deprecated; does nothing. - .P - - .SH EXAMPLES --.B fort \-\-init-tals \-\-tal=/tmp/tal -+.B fort \-\-init-tals \-\-tal=/etc/tals - .RS 4 - Download the 5 RIR TALs into the /tmp/tal directory. - .RE - .P - --.B fort \-t /tmp/tal \-r /tmp/repository \-\-server.port=9323 -+.B fort \-t /etc/tals \-r /var/lib/fort \-\-server.port=9323 - .RS 4 - Run FORT with all the default values, using a custom TALs directory, a - custom repository directory as well, and binding the RTR server to port 9323. - .RE - .P - --.B fort \-t /tmp/tal \-r /tmp/repository \-\-mode=standalone \-\-output.roa=- -+.B fort \-t /etc/tals \-r /var/lib/fort \-\-mode=standalone \-\-output.roa=- - .RS 4 - Run FORT as standalone and output ROAs CSV to the console. - .RE - .P - - .nf --\fBfort \-t /tmp/tal \-r /tmp/repository \\ -+\fBfort \-t /etc/tals \-r /var/lib/fort \\ - \-\-mode=standalone \\ - \-\-slurm=/tmp/myslurm.slurm\fR - .fi -@@ -1171,7 +1173,7 @@ Run FORT using the JSON configuration file \fIconf.json\fR. - .P - - .nf --\fBfort \-t /tmp/tal \-r /tmp/repository \\ -+\fBfort \-t /etc/tals \-r /var/lib/fort \\ - \-\-server.address=::1 \-\-server.port=9323 \\ - \-\-server.interval.validation=1800 \\ - \-\-output.roa=/tmp/roas.csv\fR -@@ -1188,13 +1190,14 @@ This is an example of a valid JSON configuration file with all its members set - to a specific value: - .nf - { -- "tal": "/tmp/fort/tal/", -- "local-repository": "/tmp/fort/repository", -+ "tal": "/etc/tals/", -+ "local-repository": "/var/lib/fort/", - "work-offline": false, - "maximum-certificate-depth": 32, - "mode": "server", - "daemon": false, - "slurm": "/tmp/fort/test.slurm", -+ "slurm": "/etc/fort/slurm/", - "asn1-decode-max-stack": 4096, - - "server": { diff --git a/src/config.c b/src/config.c -index de54d90..14a33b9 100644 +index eb3e84b..4380dbb 100644 --- a/src/config.c +++ b/src/config.c -@@ -907,8 +907,8 @@ set_default_values(void) +@@ -924,8 +924,8 @@ set_default_values(void) * duplicates. */