diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-09-01 12:59:55 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-09-01 12:59:55 +0100 |
commit | 748cdd7b6cc6c2c5b3fd4ab2796e12054b8d666a (patch) | |
tree | 27be11437be757bafe204b630ee6fbe0adf656d5 /net-analyzer | |
parent | sys-fs/mp3fs: drop 0.91-r2 (diff) | |
download | gentoo-748cdd7b6cc6c2c5b3fd4ab2796e12054b8d666a.tar.gz gentoo-748cdd7b6cc6c2c5b3fd4ab2796e12054b8d666a.tar.bz2 gentoo-748cdd7b6cc6c2c5b3fd4ab2796e12054b8d666a.zip |
net-analyzer/suricata: require <dev-libs/libbpf-1.0.0
bpf_program__set_<TYPE>() APIs were deprecated since libbpf-0.8.0
and have been removed before 1.0 release; see
https://lore.kernel.org/bpf/Yrwhi2VWtxF+QJk6@boxer/T/
Closes: https://bugs.gentoo.org/867757
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/suricata/suricata-6.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/suricata/suricata-6.0.6-r1.ebuild b/net-analyzer/suricata/suricata-6.0.6-r1.ebuild index aa3162a55d94..eb585ca69101 100644 --- a/net-analyzer/suricata/suricata-6.0.6-r1.ebuild +++ b/net-analyzer/suricata/suricata-6.0.6-r1.ebuild @@ -42,7 +42,7 @@ RDEPEND="${PYTHON_DEPS} net-libs/libpcap sys-apps/file sys-libs/libcap-ng - bpf? ( >=dev-libs/libbpf-0.1.0 ) + bpf? ( <dev-libs/libbpf-1.0.0 ) cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/libmaxminddb:= ) hyperscan? ( dev-libs/hyperscan ) |