From patchwork Thu Oct 15 15:31:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3584 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 4CBtYx0MDjz3x3M for ; Thu, 15 Oct 2020 15:32:05 +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 4CBtYw55S1z1Cf; Thu, 15 Oct 2020 15:32:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CBtYw24Hrz2yp9; Thu, 15 Oct 2020 15:32:04 +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 4CBtYt73tKz2xZ8 for ; Thu, 15 Oct 2020 15:32:02 +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 4CBtYs49hQzks; Thu, 15 Oct 2020 15:32:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602775921; 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=euUV0Zo+8OnQTHnGHTeicRDMJU7CU27KLW5VQYhocpw=; b=mhVmH20UTtU3DOBMB+3Exwjw9vjliX6ZimPQeksrG4kHhuqjxUnQ+Wbcu4yAIfGeKejhca HKuCwe+gjB8ZljBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602775921; 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=euUV0Zo+8OnQTHnGHTeicRDMJU7CU27KLW5VQYhocpw=; b=LZzomLhsxgHOn+DVzHZjV77AVXzkCUvGhkqm72o0BXoA9AeQq4LMvSaxGEg7rdo1gBNYwf x6UABV8jcwS1Coqvp0jHeVgtsyObnQvhZp5QuXPXHWgtboYmiflbXLdU1Uk2XfcaNZFgV2 D+jW5K7JON6ZsXJZ+lLDTpHwEoSlWMr7ePGCadFzAyVQ3fUhO0dfRrTzxn+MSYixYlAUiJ ImhK9ZmOGjPjUCntyJMULqAyYU+umFq2v1v1rQ+LEdIwO74VEXDPAUiGHJMbWAxfjqwsYI wGZJ5JBoQLRCEMO9c3gz2IUFGfOOize14TZbadODGLZle8yDGx0EvDbDjWcsQg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] suricata: Update to 5.0.4 Date: Thu, 15 Oct 2020 17:31:54 +0200 Message-Id: <20201015153154.2893-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/suricata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/suricata b/lfs/suricata index 9369500ac..f981232a2 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ include Config -VER = 5.0.3 +VER = 5.0.4 THISAPP = suricata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d302ae41735551e2e1198e965d452664 +$(DL_FILE)_MD5 = c08809d5641a790a95a56d4dc7eba2f2 install : $(TARGET)