From patchwork Thu May 2 04:19:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2238 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id B844585BD81 for ; Wed, 1 May 2019 19:19:08 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44vRVg70k7z5D0PP; Wed, 1 May 2019 19:19:07 +0100 (BST) Received: from tuxedo.stevee (213162073179.public.t-mobile.at [213.162.73.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44vRVd0RbDz5Btsl; Wed, 1 May 2019 19:19:04 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1556734745; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references:openpgp:autocrypt; bh=V5IjhgJFbBC58WQzNa/lufWHNbTlKI/5vlHnmhJDwZ4=; b=RFtyLepBjcJTJkntGKoJ8nF0koFeTOxw7SBvS23z1y9TxPNmdNSMmowcKOyZvhjWt3Oo6J 9U65qEPY2oDJIB6xfTxOvi2x6TFGVldlfzmWNB3WgR+xnhtQ2RbvO56B9URjUNpV+J/NTz EDH80RhhPfqFZS/2EdzLeCeu04d0srpblpw2IXN0NmtleN9oxjmyXAx6D3DHmLSfyaJQ2E 4Ov3UfBjAvFDR1306mv6QNXHbWk0iBEsUHVoBzuRREuRp4n5ay5ykqXt3uzKNLd0HIKdck DEhOFw89AQNZYhc/zRtFC3zEKG03J9Hgi1+7dEmZxgGK4SPp5hfBaNpyIh/oDA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1556734745; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references:openpgp:autocrypt; bh=V5IjhgJFbBC58WQzNa/lufWHNbTlKI/5vlHnmhJDwZ4=; b=KUU6+rjsaGm7HDBaS5VugkJeJ+rP3rS/EbaCDq+YLppuO1cDJ6DjGcjBSfXuutUtUn0oWS EJ6tDkU/QZcjAsBw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] suricata: Update to 4.1.4 Date: Wed, 1 May 2019 20:19:01 +0200 Message-Id: <20190501181901.3871-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 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.15 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" X-Spam: Yes This is a minor update to the latest available version from the suricata 4.1 series. Fixes #12068. Signed-off-by: Stefan Schantl --- lfs/suricata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/suricata b/lfs/suricata index d7b5b71d6..310920606 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ include Config -VER = 4.1.3 +VER = 4.1.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 = 35c4a8e6be3910831649a073950195df +$(DL_FILE)_MD5 = cb8bf6b8330c44ae78dfb5b083a6fe82 install : $(TARGET)