From patchwork Sat Feb 23 20:32:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2093 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [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 61A7588B0A0 for ; Sat, 23 Feb 2019 09:32:39 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 4463063YRDz5JPs1; Sat, 23 Feb 2019 09:32:38 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1550914358; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:list-id:list-unsubscribe:list-subscribe:list-post; bh=vVPxA8f0CGPYf3EIqjtpp6zlkqrF3t9FsyydaQuAZOo=; b=rLkpFalr/o8eNQqtnimcPRlxK9NCeE3/wXUgNxit1TD8Jx8Cz7/kmWRCW6WnSf5BHwDDyZ NHg8L+uwUUjh7oXvaemUmNfpgsfTVl9HwIicbG1nNFv1HnSyzmBRq1/adMVwRz69dfUTd7 bqL2VI6Xw9S8NcQpr4Kc6E4HG0RHok118RaG0Oks63idAQO6aSom1nrqAxt6qgyZA7Kfez ZOaMtE9E1zFKJpYep/Tv5H/19mMiWqquQdKwTyz/f1jZ20T5YHuIImbU07T21dSWUksTj9 OIcdXv1auRPKzr/EguJIemps7Uhj7UKy3s0eWy96GrbohnnlRF7m+o35eqcIbw== Received: from tuxedo.stevee (213162068233.public.t-mobile.at [213.162.68.233]) (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 4463026ND9z5JPrx; Sat, 23 Feb 2019 09:32:34 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1550914355; 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; bh=vVPxA8f0CGPYf3EIqjtpp6zlkqrF3t9FsyydaQuAZOo=; b=usfACk1zlAW2hfpGZNWP6r5ioZIRWX3SJaHLsDjf4ozbSBDX5uBSEBqEtv54CEdPmisGUA zryCZ2rf7HzbOhaofJBjQ5W8c3rqZ6NY4TPuH0jntJNu0Q000M/XgpmQpdGX/z2hCSO6Tu wRHqFJdujqBOeqbV6R77W/FNt+hRjzwSBRVYomz2Q9DZGFk8h1POF7bLzg1hvwRp6cp6G1 dmtXJZiKDNe8ZN22QgJo6GqNBei9/qISFi9pOVBASqj3dtlrNBuHw7FVqEKniq7qlh2NDt 4ktKN43BAsqxUanJPj4BecABd9F5/zv3gwywUil0Ndw9YN+Z8lDFGpVZ8DHzsw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] suricata: Update to 4.0.6 Date: Sat, 23 Feb 2019 10:32:32 +0100 Message-Id: <20190223093232.26433-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Spam-Status: No, score=2.44 X-Rspamd-Server: mail01.i.ipfire.org Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-Spamd-Result: default: False [2.44 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_MISSING_CHARSET(2.50)[]; MIME_GOOD(-0.10)[text/plain]; BROKEN_CONTENT_TYPE(1.50)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.46)[-0.819,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8412, ipnet:213.162.64.0/19, country:AT]; RCVD_TLS_ALL(0.00)[] X-Spam-Level: ** 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 major update to the latest 4.0 series which does not require rust. Signed-off-by: Stefan Schantl --- suricata/suricata.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata/suricata.nm b/suricata/suricata.nm index f3fe7f44d..a74a50cdc 100644 --- a/suricata/suricata.nm +++ b/suricata/suricata.nm @@ -4,7 +4,7 @@ ############################################################################### name = suricata -version = 3.2.1 +version = 4.0.6 release = 1 groups = Networking/IDS