]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libmicrohttpd: New package installed for fort-validator
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 8 Dec 2025 13:00:05 +0000 (14:00 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Dec 2025 11:23:30 +0000 (11:23 +0000)
- fort-validator-1.6.7 requires libmicrohttpd as a runtime dependency

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libmicrohttpd [new file with mode: 0644]
lfs/libmicrohttpd [new file with mode: 0644]
make.sh

diff --git a/config/rootfiles/packages/libmicrohttpd b/config/rootfiles/packages/libmicrohttpd
new file mode 100644 (file)
index 0000000..6864f05
--- /dev/null
@@ -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 (file)
index 0000000..8aac72c
--- /dev/null
@@ -0,0 +1,93 @@
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2025-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        #
+# 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 <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# 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 40d09997c0fecac9b61e63353e2be3bc430a5d55..220006c8944b58dc5e928e361218af5fc74a97c0 100755 (executable)
--- 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