From patchwork Mon Dec 8 13:00:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9363 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4dQ2C3162Cz3wpC for ; Mon, 08 Dec 2025 13:00:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4dQ2C13hjhz652 for ; Mon, 08 Dec 2025 13:00:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4dQ2C06PK7z333y for ; Mon, 08 Dec 2025 13:00:12 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4dQ2By1ZJbz2xMw for ; Mon, 08 Dec 2025 13:00:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4dQ2Bw6Y92z2mK; Mon, 08 Dec 2025 13:00:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1765198809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=enlDGsorVXRfQhXGcwfdDsZKdaCYLSgowFBc6+RZQKY=; b=uhfPimSpnQqOEuDqDrXEujpvYryFL/V6lTKNSEWTp+7s44wvjhELJIlr/8ppchGtlA2G1U sz/XLsoZB1Dm6GCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1765198809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=enlDGsorVXRfQhXGcwfdDsZKdaCYLSgowFBc6+RZQKY=; b=r465+xa0D4KgcGViSSklfE+wWqEeNkeo/iA12D3gudg+yV+1QloskaG7erepw0+7hEwqpa otbcc9P+sAZV6DueHhk8fKAadwgT6ByPbzE1Cb+cUaviFTMjLWzhPvPGSpmu1DqUjw6yP4 JrD/MWOo5JHyIuppDzR0zq78jiZQ4TWMqZYS9hHuv5FvTzgGW5UUBtpvP4lj1SGmaotBgq 1S32cQhvVRUuBwj+ILCWO1zxbuUCgxlLJAjTAoWd0au5l4XBnFXMHOVr0HFRmQwCY43v0l rUMRCX1uyYPW6aYW6GCUup4s4airrlvlU/O+Vy6nU/9G23GRur6jHAneOtww2w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/2] fort-validator: Update to version 1.6.7 Date: Mon, 8 Dec 2025 14:00:04 +0100 Message-ID: <20251208130005.30851-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- lfs/fort-validator | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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 # +# Copyright (C) 2007-2025 IPFire Team # # # # 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 From patchwork Mon Dec 8 13:00:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9362 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4dQ2C30fVkz3wk2 for ; Mon, 08 Dec 2025 13:00:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4dQ2C13kX9z666 for ; Mon, 08 Dec 2025 13:00:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4dQ2C100z7z3340 for ; Mon, 08 Dec 2025 13:00:13 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4dQ2By1cLCz2y1f for ; Mon, 08 Dec 2025 13:00:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4dQ2Bx4Y7Vz3bm; Mon, 08 Dec 2025 13:00:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1765198809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6ld0tHEjmijpgUATkhxBHQIhFVsFeA5iO3GCYqQVUCE=; b=ERz3A3M3M7OtkxWZzZrP4563rD4S5j3UTuPkZU3zYZsOuQJFSRX8WzYR0fl2tnQXhuIfKN XILKEd8QWpOFUqAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1765198809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6ld0tHEjmijpgUATkhxBHQIhFVsFeA5iO3GCYqQVUCE=; b=D1fumXoWGaHnAYlCEs2cFILQVj4lv40te2/kfeOKWWtYft8k7RYKqgihPi3nePsa0HWnzy PrnHe/UM54tpKwwXP98IES1w9qN7UUoM2NyF3o/qfMx9uEl/RXRSg6l3L+q3DfWojX45pH Lp8oHQDJ+vdVTC79HdpgVRdwVdwKqWZxCv5sVMN+WRJOQexoJJfKjefRJVveAOAv9/eAQ+ 9ykNSjAl+JWdr6eAfL5knz8sjAGbZ0CRZiRw6e2WsvMXMGnEbpUD3tK1Bk2ZpeEMvCj/iR Zo+ch8VdCQqYdHVhiryWAt69aszr95gor/56s5l5wkJ0/tjoqTX6MST7SwjxnQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] libmicrohttpd: New package installed for fort-validator Date: Mon, 8 Dec 2025 14:00:05 +0100 Message-ID: <20251208130005.30851-2-adolf.belka@ipfire.org> In-Reply-To: <20251208130005.30851-1-adolf.belka@ipfire.org> References: <20251208130005.30851-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - fort-validator-1.6.7 requires libmicrohttpd as a runtime dependency Signed-off-by: Adolf Belka --- config/rootfiles/packages/libmicrohttpd | 6 ++ lfs/libmicrohttpd | 93 +++++++++++++++++++++++++ make.sh | 1 + 3 files changed, 100 insertions(+) create mode 100644 config/rootfiles/packages/libmicrohttpd create mode 100644 lfs/libmicrohttpd diff --git a/config/rootfiles/packages/libmicrohttpd b/config/rootfiles/packages/libmicrohttpd new file mode 100644 index 000000000..6864f054e --- /dev/null +++ b/config/rootfiles/packages/libmicrohttpd @@ -0,0 +1,6 @@ +#usr/include/microhttpd.h +#usr/lib/libmicrohttpd.la +#usr/lib/libmicrohttpd.so +usr/lib/libmicrohttpd.so.12 +usr/lib/libmicrohttpd.so.12.62.2 +#usr/lib/pkgconfig/libmicrohttpd.pc diff --git a/lfs/libmicrohttpd b/lfs/libmicrohttpd new file mode 100644 index 000000000..8aac72cd0 --- /dev/null +++ b/lfs/libmicrohttpd @@ -0,0 +1,93 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2025-2025 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +SUMMARY = Small C library to easily run an HTTP server as part of an application + +VER = 1.0.2 + +THISAPP = libmicrohttpd-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = libmicrohttpd +PAK_VER = 1 + +DEPS = + +SERVICES = + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_BLAKE2 = fc9562cb6064d928f311ad0afd1930d46902f31ce3fb11811cbeb7ec7ef2591693855f6e167732b8743a525b6684f68ffdbeb67ad3b2b2f11dc0296f77aa2d64 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +b2 : $(subst %,%_BLAKE2,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, b2sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) + +############################################################################### +# Installation Details +############################################################################### +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-static \ + --disable-doc \ + --disable-examples \ + --disable-tools + cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make install + + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index 40d09997c..220006c89 100755 --- a/make.sh +++ b/make.sh @@ -2124,6 +2124,7 @@ build_system() { lfsmake2 btrfs-progs lfsmake2 inotify-tools lfsmake2 grub-btrfs + lfsmake2 libmicrohttpd lfsmake2 fort-validator lfsmake2 arpwatch lfsmake2 suricata-reporter