From patchwork Wed Mar 3 12:52:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3918 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 4DrDS36cS7z3xGH for ; Wed, 3 Mar 2021 12:52:51 +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 4DrDS25K81zpC; Wed, 3 Mar 2021 12:52:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DrDS23RJsz2xrw; Wed, 3 Mar 2021 12:52:50 +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 4DrDS118zzz2xGC for ; Wed, 3 Mar 2021 12:52:49 +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 4DrDS03CmvzZ0 for ; Wed, 3 Mar 2021 12:52:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1614775968; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=vfpRJhIIcyXGzz8Dz9t2nbVPGKx/oj1T4IRvIkKW9ig=; b=1ASwXXO8OudkTSpIn2IXx1FrdX3KiCMaGIxG8v7UcLC7jaa6aYvWDzcEdfraqdmFSvxOoy IPxrN9wxs/KsiyDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1614775968; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=vfpRJhIIcyXGzz8Dz9t2nbVPGKx/oj1T4IRvIkKW9ig=; b=LTUYTM0+OElHBF6/pN/6E064AyJ8mIkvu6j/eYIEyi6cDznw0tboT6QPcvBuWaIGlbOL7L lK9kQg/hFxn+74FdBZRNPYUckq8FOHKGA0DwPmjQPiSuoVvzkLMq/LoPVu1KlAVfgEJbCU XwP1M+kUgvcTAxr0edtu4RZPW3NSsqp0I9XoHiLmPSzsk/v3AUuRYciwmFLvXvUj3TIEww JSfl+ASpFjNg0AlcuvIwPK5j/Ln99ErG4uKfL7qBPlj+UKUE8P2huPm3imJR4YDIFwk8S5 slXRwgXf+8DE+vSHaiVxR05sRyL9gze06J+b6UIkeQXZRrePM3XAiylf9boVZg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libhtp: Update to 0.5.37 Date: Wed, 3 Mar 2021 13:52:43 +0100 Message-Id: <20210303125243.2079-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 Signed-off-by: Matthias Fischer --- lfs/libhtp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 90a55112c..e21db73a9 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 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.36 +VER = 0.5.37 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 15f567527e437b38b9b1d6b86adb6a54 +$(DL_FILE)_MD5 = ccc2f25ab3c1db53a22034280f1600dd install : $(TARGET)