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 355BF1580B2 for ; Fri, 3 Sep 2021 12:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B96E089C; Fri, 3 Sep 2021 12:15:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6197AE0898 for ; Fri, 3 Sep 2021 12:15:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 418593406BF 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 CF2F7A7 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: <1630671330.a8a3cbd2d2b367b5cae15ce5545c1041b7e7a6c9.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-5.0.7-r1.ebuild net-analyzer/suricata/suricata-6.0.3-r1.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a8a3cbd2d2b367b5cae15ce5545c1041b7e7a6c9 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: 54332d78-ce8f-42ff-919d-0606771e9d39 X-Archives-Hash: 93c43148b47255d46f9d81acf3ca0bb5 commit: a8a3cbd2d2b367b5cae15ce5545c1041b7e7a6c9 Author: Marek Szuba gentoo org> AuthorDate: Fri Sep 3 12:13:38 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Sep 3 12:15:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a3cbd2 net-analyzer/suricata: add TODO note about hyperscan automagic Even with USE=-hyperscan, if dev-libs/hyperscan is present at configure time it is pulled in. Same deal as with lz4 earlier. Signed-off-by: Marek Szuba gentoo.org> net-analyzer/suricata/suricata-5.0.7-r1.ebuild | 1 + net-analyzer/suricata/suricata-6.0.3-r1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/suricata/suricata-5.0.7-r1.ebuild b/net-analyzer/suricata/suricata-5.0.7-r1.ebuild index eed3b8e26ae..8d11af4dcc5 100644 --- a/net-analyzer/suricata/suricata-5.0.7-r1.ebuild +++ b/net-analyzer/suricata/suricata-5.0.7-r1.ebuild @@ -53,6 +53,7 @@ DEPEND="${RDEPEND} >=sys-devel/autoconf-2.69-r5 virtual/rust" +# TODO: get rid of hyperscan automagic as well PATCHES=( "${FILESDIR}/${PN}-5.0.1_configure-no-lz4-automagic.patch" "${FILESDIR}/${PN}-5.0.1_default-config.patch" diff --git a/net-analyzer/suricata/suricata-6.0.3-r1.ebuild b/net-analyzer/suricata/suricata-6.0.3-r1.ebuild index fae8b5b7a3f..64dd427cc0d 100644 --- a/net-analyzer/suricata/suricata-6.0.3-r1.ebuild +++ b/net-analyzer/suricata/suricata-6.0.3-r1.ebuild @@ -53,6 +53,7 @@ DEPEND="${RDEPEND} >=sys-devel/autoconf-2.69-r5 virtual/rust" +# TODO: get rid of hyperscan automagic as well PATCHES=( "${FILESDIR}/${PN}-5.0.1_configure-no-lz4-automagic.patch" "${FILESDIR}/${PN}-5.0.6_configure-no-sphinx-pdflatex-automagic.patch"