From: Alberto Leiva Popper Date: Tue, 16 Sep 2025 19:59:33 +0000 (-0600) Subject: Protocolary updates for release 1.6.7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fdebian;p=thirdparty%2FFORT-validator.git Protocolary updates for release 1.6.7 --- diff --git a/debian/changelog b/debian/changelog index 161082ee..6220c5c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fort (1.6.7-1) unstable; urgency=medium + + * New upstream release + + -- Alberto Leiva Popper Tue, 16 Sep 2025 11:24:08 -0500 + fort (1.6.6-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 21007208..aec562e0 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,13 @@ Section: net Priority: optional Build-Depends: debhelper-compat (= 11), debhelper (>= 11), - pkg-config, + pkgconf, libcurl4-openssl-dev, libjansson-dev, + libmicrohttpd-dev, libssl-dev, libxml2-dev, -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Rules-Requires-Root: no Homepage: https://nicmx.github.io/FORT-validator Vcs-Git: https://github.com/NICMx/FORT-validator.git -b debian @@ -19,7 +20,7 @@ Package: fort Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, rsync, - libcurl4, libxml2, + libcurl4, libxml2, libmicrohttpd12, Description: RPKI Relying Party and RTR server Regularly downloads and validates RPKI repositories. Serves resulting Route Origin Attestations (ROAs) and BGPsec Router Keys to routers. diff --git a/debian/patches/program_defaults b/debian/patches/program_defaults index e210591c..0b4ab40e 100644 --- a/debian/patches/program_defaults +++ b/debian/patches/program_defaults @@ -3,7 +3,7 @@ Description: Changes two configuration defaults to better match the 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 08ee75b..6c234c5 100644 +index 40b5af8..c7783d1 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 @@ -25,10 +25,10 @@ index 08ee75b..6c234c5 100644 .P diff --git a/src/config.c b/src/config.c -index e3e807c..f3268d0 100644 +index 25a5c76..38e4ae2 100644 --- a/src/config.c +++ b/src/config.c -@@ -937,8 +937,8 @@ set_default_values(void) +@@ -968,8 +968,8 @@ set_default_values(void) * duplicates. */