From patchwork Sat Nov 20 12:47:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4851 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 4HxCxD3Vznz3wsk for ; Sat, 20 Nov 2021 12:47:44 +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 4HxCxB1XCBz23L; Sat, 20 Nov 2021 12:47:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HxCxB0HfNz2ytv; Sat, 20 Nov 2021 12:47:42 +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 4HxCx874Mvz2yJG for ; Sat, 20 Nov 2021 12:47:40 +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 4HxCx85ddGz152 for ; Sat, 20 Nov 2021 12:47:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1637412460; 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=pPq+OswGl++iJAtFB9uN7jelzDKgyIp95EmbairHQ8o=; b=SwmqZx0YoC1OupqCHMHfgtI12JbiSpfamrKtmteFXfTuqPmpSqy9KPfLdfChOExtjZK0qw SoJUzcZ/t7150oCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1637412460; 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=pPq+OswGl++iJAtFB9uN7jelzDKgyIp95EmbairHQ8o=; b=nqZ2RIRIsLGPpx6z68Qx6H6/SiehyLWqQn1aw84i/5v5HpZSEY9uqYH5BpQQ3ZWOQ2Raob LkFWuS4ioohLgWj0Q39YY//bjsSADnI9kRvzieyqto7QlTj1D5KibBSzVAAm9yAjidZuUf GYdvlpZNDkjzcBqENH4Zc9HiFJgyyUIcEeXKF1KnnkUEvT7jh5FmNP+0snYCh6+++ohuKA 1ma8ReZlv8NjtLhZS0SU+6o4Wt+mEiUrRnkUKoe2Z0DIZ2oQYzLOOinNIrWjS4oJzV2c2u tu1bkO5sUyf4GC4tGrmcWJjSA6sRRRZsBJADBXt8eVWDBKla2r2gWwzvG+PGXw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/2] libhtp: Update to 0.5.39 Date: Sat, 20 Nov 2021 13:47:32 +0100 Message-Id: <20211120124732.30431-2-matthias.fischer@ipfire.org> In-Reply-To: <20211120124732.30431-1-matthias.fischer@ipfire.org> References: <20211120124732.30431-1-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/tag/0.5.39 "0.5.39 (16 Nov 2021) -------------------- - host: ipv6 address is a valid host - util: one char is not always empty line - test and fuzz improvements" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/libhtp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 242953254..95264df09 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@ include Config -VER = 0.5.38 +VER = 0.5.39 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4d3bee196a8adcb10bfd874ec6bd9ca0 +$(DL_FILE)_MD5 = f18e1a3f36b97beb63616ad1a5c2a9d8 install : $(TARGET)