+fort (1.6.7-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Alberto Leiva Popper <ydahhrk@gmail.com> Tue, 16 Sep 2025 11:24:08 -0500
+
fort (1.6.6-1) unstable; urgency=medium
* New upstream release
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
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.
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
.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.
*/