Summary: | net-analyzer/wireshark-3.2.1 - automagic dependency on app-arch/zstd | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ben Kohler <bkohler> |
Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bkohler |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ben Kohler
![]() -- The following OPTIONAL packages have been found: ... * ZSTD (required version >= 1.0.0), A compressor/decompressor from Facebook providing better compression than Snappy at a cost of speed, <https://facebook.github.io/zstd/> ... This fix seems to work ok: --- a/net-analyzer/wireshark-3.2.1.ebuild +++ b/net-analyzer/wireshark-3.2.1.ebuild @@ -17,7 +17,7 @@ +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap +minizip +netlink +plugins plugin-ifdemo +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal - +text2pcap tfshark +tshark +udpdump zlib + +text2pcap tfshark +tshark +udpdump zlib zstd " S=${WORKDIR}/${P/_/} @@ -167,6 +167,7 @@ -DENABLE_SNAPPY=$(usex snappy) -DENABLE_SPANDSP=$(usex spandsp) -DENABLE_ZLIB=$(usex zlib) + -DENABLE_ZSTD=$(usex zstd) ) cmake_src_configure The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd462bb7b45a8bf989967919f06806a916356017 commit dd462bb7b45a8bf989967919f06806a916356017 Author: Jeroen Roovers <jer@gentoo.org> AuthorDate: 2020-02-27 10:51:26 +0000 Commit: Jeroen Roovers <jer@gentoo.org> CommitDate: 2020-03-10 08:22:26 +0000 net-analyzer/wireshark: Version 3.2.2 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org> Closes: https://bugs.gentoo.org/show_bug.cgi?id=710302 Signed-off-by: Jeroen Roovers <jer@gentoo.org> net-analyzer/wireshark/Manifest | 1 + net-analyzer/wireshark/wireshark-3.2.2.ebuild | 249 ++++++++++++++++++++++++++ 2 files changed, 250 insertions(+) |