From patchwork Thu Oct 15 15:31:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3583 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CBtYH3z5xz3x3M for ; Thu, 15 Oct 2020 15:31:31 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CBtYH1f9gzsd; Thu, 15 Oct 2020 15:31:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CBtYH15Vzz2ytv; Thu, 15 Oct 2020 15:31:31 +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 4CBtYG0ZWsz2xZ8 for ; Thu, 15 Oct 2020 15:31:30 +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 4CBtYF2H54zjl; Thu, 15 Oct 2020 15:31:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602775889; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HlX23JT+1tbFH2DQ+dB5xuQKhncELT70nf2i+O4dnwc=; b=xq1vRC6sa1FVE9wW+Pa6cOmnzNdzadfOnk5l8vb2JMTmB75WWDu0sytznQ5JAmllw/+5BB 6qIDcouQlM6X7LCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602775889; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HlX23JT+1tbFH2DQ+dB5xuQKhncELT70nf2i+O4dnwc=; b=kaZupWz/f+Dm9cjuuTa6wtDRpnxrDho3c6LTf56d19TmnxT4K5FRGp6wxFr2fBQlZVcrCb 1opZTFCKcC1Q38VV6Mrq4Tn1WWVwUr4DlmP4EYT64HAVfzdiJHD8sXKrqPP7MexDns+t/0 iSpz6hEDUKCLI5w/3R43U9Izcw4ZmkzXQcmKViZnrZdmQu0arfSNGhFqpx9pvGNFab+FdD Z2d8akohGwObjRZaznz1sGXImQK3b0NEXfcchRHJEu3bkL/Af5rgt1K+j7QZMKH4iaC1XN XkPP9UeZJqp12gt9dM8Ez8XPAoYF5Jq69pEKTBBPxhA1P37ue0cSBJGS9AjS3w== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libhtp: Update to 0.5.35 Date: Thu, 15 Oct 2020 17:31:21 +0200 Message-Id: <20201015153121.2786-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@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" Signed-off-by: Stefan Schantl --- lfs/libhtp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 9cbc8480a..29f90b0b3 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@ include Config -VER = 0.5.33 +VER = 0.5.35 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d01e386d1d8f13774239e920fcf143da +$(DL_FILE)_MD5 = 188ebe7e1804f8bfaf00db007736f3f6 install : $(TARGET)