]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libmicrohttpd: Update to version 1.0.3
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 5 Apr 2026 12:03:52 +0000 (14:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Apr 2026 12:59:44 +0000 (12:59 +0000)
- Update from version 1.0.2 to 1.0.3
- Update of rootfile
- Changelog
    1.0.3
    This is a bugfix release.
    It primarily fixes a list traversal issue that could
     cause connection handling issues when other connections
     were suspended.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libmicrohttpd
lfs/libmicrohttpd

index 6864f054e4f025ec7b180cd69b97828e7bc1ccbf..b78560c7bbc6f1762d87a2f86cc54ef1d73031cb 100644 (file)
@@ -2,5 +2,5 @@
 #usr/lib/libmicrohttpd.la
 #usr/lib/libmicrohttpd.so
 usr/lib/libmicrohttpd.so.12
-usr/lib/libmicrohttpd.so.12.62.2
+usr/lib/libmicrohttpd.so.12.62.3
 #usr/lib/pkgconfig/libmicrohttpd.pc
index 8aac72cd090638cb8bfd81a6394a96faa4c5d72e..1cfc60fc7cd409e7210dc156c0a4e5e538f0022a 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2025-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2025-2026  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,7 +26,7 @@ include Config
 
 SUMMARY    = Small C library to easily run an HTTP server as part of an application
 
-VER        = 1.0.2
+VER        = 1.0.3
 
 THISAPP    = libmicrohttpd-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libmicrohttpd
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = fc9562cb6064d928f311ad0afd1930d46902f31ce3fb11811cbeb7ec7ef2591693855f6e167732b8743a525b6684f68ffdbeb67ad3b2b2f11dc0296f77aa2d64
+$(DL_FILE)_BLAKE2 = a739b5b954b94644e586e0323d6da5e6313eefb87a9f85230ed776a92176bae6393f0bf2fd2a45070989b0b193b63017f9c9e76b8409fb5632e4d1f6c6e6b8b1
 
 install : $(TARGET)