From patchwork Fri Apr 22 08:21:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5529 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 4Kl6nz225cz3xG6 for ; Fri, 22 Apr 2022 08:21:59 +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 4Kl6nv16Y8z4JP; Fri, 22 Apr 2022 08:21:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Kl6nt71tLz2xy1; Fri, 22 Apr 2022 08:21:54 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Kl6ns5L1lz2xSn for ; Fri, 22 Apr 2022 08:21:53 +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 4Kl6ns2HGSz17w for ; Fri, 22 Apr 2022 08:21:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1650615713; 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; bh=xqHUh8xvAJ4OLEKCF5bgGdY54NlfMaYH1y1a+LV2s5o=; b=Mu31foLVs502V0Vjh4GgstPQPhSiCnScmAstXYOuIzyMRTjSvvn+fAn7rmjBwWwbkzAYdT TVk6r952uMcYCbAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1650615713; 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; bh=xqHUh8xvAJ4OLEKCF5bgGdY54NlfMaYH1y1a+LV2s5o=; b=SX5e3UPSDsoiMneu7fnrP787ZzM7PVHGtTKAAbiJccNAJTQiHdx4FMYm2VRaToO1Z/vdI9 xgEChdwe4JOYbuIRiU+QVl+QAocR1N2+56uoTCg6ebQH3UCs5oSH6DWVKtlKnMPyxTFyTz DgAh/EwyOfd0/bG31HpRVeu+H8Oo6n3ypnn/N0SqKXzmm96tpo5BwewIC56nE/LpfJAif4 Yszbnbq9npA8ejAvXBIh13o/UqQGqeWhVInl8KTDGteLWW35sWiWP1AhXUzEBtKCIioS4N 7BZSMfaOOo6RD6IfvJM8dB3HRYH/gS1yroB0tmwSsqaupyC9JVY5iN23WNDfbg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 1/2] libhtp: Update to 0.5.40 - needed for 'suricata' Date: Fri, 22 Apr 2022 10:21:47 +0200 Message-Id: <20220422082148.22197-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.40 "uri: optionally allows spaces in uri ints: integer handling improvements headers: continue on nul byte headers: consistent trailing space handling list: fix integer overflow util: remove unused htp_utf8_decode fix 100-continue with CL 0 lzma: don't do unnecessary realloc" Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/libhtp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 3dad9955b..ffc82f8cd 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # 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 # @@ -24,7 +24,7 @@ include Config -VER = 0.5.39 +VER = 0.5.40 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = fec9e2b0dd867becde972e9e2bf572a21d90acc747a8ee8338e2fe68240d690706db01b12c3cf8c6bf1b5d4415da4e4a5bf92a056e1dff96f54a9ac569906712 +$(DL_FILE)_BLAKE2 = 37239d8d0afb6841c54bab1669a17ec7336b10998f8835ef91cf9556dd7449991ce6fb04a408d16b431ba6327b32f6f509a79a4c79ffc6e88e555fcf2e9f2cce install : $(TARGET)