From patchwork Thu Sep 29 20:21:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6026 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 4MdlC42r2nz3wcK for ; Thu, 29 Sep 2022 20:22:08 +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 4MdlC13tN2z2RK; Thu, 29 Sep 2022 20:22:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MdlC10DtXz30Mv; Thu, 29 Sep 2022 20:22:05 +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 4MdlBz6t4dz2ykJ for ; Thu, 29 Sep 2022 20:22:03 +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 4MdlBz5QR7zx6 for ; Thu, 29 Sep 2022 20:22:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1664482923; 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=42hRRnd0vgk8j+ImQiZ4qNr2nwRc4bp9j9KKg6egkng=; b=fAP7PMEgKWFJyRYxZ3AI3FIkNo2wQS7VWKogrdaWYMCCazmDIroOW7IBGKiAMGbacUkYqo odXX7IzLrqTwcMCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1664482923; 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=42hRRnd0vgk8j+ImQiZ4qNr2nwRc4bp9j9KKg6egkng=; b=liW0T7Ga0NbgZ15MveTPqDStuskv5zr8qdcXVxIHTlXQwTRnXgMY2L9zLnolAh8kBcyDLE hcgnFVX68PRUde92tI5dev85IP1ghUdAdmYVsovvOkheyZOUY1bM+GRa+yuX22N4aL9NOW 2qgzOw2ODlomSjxObgv429+4PgiCgX6ZEas9j9g5suGVk2tC8fNUVX9N/6cgMA9eqKEde4 bzII3UyJ4Zcmda1vZFKe25Mu2vOFFVJO+LQMQ6gZMzTaGTyvgAeourM6iC5ual3px2Cs4N daXghbDTt+ri3bhtRzZ0DgTeptPHmp7Ti311tvfwLwkQtPihgeenD9s3l6tm8A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/2] libhtp: Update to 0.5.41 Date: Thu, 29 Sep 2022 22:21:57 +0200 Message-Id: <20220929202157.3683814-2-matthias.fischer@ipfire.org> In-Reply-To: <20220929202157.3683814-1-matthias.fischer@ipfire.org> References: <20220929202157.3683814-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" Needed for 'suricata 6.0.8' For details see: https://github.com/OISF/libhtp/releases/tag/0.5.41 "trim white space of invalid folding for first header clear buffered data for body data minor optimization for decompression code" Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/libhtp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index ffc82f8cd..e3be4a73a 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@ include Config -VER = 0.5.40 +VER = 0.5.41 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 37239d8d0afb6841c54bab1669a17ec7336b10998f8835ef91cf9556dd7449991ce6fb04a408d16b431ba6327b32f6f509a79a4c79ffc6e88e555fcf2e9f2cce +$(DL_FILE)_BLAKE2 = e6e790f76b8d08b89ffc483a218dd1b3a6f910ff1fe8e44d48bfaae2189d9df567c0199e9f20fde05dc4059f75a1e3c34f4f76f2c8818dc7ca4111538095e16d install : $(TARGET)