From patchwork Fri Oct 18 20:08:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2524 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46vxtL2ZYwz3yYP for ; Fri, 18 Oct 2019 20:08:26 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46vxtJ4mfDz2ZX; Fri, 18 Oct 2019 20:08:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46vxtJ2N9Nz2yNF; Fri, 18 Oct 2019 20:08:24 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46vxtG2lqRz2y3Z for ; Fri, 18 Oct 2019 20:08:22 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46vxtG13Hrz2P8 for ; Fri, 18 Oct 2019 20:08:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1571429302; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=VD5TVVQDBp1jTUHjXkg8VDh1bVCtsqU1Y+Nu5va6o5g=; b=GV2M3hDoyFHHnV2LiwTwGIuwBTjsnXMB70Cq12O/T5SQ+7prbTAC/iyC6+K9BThkCiPiGK pKTkD1nvR2eYJkC0pHK34uP+GcvlXYyCA+Vj7JEyFKqqvVeI0wu+TZ+IFqwuPzBfTb7tpN ty04pPdbhCKdqmfvGg0fX62DHa45EYksq0hKYBWj8GXBiGtPv7Iv0rY5uRQrakZSuVNF1c e9LqN1A31dsi8aV/ADG5O6Tr2xOIbUZfQsP83Ur/7mo8eOHqUT+UPGPnsYBEDek3EjXFkE 0zESA5vypXLmCKj4e/D2dV5E2vdKA2y2Cg9bRHrAB8oB0U2IauFnpvxL3iIwgw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1571429302; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=VD5TVVQDBp1jTUHjXkg8VDh1bVCtsqU1Y+Nu5va6o5g=; b=2xEOFVv9zjTeS6YuFVrpp5LCgwoLkyLg1djiKYUB0auZ1ngP+eff1SYYcM/fX3GHOYSlk9 K/M0s7F3Z81VJZDg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/2] libhtp: Update to 0.5.31 Date: Fri, 18 Oct 2019 22:08:16 +0200 Message-Id: <20191018200816.3177-2-matthias.fischer@ipfire.org> In-Reply-To: <20191018200816.3177-1-matthias.fischer@ipfire.org> References: <20191018200816.3177-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org 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 Bundled with 'suricata 5.0.0' Signed-off-by: Matthias Fischer --- config/rootfiles/common/libhtp | 3 +++ lfs/libhtp | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libhtp b/config/rootfiles/common/libhtp index 9211ea713..a99aa940e 100644 --- a/config/rootfiles/common/libhtp +++ b/config/rootfiles/common/libhtp @@ -15,6 +15,9 @@ #usr/include/htp/htp_urlencoded.h #usr/include/htp/htp_utf8_decoder.h #usr/include/htp/htp_version.h +#usr/include/htp/lzma +#usr/include/htp/lzma/7zTypes.h +#usr/include/htp/lzma/LzmaDec.h #usr/lib/libhtp.la #usr/lib/libhtp.so usr/lib/libhtp.so.2 diff --git a/lfs/libhtp b/lfs/libhtp index bec93a935..3f65fc43d 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 Michael Tremer & Christian Schmidt # +# Copyright (C) 2019 Michael Tremer & Christian Schmidt # # # # 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.30 +VER = 0.5.31 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ec0d8c57f9c611719e07668bbad7e685 +$(DL_FILE)_MD5 = 5edc4d1eb387b091446ec9e01e987ee8 install : $(TARGET)