]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libmicrohttpd: Update to version 1.0.5
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 4 May 2026 17:40:59 +0000 (19:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 May 2026 09:47:09 +0000 (09:47 +0000)
- Update from version 1.0.3 to 1.0.5
- No change to rootfile
- Changelog
1.0.5
    It fixes a additional HTTP request smuggling issues (CWE-444)
1.0.4
    It fixes a minor HTTP request smuggling issue (CWE-444).

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

index 1cfc60fc7cd409e7210dc156c0a4e5e538f0022a..2ec042d9ae474bce797c8652d7317a079fa1582b 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Small C library to easily run an HTTP server as part of an application
 
-VER        = 1.0.3
+VER        = 1.0.5
 
 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    = 2
+PAK_VER    = 3
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = a739b5b954b94644e586e0323d6da5e6313eefb87a9f85230ed776a92176bae6393f0bf2fd2a45070989b0b193b63017f9c9e76b8409fb5632e4d1f6c6e6b8b1
+$(DL_FILE)_BLAKE2 = dd6ea96a4ab94925d041ef4c45066bf8fb5568c93a727e93295d69db5432ef498d72138f1c64fe157327aca8f97636c9140757c1c048e589d91fddc8ff83a119
 
 install : $(TARGET)