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 5AAC8139083 for ; Tue, 12 Dec 2017 22:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76AC0E0EA6; Tue, 12 Dec 2017 22:08:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4D7C2E0EA6 for ; Tue, 12 Dec 2017 22:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2A41F34191F for ; Tue, 12 Dec 2017 22:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF39CAE7E for ; Tue, 12 Dec 2017 22:08:12 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1513116490.1d621227a4a9c8e6cbab85712ad3cd35810faef5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/metadata.xml net-analyzer/wireshark/wireshark-2.4.3.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1d621227a4a9c8e6cbab85712ad3cd35810faef5 X-VCS-Branch: master Date: Tue, 12 Dec 2017 22:08:12 +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-Archives-Salt: 68a1dd3a-59f4-4c75-b083-15a50127c3ef X-Archives-Hash: bce9d7a21d1c68c99aa6ec8b2cc6002c commit: 1d621227a4a9c8e6cbab85712ad3cd35810faef5 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Dec 12 22:07:44 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Dec 12 22:08:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d621227 net-analyzer/wireshark: Add USE=lz4. Package-Manager: Portage-2.3.18, Repoman-2.3.6 net-analyzer/wireshark/metadata.xml | 1 + net-analyzer/wireshark/wireshark-2.4.3.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 2297d39cd5d..1dcbdb4e477 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -40,6 +40,7 @@ Install editcap, to edit and/or translate the format of capture files Use net-libs/libssh (for sshdump) Use dev-libs/libxml2 for handling XML configuration in dissectors + Use app-arch/lz4 for compression/decompression Install mergecap, to merge two or more capture files into one Use dev-libs/libnl Use net-libs/nghttp2 for HTTP/2 support diff --git a/net-analyzer/wireshark/wireshark-2.4.3.ebuild b/net-analyzer/wireshark/wireshark-2.4.3.ebuild index 1e04b00a018..5fbf5cfe70b 100644 --- a/net-analyzer/wireshark/wireshark-2.4.3.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.3.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE=" adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2 +dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua - +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump + lz4 +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib " @@ -42,6 +42,7 @@ CDEPEND=" libssh? ( >=net-libs/libssh-0.6 ) libxml2? ( dev-libs/libxml2 ) lua? ( >=dev-lang/lua-5.1:* ) + lz4? ( app-arch/lz4 ) nghttp2? ( net-libs/nghttp2 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) @@ -170,6 +171,7 @@ src_configure() { $(use_with libssh) \ $(use_with libxml2) \ $(use_with lua) \ + $(use_with lz4) \ $(use_with nghttp2) \ $(use_with pcap) \ $(use_with portaudio) \