From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71CF1158020 for ; Thu, 10 Nov 2022 00:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC0BE0907; Thu, 10 Nov 2022 00:42:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8EABE0907 for ; Thu, 10 Nov 2022 00:42:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5E1B335DB7 for ; Thu, 10 Nov 2022 00:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 843BC55B for ; Thu, 10 Nov 2022 00:42:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1668040928.fa455e775b038a6b8e1c0fe57df3ed0d39882955.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/suricata-6.0.8-r1.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: fa455e775b038a6b8e1c0fe57df3ed0d39882955 X-VCS-Branch: master Date: Thu, 10 Nov 2022 00:42:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59cd79a0-0fd0-436b-bd79-fa77efd887ca X-Archives-Hash: 2911779ac760cef05105baa84516ca17 commit: fa455e775b038a6b8e1c0fe57df3ed0d39882955 Author: Marek Szuba gentoo org> AuthorDate: Wed Nov 9 22:59:42 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Nov 10 00:42:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa455e77 net-analyzer/suricata: do not mention version 5 any more Signed-off-by: Marek Szuba gentoo.org> net-analyzer/suricata/suricata-6.0.8-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net-analyzer/suricata/suricata-6.0.8-r1.ebuild b/net-analyzer/suricata/suricata-6.0.8-r1.ebuild index 9b39a338afc0..1caffbd09a2c 100644 --- a/net-analyzer/suricata/suricata-6.0.8-r1.ebuild +++ b/net-analyzer/suricata/suricata-6.0.8-r1.ebuild @@ -203,11 +203,7 @@ pkg_postinst() { fi elog - if [[ -n "${REPLACING_VERSIONS}" ]]; then - ewarn "Since version 6.0.0 Suricata no longer supports the unified2 output format commonly used" - ewarn "in legacy, Snort-compatible IDS solutions, e.g. ones based on net-analyzer/barnyard2." - ewarn "If you need unified2 support, please continue to use suricata-5." - else + if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "To download and install an initial set of rules, run:" elog " emerge --config =${CATEGORY}/${PF}" fi