commit: 25395955b62fa357f2bebb5b3bdb3024d6f20c00 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Wed Dec 10 23:48:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 12 02:01:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25395955
net-analyzer/wireshark: backport pkcs11 & xxhash fixes to 9999 Bug: https://bugs.gentoo.org/967304 Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/44977 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/wireshark/wireshark-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 248611ee13c6..649a6392426c 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -31,9 +31,9 @@ LICENSE="GPL-2" SLOT="0/${PV}" IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc dpauxmon" IUSE+=" +dumpcap +editcap +gui http2 http3 ilbc kerberos lua lz4 maxminddb" -IUSE+=" +mergecap +minizip +netlink opus +plugins +pcap +randpkt" +IUSE+=" +mergecap +minizip +netlink opus pkcs11 +plugins +pcap +randpkt" IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl" -IUSE+=" sdjournal test +text2pcap +tshark +udpdump wifi zlib +zstd" +IUSE+=" sdjournal test +text2pcap +tshark +udpdump wifi xxhash zlib +zstd" REQUIRED_USE=" lua? ( ${LUA_REQUIRED_USE} ) @@ -77,8 +77,9 @@ RDEPEND=" snappy? ( app-arch/snappy:= ) spandsp? ( media-libs/spandsp:= ) sshdump? ( >=net-libs/libssh-0.6:= ) - ssl? ( >=net-libs/gnutls-3.5.8:= ) + ssl? ( >=net-libs/gnutls-3.5.8:=[pkcs11?] ) wifi? ( >=net-libs/libssh-0.6:= ) + xxhash? ( dev-libs/xxhash ) zlib? ( virtual/zlib:= ) zstd? ( app-arch/zstd:= ) " @@ -201,6 +202,7 @@ src_configure() { -DENABLE_BROTLI=$(usex brotli) -DENABLE_CAP=$(usex filecaps caps) -DENABLE_GNUTLS=$(usex ssl) + -DENABLE_PKCS11=$(usex pkcs11) -DENABLE_ILBC=$(usex ilbc) -DENABLE_KERBEROS=$(usex kerberos) -DENABLE_LUA=$(usex lua) @@ -220,6 +222,7 @@ src_configure() { -DENABLE_SNAPPY=$(usex snappy) -DENABLE_SPANDSP=$(usex spandsp) -DBUILD_wifidump=$(usex wifi) + -DENABLE_XXHASH=$(usex xxhash) -DENABLE_ZLIB=$(usex zlib) -DENABLE_ZLIBNG=OFF -DENABLE_ZSTD=$(usex zstd)
