From patchwork Fri Jun 16 15:52:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6938 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4QjNvm2lltz3wjk for ; Fri, 16 Jun 2023 15:52:20 +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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4QjNvj5Jx2z4Zb; Fri, 16 Jun 2023 15:52:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QjNvj0pz4z2yyS; Fri, 16 Jun 2023 15:52:17 +0000 (UTC) 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4QjNvg6SPtz2xgv for ; Fri, 16 Jun 2023 15:52:15 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4QjNvg4F3Xz1Qs for ; Fri, 16 Jun 2023 15:52:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1686930735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nXWZUY3qcCKyktfTcB6VDsRUV1fWjkdQO2f1ViG+o8o=; b=k+uv1+vJTxIF32LmNpkoIh82fFzd7+7Lp8dBy2gtt6UzgLLSWbMhV1hSQdq7gie5RKWoYH qLTS9fI5sR6BL1Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1686930735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nXWZUY3qcCKyktfTcB6VDsRUV1fWjkdQO2f1ViG+o8o=; b=HvgQKRCC729ebs6uKcyubE3NeQoZB7EYRoRwU253+7l9TLXqWHZFJN/Dqjfpv1M8hyulgm B1vAqUBrrf980cvpiX0FTx1CBIB5Xq0TTItE1i23TpUOP++S/UE2VZpvwhDvqBeDneVN+u ft/aKGjg9IpDaUCqF4wH2yH5/FATgtSqpqUySETJqp7yehYYUNsOpC1dr0B9+rM4rlvpj/ 8WxMY/nT1Uin2y8Ty6gq7jd5+JM/+OaKTQkvaoqtjucWR6PgbbzfMUnda1P741Zkx//tFC /WODRmksG9WohLbhHqhbaXFdXVG4c1AtVViWu7WL4hvZYuSwzRri11xLOvYtxQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/2] libhtp: Update to 0.5.44 Date: Fri, 16 Jun 2023 17:52:09 +0200 Message-Id: <20230616155209.1818-2-matthias.fischer@ipfire.org> In-Reply-To: <20230616155209.1818-1-matthias.fischer@ipfire.org> References: <20230616155209.1818-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://github.com/OISF/libhtp/releases/tag/0.5.44 "0.5.44 (13 June 2023) --------------------- - response: only trim spaces at headers names end - response: skips lines before response line - headers: log a warning for chunks extension" Signed-off-by: Matthias Fischer --- lfs/libhtp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 0b6015cde..987c159e5 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@ include Config -VER = 0.5.43 +VER = 0.5.44 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 071cadc254b7af55bf410db5689429ca7588005b2f74fbd8468f2d6eeaf00c55ae99e8dd78552a5bf11ace5c8047b28a844db343937827a428b6d8b8d9036d29 +$(DL_FILE)_BLAKE2 = 6b4c8d617e6a649997e9375677baed99315be83e598317ce4951883482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613 install : $(TARGET)