summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-11-09 22:59:42 +0000
committerMarek Szuba <marecki@gentoo.org>2022-11-10 00:42:08 +0000
commitfa455e775b038a6b8e1c0fe57df3ed0d39882955 (patch)
treec5b21c9079a511f4c5265eb0fe2fb3b6e52339fc /net-analyzer/suricata
parentdev-lang/python: Stabilize 3.11.0_p2 arm64, #880643 (diff)
downloadgentoo-fa455e775b038a6b8e1c0fe57df3ed0d39882955.tar.gz
gentoo-fa455e775b038a6b8e1c0fe57df3ed0d39882955.tar.bz2
gentoo-fa455e775b038a6b8e1c0fe57df3ed0d39882955.zip
net-analyzer/suricata: do not mention version 5 any more
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r--net-analyzer/suricata/suricata-6.0.8-r1.ebuild6
1 files changed, 1 insertions, 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