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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C0EA1580B2 for ; Fri, 3 Sep 2021 12:15:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D956BE0898; Fri, 3 Sep 2021 12:15:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72214E0894 for ; Fri, 3 Sep 2021 12:15:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41E5D34072E for ; Fri, 3 Sep 2021 12:15:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A850AA2 for ; Fri, 3 Sep 2021 12:15:36 +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: <1630671328.0c78c2e5256c800d5e1538aec8891dfdbcb31b7f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/metadata.xml net-analyzer/suricata/suricata-5.0.7-r1.ebuild net-analyzer/suricata/suricata-5.0.7.ebuild net-analyzer/suricata/suricata-6.0.3-r1.ebuild net-analyzer/suricata/suricata-6.0.3.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0c78c2e5256c800d5e1538aec8891dfdbcb31b7f X-VCS-Branch: master Date: Fri, 3 Sep 2021 12:15:36 +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: 4296308f-4d69-4d85-8861-381a33e80a07 X-Archives-Hash: 6cfda9745b30e7ff5ed708323758a6c7 commit: 0c78c2e5256c800d5e1538aec8891dfdbcb31b7f Author: Jonathan Davies protonmail com> AuthorDate: Fri Sep 3 00:00:02 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Sep 3 12:15:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c78c2e5 net-analyzer/suricata: Add hyperscan USE flag. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Marek Szuba gentoo.org> net-analyzer/suricata/metadata.xml | 1 + .../suricata/{suricata-5.0.7.ebuild => suricata-5.0.7-r1.ebuild} | 3 ++- .../suricata/{suricata-6.0.3.ebuild => suricata-6.0.3-r1.ebuild} | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/net-analyzer/suricata/metadata.xml b/net-analyzer/suricata/metadata.xml index 87689ee5189..36501eaa4f5 100644 --- a/net-analyzer/suricata/metadata.xml +++ b/net-analyzer/suricata/metadata.xml @@ -12,6 +12,7 @@ Enable unix socket Enable NVIDIA Cuda computations support Enable detection modules + Enable high-performance regex matching with Hyperscan Enable support for compressed pcap logging using the LZ4 algorithm Enable libnetfilter_log support Enable NFQUEUE support for inline IDP diff --git a/net-analyzer/suricata/suricata-5.0.7.ebuild b/net-analyzer/suricata/suricata-5.0.7-r1.ebuild similarity index 98% rename from net-analyzer/suricata/suricata-5.0.7.ebuild rename to net-analyzer/suricata/suricata-5.0.7-r1.ebuild index b2e2f7e436d..eed3b8e26ae 100644 --- a/net-analyzer/suricata/suricata-5.0.7.ebuild +++ b/net-analyzer/suricata/suricata-5.0.7-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.openinfosecfoundation.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/5" KEYWORDS="~amd64 ~x86" -IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened lua lz4 nflog +nfqueue redis systemd test" +IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened hyperscan lua lz4 nflog +nfqueue redis systemd test" RESTRICT="!test? ( test )" @@ -43,6 +43,7 @@ RDEPEND="${PYTHON_DEPS} bpf? ( >=dev-libs/libbpf-0.1.0 ) cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/libmaxminddb ) + hyperscan? ( dev-libs/hyperscan ) lua? ( ${LUA_DEPS} ) lz4? ( app-arch/lz4 ) nflog? ( net-libs/libnetfilter_log ) diff --git a/net-analyzer/suricata/suricata-6.0.3.ebuild b/net-analyzer/suricata/suricata-6.0.3-r1.ebuild similarity index 98% rename from net-analyzer/suricata/suricata-6.0.3.ebuild rename to net-analyzer/suricata/suricata-6.0.3-r1.ebuild index 7e48fc1c6d5..fae8b5b7a3f 100644 --- a/net-analyzer/suricata/suricata-6.0.3.ebuild +++ b/net-analyzer/suricata/suricata-6.0.3-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.openinfosecfoundation.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/6" KEYWORDS="~amd64 ~riscv ~x86" -IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened lua lz4 nflog +nfqueue redis systemd test" +IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened hyperscan lua lz4 nflog +nfqueue redis systemd test" RESTRICT="!test? ( test )" @@ -43,6 +43,7 @@ RDEPEND="${PYTHON_DEPS} bpf? ( >=dev-libs/libbpf-0.1.0 ) cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/libmaxminddb ) + hyperscan? ( dev-libs/hyperscan ) lua? ( ${LUA_DEPS} ) lz4? ( app-arch/lz4 ) nflog? ( net-libs/libnetfilter_log )