From patchwork Sat Jan 5 20:40:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2017 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 3B37685D3EC for ; Sat, 5 Jan 2019 09:40:25 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 15E3E20611A7; Sat, 5 Jan 2019 09:40:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1546681222; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=5M0DWmYjPojEQWgIMb2PtVps3kWdjsB+GMlAsf7Dm/s=; b=QzfuSQoC27sp38gFiQGFg9U1O+UT9k3LD0T8Wt1F/3XyWgjI2AK2kI7RWJUxy30teYo4Ge gWBtPzuODBD8ktglqqCk92QvoTIEk2ygdZmnPHKR4T+8Ke3gnD4BLCB4K9r9/9N2grl/UL Hf96z+iAHEi6RnbK5eKpL8D7x965wj25lb89LPzqaP6omQ9Li/vZZFMl3alKCB9QWGGgZO Hb+zv9RrbxdyIB4ePeiOVYm4taPPVd9Rd9wqsZcGFwPKA4iYdtkX/mjVigOPoVmo2sbBGR ezf9GXUzc7rdGrCKgLIfnIBDu4iPyS6VXsWiEG1D8nT23Z7kW3INgj/yVWSmfw== Received: from Devel.localdomain (p4FF5633E.dip0.t-ipconnect.de [79.245.99.62]) (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 8C4BC21B7135 for ; Sat, 5 Jan 2019 09:40:16 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1546681216; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=5M0DWmYjPojEQWgIMb2PtVps3kWdjsB+GMlAsf7Dm/s=; b=mg3S27zG+D8YhiRjmJq3uiXgwQGaRi2MldGIM53V1HbF+ZDsyzAIZtE7vC4dY1xuLOnqKL uz2TchgmpHlN1mix42D7vBROoLws9upSDhH6RYZpfRSnRqS95xJZWdGNfOhWYRDlcTdCHE lqfAaDhtSd8mq4XZ84HeuNqCwSmBwjkp8oU5G4p/VvA6Yd0ESMZe5wloF0czcf35+SYuyM VAP1+BSxBdNBL3xcZMujkSeocYI3Rf/IJffRo7KOenHMu2nKaVVFjND6ChihKT9cTAqcIh owNxXGSoc8wMQIphO+aXe2hkzbwiZBmDrxKmPZ89+0fixgGxd9C5Uwpklt/xQQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] snort: Update to 2.9.12 Date: Sat, 5 Jan 2019 10:40:08 +0100 Message-Id: <20190105094008.24055-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-0.15 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_SPAM(1.95)[0.649,0]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-0.15 X-Rspamd-Server: mail01.i.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" For details see: Release notes: https://snort.org/downloads/snort/release_notes_2.9.12.txt Changelog: https://snort.org/downloads/snort/changelog_2.9.12.txt Best, Matthias Signed-off-by: Matthias Fischer --- html/cgi-bin/ids.cgi | 4 ++-- lfs/snort | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index eddfc387c..5a3f4c314 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -259,9 +259,9 @@ if ($snortsettings{'OINKCODE'} ne "") { if (!$errormessage) { if ($snortsettings{'RULES'} eq 'subscripted') { - $url=" https://www.snort.org/rules/snortrules-snapshot-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}"; + $url=" https://www.snort.org/rules/snortrules-snapshot-29120.tar.gz?oinkcode=$snortsettings{'OINKCODE'}"; } elsif ($snortsettings{'RULES'} eq 'registered') { - $url=" https://www.snort.org/rules/snortrules-snapshot-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}"; + $url=" https://www.snort.org/rules/snortrules-snapshot-29120.tar.gz?oinkcode=$snortsettings{'OINKCODE'}"; } elsif ($snortsettings{'RULES'} eq 'community') { $url=" https://www.snort.org/rules/community"; } else { diff --git a/lfs/snort b/lfs/snort index 813c05c14..e7b5a19f7 100644 --- a/lfs/snort +++ b/lfs/snort @@ -24,7 +24,7 @@ include Config -VER = 2.9.11.1 +VER = 2.9.12 THISAPP = snort-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 378e3938b2b5c8e358f942d0ffce18cc +$(DL_FILE)_MD5 = 3a305d9c44bd0319aa50783a60c8947f install : $(TARGET) @@ -75,7 +75,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --sysconfdir=/etc/snort \ --target=i586 \ --enable-linux-smp-stats \ - --enable-gre --enable-mpls \ + --disable-open-appid \ + --enable-gre \ + --enable-mpls \ --enable-targetbased \ --enable-ppm \ --enable-non-ether-decoders \