From patchwork Sun Jul 4 13:38:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4488 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GHqfg0pd4z3xGW for ; Sun, 4 Jul 2021 13:39:07 +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 4GHqfc2vwTz1fH; Sun, 4 Jul 2021 13:39:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GHqfb5VQGz2yw0; Sun, 4 Jul 2021 13:39:03 +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 4GHqfY4GwXz2xxK for ; Sun, 4 Jul 2021 13:39:01 +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 4GHqfY2ZqNzss for ; Sun, 4 Jul 2021 13:39:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625405941; 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=qHdNEkYpp0A4Ct6bqIAT/b/KwK70+sSX2+dgnEOCkqo=; b=TPVIljvc4EybD7Yo+FxTp1dpejZYtvJ9wY0ZblLzttzLl013Ug77p1RaSPgX+V2lw4EcdZ nCIQwNb03+CZffCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625405941; 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=qHdNEkYpp0A4Ct6bqIAT/b/KwK70+sSX2+dgnEOCkqo=; b=BgbDajgi1cdeYM/5qJAL0Ii6tU5985Grt8fIWESwAtRnTy2cepQBoO0gdws9pj0Bf3zgN1 eiIXvMJyRMdJcGBESm8gNWRv5qJgf1FL2IOwOAiRR/5qwD9fYP+lo5oNMQCmpWDvNXLIIN hx4Bz3sUERyH+GewNTaYAtLhipqtRLUNDdY6P+B4vjeqkjN6CqgZdvcOvX0lXkEFc/AHoe OZFRoOwbunxxgBVTfgt6GXIV+BtdvPuSpcSGxo7B9roSoLBy+Wul7MGEhq38HDidi8gg3/ h5xQwY7oBlIa7KuOLpXfRcLWmuWJJ2tKI+1gS6nOrkyx8BsWj8Cs1+7KarR1bw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/2] libhtp: Update to 5.0.38 Date: Sun, 4 Jul 2021 15:38:56 +0200 Message-Id: <20210704133856.7407-2-matthias.fischer@ipfire.org> In-Reply-To: <20210704133856.7407-1-matthias.fischer@ipfire.org> References: <20210704133856.7407-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.38 Signed-off-by: Matthias Fischer Acked-by: Stefan Schantl --- lfs/libhtp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index e21db73a9..242953254 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@ include Config -VER = 0.5.37 +VER = 0.5.38 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ccc2f25ab3c1db53a22034280f1600dd +$(DL_FILE)_MD5 = 4d3bee196a8adcb10bfd874ec6bd9ca0 install : $(TARGET)