diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 01:21:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 01:21:47 +0000 |
commit | 494e977970384142327ea2dfd7bd0b9bf79e2d23 (patch) | |
tree | 961dfa758d88a9ccc74eaaf11b49e7141df7ed53 /net-analyzer | |
parent | app-text/qpdf: Stabilize 10.6.3 ppc64, #835683 (diff) | |
download | gentoo-494e977970384142327ea2dfd7bd0b9bf79e2d23.tar.gz gentoo-494e977970384142327ea2dfd7bd0b9bf79e2d23.tar.bz2 gentoo-494e977970384142327ea2dfd7bd0b9bf79e2d23.zip |
net-analyzer/suricata: add subslot dep on hiredis
They break ABI liberally.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/suricata/suricata-5.0.8-r1.ebuild (renamed from net-analyzer/suricata/suricata-5.0.8.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/suricata/suricata-6.0.4-r1.ebuild (renamed from net-analyzer/suricata/suricata-6.0.4.ebuild) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/suricata/suricata-5.0.8.ebuild b/net-analyzer/suricata/suricata-5.0.8-r1.ebuild index ed531092db95..d2ee545bc674 100644 --- a/net-analyzer/suricata/suricata-5.0.8.ebuild +++ b/net-analyzer/suricata/suricata-5.0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -48,7 +48,7 @@ RDEPEND="${PYTHON_DEPS} lz4? ( app-arch/lz4 ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) - redis? ( dev-libs/hiredis )" + redis? ( dev-libs/hiredis:= )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.69-r5 virtual/rust" diff --git a/net-analyzer/suricata/suricata-6.0.4.ebuild b/net-analyzer/suricata/suricata-6.0.4-r1.ebuild index 398159ce0adf..4404a037f1c3 100644 --- a/net-analyzer/suricata/suricata-6.0.4.ebuild +++ b/net-analyzer/suricata/suricata-6.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,13 +42,13 @@ RDEPEND="${PYTHON_DEPS} sys-libs/libcap-ng bpf? ( >=dev-libs/libbpf-0.1.0 ) cuda? ( dev-util/nvidia-cuda-toolkit ) - geoip? ( dev-libs/libmaxminddb ) + geoip? ( dev-libs/libmaxminddb:= ) hyperscan? ( dev-libs/hyperscan ) lua? ( ${LUA_DEPS} ) lz4? ( app-arch/lz4 ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) - redis? ( dev-libs/hiredis )" + redis? ( dev-libs/hiredis:= )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.69-r5 virtual/rust" |