[1/2] fort-validator: Update to version 1.6.7

Message ID 20251208130005.30851-1-adolf.belka@ipfire.org
State Staged
Commit 20cc7695523790910152108b4822908e524f505a
Headers
Series [1/2] fort-validator: Update to version 1.6.7 |

Commit Message

Adolf Belka 8 Dec 2025, 1 p.m. UTC
- Update from version 1.6.6 to 1.6.7
- Change from the Github created tarball to the fort created tarball, which is the one
   they specify to use in their compile and install documentation.
- Version 1.6.7 requires libmicrohttpd as a runtime dependency. This has been provided
   in this patch set.
- No change to the rootfile
- Changelog
    1.6.7
	    bug #50: Add simple Prometheus
	    bug #159: Validate PrintableString character set
	    bug #160: Add HTTP proxy

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/fort-validator | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)
  

Patch

diff --git a/lfs/fort-validator b/lfs/fort-validator
index 1f9ae5499..b314fa34f 100644
--- a/lfs/fort-validator
+++ b/lfs/fort-validator
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,15 +26,15 @@  include Config
 
 SUMMARY    = Fort RPKI validator
 
-VER        = 1.6.6
+VER        = 1.6.7
 
-THISAPP    = FORT-validator-$(VER)
+THISAPP    = fort-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fort-validator
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = rsync
 
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c62a0e41e2a2fea60383ae87ff92d9cd68945c459b0ccaa4d0a3fc6d8c0796cb0dc0fde7305023e4ddcf476b4043ac73d8213638a8f319862a3c39e3381f43da
+$(DL_FILE)_BLAKE2 = 95273f7fb8a7f57eee28e1dd2cef558f9bbae96106394651a1d092fa64c8953f55797c91a23c0c108133114699cb04fca2ae137795a3378ec03a2fc627e2efde
 
 install : $(TARGET)
 
@@ -80,12 +80,9 @@  $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-
-	cd $(DIR_APP) && ./autogen.sh
 	cd $(DIR_APP) && ./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc
-
+				--prefix=/usr \
+				--sysconfdir=/etc
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install