From patchwork Mon May 4 17:40:59 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9804 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g8TTK3JqMz3wnY for ; Mon, 04 May 2026 17:41:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g8TTK0kL6z79Q for ; Mon, 04 May 2026 17:41:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g8TTJ3lH3z33Dm for ; Mon, 04 May 2026 17:41:08 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g8TTF6SsGz32qB for ; Mon, 04 May 2026 17:41:05 +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 4g8TTD3F4Vz3Lp; Mon, 04 May 2026 17:41:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777916464; 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=M1tToh0wDDJEzCNWD3nkDKy7kpBPa78F/kI9MVxXHDw=; b=L8luZ/Uhifoe12DSYK9vy5ru4TNSCP3LQlNsO4OYzSOchfWJ4Jo9QmqPzSKgAbnCQOmmRw qK72Nc2Eyd6+TJCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777916464; 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=M1tToh0wDDJEzCNWD3nkDKy7kpBPa78F/kI9MVxXHDw=; b=cVa0rtzwLYPcNwRFdJAkdKTIeoNKBaOeSogCUdImgpPUWGajwXieks4N03Rz9z9rw6TQjv WYp/J2AMX2h/UIhNeMhONQaqk3764zPPCszn8oyssTPd4qEIoMDyqS6mprknifN2mmAVq/ +Gn5b2zESBQrlvXEgSv1iIm9cApkC2D4s9+L7ldO0RIYRV7qa9MgjGZ9GNC2P8kX9Eha8r yppmO5zL2YUmYpyyJTRcrh75i/W55UlEEHigU3kvwagoyKbH701cd6KN8kxRshyn6EkYDi qvUhUS7sjs2JA3mg9Idho4hAX+1LwpoJXfA2ZL6ELuGX+9RNi8GQuseHkti6jg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libmicrohttpd: Update to version 1.0.5 Date: Mon, 4 May 2026 19:40:59 +0200 Message-ID: <20260504174059.3648098-4-adolf.belka@ipfire.org> In-Reply-To: <20260504174059.3648098-1-adolf.belka@ipfire.org> References: <20260504174059.3648098-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.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 --- lfs/libmicrohttpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libmicrohttpd b/lfs/libmicrohttpd index 1cfc60fc7..2ec042d9a 100644 --- a/lfs/libmicrohttpd +++ b/lfs/libmicrohttpd @@ -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)